@charset "utf-8";
/* CSS Document */

body {
background-image:url(repeatbackground.jpg);
background-repeat:repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}

.contents {
background-image:url(background.jpg);
background-repeat:repeat-x;
height:904px;
}

.bodycontent {
padding-right:10px;
padding-left:10px;
background-color:#FFFFFF;
text-align:justify;
}

.titles {
color:#3366CC;
font-weight:800;
font-size:16px;
}

a, a:visited {
color:#FFFFFF;
font-weight:800;
text-decoration:none;
}

a:hover {
color:#FFFFFF;
font-weight:800;
text-decoration:underline;
}

.redlinks {
color:#990000;
font-weight:800;
font-size:14px;
}

a.redlinks {
color:#990000;
font-weight:800;
font-size:14px;
}
a:visited.redlinks {
color:#990000;
font-weight:800;
text-decoration:none;
}
a:hover.redlinks {
color:#990000;
font-weight:800;
text-decoration:underline;
}

.leftad {
padding-left:15px;
padding-top:5px;
}

.textsmall {
font-size:10px;
}

.tableheader {
font-size:12px;
font-weight:bold;
}

.whitetext {
color:#FFFFFF;
}

.redstrong {
color:#990000;
font-weight:bold;
}

.emph2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	text-transform: none;
}
.emph3 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	list-style-position: outside;
	list-style-type: disc;
	text-transform: none;
}

.header {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #336699;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: square;
	text-transform: uppercase;
	font-weight: bold;


}