
h1, h2, h3, h4, h5{
	Font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	Color: #666666;
	Font-weight: Bold;
}

H1{
Font-Size: 18pt;
}

H2{
Font-Size: 14pt;
}

H3{
Font-Size: 12pt;
}

H4{
Font-Size: 10pt;
}

H5{
Font-Size: 8pt;
}

A:Link
{
color: #000000;
Text-Decoration: None;
}

A:visited
{
color: #666666;
Text-Decoration: none;
}

A:hover
{
color: #000078;
Text-Decoration: underline;
}

A:active
{
color: #666666;
Text-Decoration: None;
}

#coolmenu{
border: 1px solid #666666;
border-bottom-width: 0;
width: 135px;
background-color: #EFEFEF;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 135px;
}

#coolmenu a{
font:10px verdana;
padding: 2px;
padding-left: 2px;
display: block;
width: 100%;
color: #666666;
text-decoration: none;
border-bottom: 1px solid #666666;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: E8E8E8;
color: #666666;
text-decoration: underline;
}


LI
{ 
display: list-item;
font-size: 8pt;
font-weight: Bold;
text-decoration: none;
}

.title
{
Font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 14pt;
color: #000078;
text-decoration: none;
}

.maintext
{
Font-family: 'Arial', Verdana, Tahoma, Helvetica, sans-serif;
Text-Align: Justify;
MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px; 
font-size: 10pt;
color: #666666;
}

.news
{
Font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
Text-Align: Justify;
MARGIN-LEFT: 3px; MARGIN-RIGHT: 3px; 
font-size: 12px;
color: #666666;
}

.newstitle
{
Font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
Text-Align: Left;
MARGIN-LEFT: 3px; 
font-size: 14px;
color: #000078;
font-weight: Bold;
font-variant: small-caps;
}


.footer
{
Font-family: 'Arial', Verdana, Tahoma, Helvetica, sans-serif;
font-size: 8px;
color: #666666;
font-weight: Bold;
font-variant: small-caps;
letter-Spacing: 3px;
}

hr
{
	color: #666666;
	height: 2px;
	width: 90%;
}	

.hr2
{
	color: #666666;
	height: 1px;
	width: 130px;
}	

.btm-menu {
Font-family: Verdana,Tahoma,Helvetica,sans-serif;
font-size: 8pt;
text-decoration: none; 
color: #666666;
}

.btm-menu a:hover{ 
text-decoration: underline; 
color: #000000;
}

.btm-menu a:Visited{ 
text-decoration: none; 
color: #191919;
}


BODY {
background-color: #C0C0C0;
 scrollbar-base-color: black;
 scrollbar-track-color: #666666;
 scrollbar-face-color: #000078;
 scrollbar-highlight-color: black;
 scrollbar-3dlight-color: #ECECEC;
 scrollbar-darkshadow-color: #191919;
 scrollbar-shadow-color: #E8E8E8;
 scrollbar-arrow-color: #ECECEC
 }