@import url("default.css");
/*****
* 03/02/2006
* paste in to HTML Head Content for home pages.
*****/

.site_home table {
		font-family: arial;
		font-size: 10pt;
		margin: 0px
		padding: 0px
		border-collapse: collapse;
}

.site_home th {
		font-weight: bold;
		color: #000000;
		background-color: #99B2CC;
}


.site_home td {
	
		font-weight: normal;
		color: #003366;
}

.site_home td a {
		font-weight: normal;
		text-decoration: underline;
		color: #003366
}


.site_home td a:hover{
		font-weight: normal;
		text-decoration: none;
		color: #003366;

}

.site_home td a:visited{
		font-weight: normal;
		text-decoration: underline;
		color: #003366;
}

.site_home td a:visited:hover{
		font-weight: normal;
		text-decoration: none;
}

.vendornotice {
		margin: 5px;
		font-family: arial, helvitica, sans-serif;
		font-size: 80%;		
		font-weight: normal;
		color: #CC6600;
}

.vendornotice table{
		position: 0,100;
		border: 1px solid #003366;
		border-collapse: collapse;
}