/* CSS Document */

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#949599;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	}

	
.pageTitle {
	font-family: Arial, Verdana;
	font-size:16px;
	color:#7A0025;
	font-weight:bold;
	line-height:double;
	text-transform:uppercase;
	}
.bodytext{

	font-family: Verdana, Arial;
	font-size:9pt;
	color:#7A0025;
	line-height:normal;

}
.bodylink{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#7A0025;
	text-decoration:underline;
	line-height:normal;
	}
:hover.bodylink{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;
	text-decoration:none;
	line-height:normal;
	}
	
.newtitle {
	font-family: Arial;
	font-size:16pt;
	color:#CCCCCC;
	font-weight:bold;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
	line-height:normal;
	
	}

:hover.footer {
	font-family:Verdana;
	font-size:10px;
	color:#CCCCCC;
	text-decoration:underline;
}

li {
	list-style-image: url('images/arrow.gif');  
	margin-bottom:20px; 
}
.lit {
	list-style-image: url('images/arrow.gif');  
 margin-bottom:5px; 
 	font-family: Verdana, Arial;
	font-size:9pt;
	color:#7A0025;

}

.yello{color:#f3f3d1;
}
