/*
BHO External Cascading Style Sheet- Make format changes here!
Note: If you wish to specify more than one property, you must separate each property with a semi-colon. For Example:  p {text-align:center;color:red}

Grouping
You can group selectors. Separate each selector with a comma. In the example below we have grouped all the header elements. All header elements will be green:
h1,h2,h3,h4,h5,h6 
{
color: green;
} 
More examples:
hr {color: sienna}
p {margin-left: 20px}

Internal Style Sheet
An internal style sheet should be used when a single document has a unique style. You define internal styles in the head section by using the <style> tag, like this: 

<head>
<style type="text/css">
hr {color: sienna}
p {margin-left: 20px}
body {background-image: url("background.jpg")}
</style>
</head> 





*/



body 
{

background-color: #FFFFCC;
font-family: "Cooperplate Gothic Bold", "Verdana", Arial, "SansSerif", "Cornerstone", "Denmark", "lucidia Sans", "Microsoft Sans Serif";
scrollbar-face-color : ffffcc;
scrollbar-shadow-color : bdb76b;
scrollbar-highlight-color : CC9933;
scrollbar-3dlight-color : black;
scrollbar-darkshadow-color : black;
scrollbar-track-color : bdb76b; 
scrollbar-arrow-color :black;
}

a.email 
{ 
text-decoration: none 
}      

a.email:hover 
{ 
font-size: larger 
}      

A 
{
font-family: "Cooperplate Gothic Bold", "Verdana", Arial, "SansSerif", "Cornerstone", "Denmark", "lucidia Sans", "Microsoft Sans Serif";
font-size:12;
text-decoration: none; 
}

A:link 
{ 
color: blue; 
text-decoration: none 
}

A:visited 
{
color: blue;
text-decoration: none; 
}

A:hover 
{
text-decoration: none; 
color: green;
}

A:active 
{
color: green;
text-decoration: none
}


a.special:link {
     color: green;
     background-color: transparent;
     }

a.special:visited {
     color: green;
     background-color: transparent;
     }

a.special:hover {
     color: blue;
     background-color: #00f;
     text-decoration: none;
     }

a.special:active {
     color: green;
     background-color: transparent;
     }





h1, h2, h3, h4, h5, h6
{
font-family: "Cooperplate Gothic Bold", "Verdana", Arial, "SansSerif", "Cornerstone", "Denmark", "lucidia Sans", "Microsoft Sans Serif"; 
color:Blue;
}

p, table, li
{
font-family: "Cooperplate Gothic Bold", "Verdana", Arial, "SansSerif", "Cornerstone", "Denmark", "lucidia Sans", "Microsoft Sans Serif"; 
font-size:100%;
}


hr 
{
color:blue;
}


li 
{
list-style: square;
}

a 
{ 
text-decoration: none; 
}   

  
a.pic   
{ 
text-decoration: none 
}      

.style12 {color: #000033}
.style13 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.style18 {color: #003300; font-size: 18px;}
.style21 {
	color: #FFFF33;
	font-size: 10px;
}
.style22 {color: #000066}
.style23 {font-size: 14px; font-weight: bold; color: #000066; }
.style24 {color: #003300; font-size: 16px; font-weight: bold; }
.style28 {color: #FFFF33; font-size: 12px; }
.style34 {
	color: #FFFF00;
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 18px;
}
.style40 {color: #FFFF00}