/* CSS Document */

p,table,li
{
	font-family: arial, helvetica, 'sans serif';
	font-size: 11pt;
	color: #ffffff;

}


a:link    {
	color:#d0941e;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color:#d0941e;
	text-decoration: underline;
	font-weight: bold;

}
a:active  {
	color:#d0941e;
	font-weight: bold;
}
a:hover   {
	color:#d0941e;
	text-decoration: none;
	font-weight: bold;

}


.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #d0941e;
	font-style: italic;


}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;

}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #d0941e;

}
.atop:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;	


}
.atop:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
font-weight: normal;	

}
.atop:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#d0941e;
	text-decoration: none;
	text-transform: uppercase;
font-weight: normal;	
}
.atop:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
font-weight: normal;	

}
.tableheader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d0941e;
}
.tablerow1 {
	background-color: #996600;
	font-size: 11px;
}
.tablerow2 {
	background-color: #d0941e;
	font-size: 11px;
}

.list1 {
	list-style-image: url(images/star_bullet.gif);
	list-style-position: outside;
}
