body         { font-family: Arial, Verdana, Helv, Helvetica, sans-serif, sans serif; font-size: 11pt ;color:#000000}
table        { font-size: 12pt }
td           { font-size: 12pt }
h1           { font-size: 18pt }
h2           { font-size: 14pt }
h3           { font-size: 12pt; font-weight: bold }
blockquote   { margin-left: 25px;}

a:link, a:visited { 
color: blue; 
text-decoration: none; 
}
a:hover {
text-decoration: underline;
}
td.myClass {
color: #FFFFFF; 
text-align: center; 
cursor:pointer;
}
td:hover.myClass {
color: #FFFFFF;
background-color: #003366; 
}


td.myClass2 {
color: #000000; 
cursor:pointer;
height:35px; 
font-size:14pt;
text-align:left;
}
td:hover.myClass2 {
color: #FFFFFF;
background-color: #003366; 
}

.frame {
	padding: 6px;
	border-bottom: 3px #001438 solid;
	border-top: 3px #001438 solid;
}
