/* CSS Document */

h1,h2,h3,h4,h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:25px; 
color: #00246a;
}
h2 {
font-size:20px; 
}
h3 {
font-size:18px; 
}
h4 {
font-size:15px; 
}
h5 {
font-size:12px; 
}
.redhead{
font-style:italic;
font-weight:bold;
color:rgb(204, 0, 0);
}
p {
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	font-family: Tahoma;
	font-size:14px;
}
body {
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	font-family: Tahoma;
	font-size:14px;
}
table {
	font-size:12px;
}
table.standalone {
	font-size:14px;
}
th {
	text-align:left;
}
tr.shadedrow {
	background-color:#CCCCCC;
	}
td.shadedcell {
	background-color:#CCCCCC;
}

a:link {color: #00246a;}
a:visited {color: #00246a;}
a:hover {color: orange;}
a:active {color:#00246a;}
a:link.black{color: orange;}
a:active.black{color: orange;}
a:visited.black {color: orange;}

