/* CSS definition file containing sitestyle stylesheets */
body {
background-image: url("images/back.gif");
font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
}
a:active { font-size: 10pt; color: rgb(212,68,16); font-weight: bold;}
a:link { font-size: 10pt; color: rgb(212,68,16); font-weight: bold;}
ul { font-size: 10pt;}
a:visited { font-size: 10pt; color: rgb(212,68,16); font-weight: bold;}
.TextObject { font-size: 10pt;}
p { font-size: 10pt;}
ol { font-size: 10pt;}
a:hover { font-size: 10pt; color: rgb(0,0,0); font-weight: bold; text-decoration: underline;}
 
/* from site.css*/
.link2:active { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; text-decoration: underline;}

/*nav menu*/
td.nav, td.navon {
background-color:#CECECE;
font-size: 10pt;
font-weight: bold;
text-align:center;
height:20px;
vertical-align:middle;
text-decoration:none;
width:152px;
}
td.nav a:link,  td.nav a:active,  td.nav a:visited {
display:block;
background-color:#CECECE;
color:#5E5D5C;
cursor:pointer;
text-decoration:none;
padding: 2px 0;
}
td.nav a:hover {
background-color:#D64210;
color:#FFFFFF;
}
td.navon {
background-color:#4242FF;
color:#FFFFFF;
}
td.navon a:link,  td.navon a:active,  td.navon a:visited {
background-color:#4242FF;
color:#FFFFFF;
display:block;
cursor:pointer;
text-decoration:none;
padding: 2px 0;
}
div.clearing { clear:both; line-height:0; }

