body {
margin-top: 20px; 
background-color: #BDEEEB; 
background-image: url(../images/back.jpg);
background-repeat: repeat;
scrollbar-base-color:#01019D; 
scrollbar-track-color:#BDEEEB; 
scrollbar-arrow-color:#F6F308; 
}

/* ~~~~~~~~ Begin Table Config */

table#main { 
width: 760px;
border-style: solid;
border-width: 5px;
border-color: 01019D;
background-color: BDEEEB;
/* background-image: url(../images/Back2.jpg); */
}

tr#head { 
vertical-align: middle; 
} 

td#head { 
text-align: center;
padding: 0px 0px 0px 0px;
}

tr#menu { 
vertical-align: top; 
} 

td#menu { 
text-align: center;
padding: 5px 5px 5px 5px; 
border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #01019D; 
}

tr#main { 
vertical-align: top; 
} 

td#main { 
text-align: left;
padding: 5px 5px 5px 5px; 
}

/* ~~~~~~~~ End Table Config */
/* ~~~~~~~~ Begin Text */

p {
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 15px; 
font-weight: bold; 
color: #252220;  
}

span.head1 {
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 30px; 
font-weight: bold; 
color: #01019D; 
}



/* ~~~~~~~~ End Text */
/* ~~~~~~~~ Begin Links */

a.link:link  {
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
font-weight: normal; 
color: #0000CC; 
text-decoration: underline; 
}

a.link:visited  {
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 12px; 
font-weight: normal; 
color: #0000CC; 
text-decoration: underline; 
}

a.link:hover {
color: #F8F208; 
background-color: #0000CC; 
text-decoration: underline; 
}

/* ~~~~~~~~ End Links */


