/* CSS Document */

body {
	background-image: url(images/bg_img.gif); background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 8pt;
}

table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 8pt;
}

a {
	color: #931515;
	text-decoration: none;
}

a {
	color: #931515;
	text-decoration: none;
	
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color:FFDEDE;
}

.head1 {
	font-size: 8pt;
	color: #990000;
	font-weight: bold;
}

.bold {
	color: #666666; 
	font-weight: bold; 
}

.grey {color: #999999}

.deepgrey {color: #666666}

.whitetxt {color:FFFFFF; font-size:9pt;}

a.whitetxt {
	color: #DDDDDD;
	text-decoration: none;
}

a:hover.whitetxt {
	color: #FFFFFF;
	text-decoration: none;
}
