/* CSS Document */

th {
	font-family: Arial;
	font-size: 13px;
	color: #000099;
}
 
td{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000099;
	font-weight:bolder
}

a {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #336666;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color:#FF0000

}
a:active {
	text-decoration: none;

}

body {
	background-color:#FFFFFF;
}
.red{
color:#FF0000;
}





