a:link{
	color: #333333;
}

a:visited{
	color: #333333;
}

a:hover, a:focus{
	color: #333333;
	text-decoration:none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, h7 +p, h8 + p, h9 + p, h10 + p  {	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #333333; margin-bottom:0.5em; }

h7, h8, h9, h10{ color: #000000; margin-bottom:0.5em; }

h1{	font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

h7{	font-size:24px;}

h8{	font-size:18px;}

h9{	font-size:16px;}

h10{	font-size:10px;}



ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

hr {
	border-bottom:1px solid #003366;
}

hr {
	background-color:#AAAAAA;
	border:0 none;
	color:#AAAAAA;
	height:1px;
	margin:0.2em 0;
}






