/* BEGIN style2 */
#navcontainer { width: 140px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer a
{
display: block;
padding: 8px;
width: 140px;
background-color: #F5F5F5;
}
#navcontainer a:visited
{
color: #0A51A1;
text-decoration: none;
font-weight: bold;
}
#navcontainer a:link, #navlist a:visited
{
color: #0A51A1;
text-decoration: none;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #0A51A1;
color: #fff;
font-weight: bold;
}
/* END style2 */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}

H2 {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: 000000}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.reverse {color: #FFFFFF}
a.buttonStyle {
   color :#000000;
   font-weight :normal;
   text-decoration :none;
   background-color :#CCCCCC;
   height : auto;
   width :100px;
   border :thin solid;
   border-color:#CCCCCC;
}
a.buttonStyle:hover {
   color :#FFFFFF;
   text-decoration :none;
   background-color :#999999;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:hand;
}
a.buttonStyle:visited {
   color :#000000;
   text-decoration :none;
   background-color :#999999;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:hand;
}
.purple {
	color:#0A51A1;
	}
