/*
This is generic style sheet
*/

 body,p,td{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color: Black}
 a:link    {color:navy;text-decoration:none;}
 a:visited {color:navy;text-decoration:none;}
 a:hover   {color: Red;text-decoration: underline;}

.header1 {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

table.mytable{
	BORDER-LEFT-WIDTH: 2px;
	BORDER-BOTTOM: medium none;
	BORDER-RIGHT-WIDTH: 2px;
	background-color: #1E90FF;
}
td.mycell{
	background-color: #87CEFA;
	BORDER-TOP: medium none;
}
.footer1{ font-size: 14px; }
.subhead{
	font-size: 10px;
	font-style: italic;
	font-family: sans-serif, serif, arial;
}
.bg{
	background-repeat: repeat-x;
}
