@import url("reset.css");
body{
margin:0;
padding:0;
line-height: 1.5em;
background: url("../images/bg/bg.gif");
font-family: verdana, arial, helvetica, sans-serif;	
}
ul {
	margin-left:30px;
}
ol {
	margin-left:38px;
	list-style-type: decimal;
}
a:link {
	color: #0055bb; 
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #0055bb; 
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #0055bb; 
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #0055bb; 
	text-decoration: none;
	font-weight:bold;
}
p{
	margin:5px 0 8px 0;
}
em {
	background: #ffffff; 
	color: #ff6c00; 
	font-weight:bold;
}
strong {
	color: #339966
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#339966;
	font-weight: normal;
	padding: 15px 0px 25px;
	line-height:1.5em;
}

h1{
	font-size:180%;
	margin-bottom:20px;
		border-bottom: #E2E0EF 1px solid;
}
h2 {
	padding: 15px 40px 25px 10px;
	line-height:1.5em;
	font-size:135%;
	margin:20px 0 10px 0;
	text-transform:uppercase;
	color:#E24925;
}

h3 {
	font-weight: bold;
	font-size:110%;
}
/*#AE0049*/