/*global*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	color:#333;
}
body {
	background-color:#00346F;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
}
h1, h2, h3, h4{
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	color:#B81616;
	font-size:18px;
}
h2 {
	color:#00346F;
	font-size:15px;
	margin-top: 12px;
	margin-bottom:0px;	
}

h3 {
	color:#00346F;
	font-size:16px;
	text-transform:uppercase;
	margin-top: 8px;
}
h4 {
	font-size:13px;
	margin-top: 12px;
	margin-bottom:8px;
}
h5 {
	font-size:13px;
	margin-top: 12px;
	margin-bottom:3px;
}
img {
	border:0;
}
p {
	margin:1em 0;
	font-size: 13px;
	line-height:1.5;
}
a:link, a:visited{
  color:#AE5700;
}
a:hover{
  color:#FF8B17;
}
ul {
	margin-top:12px;
	font-size:12px;
	line-height:1.5;
	list-style-image:none;
	list-style-type:none;
}
ul li {
	background-image:url(images/bullet.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:20px;
}
ol {
	margin-top:16px;
	margin-bottom:16px;
	font-size:12px;
	line-height:1.3;
}
ol li {
	padding-left:15px;
	margin-bottom:8px;
	margin-left:20px;
}
th {
	text-align:left;
	vertical-align:top;
}