/*changes the font size above submit to major*/
body, td, div  {font-family : Garamond, Arial, Helvetica, sans-serif;font-size : 13px;font-style : normal;}
/*changes the color of mouse over link*/
a:hover {color : #ff0000;}
a {text-decoration : none;}
a:hover {text-decoration : underline;}
/*changes font size to the search names in the larger inner frame*/
.style1 {
font-size : 14pt;
font-weight : bold;
color : #4682b4;
}
/*changes font size to the search add url names*/
.style2 {
font-family : Georgia, Arial, Helvetica, sans-serif;
font-size : 12pt;
font-weight : bold;
color : #333333;
}
/*changes the font size above header thin bar*/
.style6 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11pt;
font-style : normal;
}
/*changes the font size above header thin bar*/
.style7 {
font-family : Georgia, Arial, Helvetica, sans-serif;
font-size : 10pt;
font-weight : bold;
color : #ffffff;
}
/*changes the font size top header*/
.style8 {
font-size : 9pt;
font-weight : bold;
color : #333333;
} 
/*changes the font size top header*/
h1  {
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size : 150%;
line-height : 1em;
color : #2a5fac;
font-weight : bold;
text-transform : uppercase;
position : relative;
}
/*changes the lines right & left sides thickness*/
.button_skin {
font-family : Verdana;
font-size : 14px;
border : 3px outset #fefefe;
}
/*changes the lines right & left sides thickness*/
.bevel {
border-bottom : 1px solid #7da5e0;
border-left : 1px solid #7bb2ea;
border-right : 1px solid #7bb2ea;
border-top : 1px solid #7da5e0;
}