.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00000;
}
.style2 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-color: #C0C0C0;
}

td {
	background-color: #FFFFFF	
}

td.yellow
{
background: url(images/back_ylw_800_200.png); 
background-repeat: no-repeat;
background-position: left top; 
background-color: #FFFFFF
}

td.yellow_sm
{
background: url(images/back_ylw_800_100.png); 
background-repeat: no-repeat;
background-position: left top; 
background-color: #FFFFFF
}

a {
	text-decoration: underline;
	color: #C00000;
}
a:link {
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #C00000;
}
a:hover {
	text-decoration: underline;
	color: #C00000;
}
a:active {
	text-decoration: underline;
	color: #C00000;
}
