BODY
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	scrollbar-face-color: #E1F0E8;
	scrollbar-base-color : #99CCB2;
	scrollbar-arrow-color: #008856;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #99CCB2;
	scrollbar-shadow-color: #008856;
	scrollbar-3dlight-color: #008856;
	scrollbar-darkshadow-color: #666666;
}


/*----------------- TEXT INSIDE -----------------------*/
.normal
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	font-weight : normal;
	text-decoration: none;
}

.normalS
{
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	font-weight : normal;
	text-decoration: none;
}

.normalB
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	text-decoration: none;
}

.normalI
{
	font-family : Verdana;
	font-size : 8pt;
	color : #000000;
	font-weight : normal;
	text-decoration: none;
	font-style:italic;
}

.normalL
{
	font-family : Verdana;
	font-size : 10pt;
	color : #000000;
	font-weight : normal;
	text-decoration: none;
}

.normalLB
{
	font-family : Verdana;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	text-decoration: none;
}

.normalSB
{
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	font-weight : bold;
	text-decoration: none;
}

.title
{
	font-family : Verdana;
	font-size : 13px;
	color : #008856;
	font-weight : bold;
	text-decoration: none;
	font-style: italic;
}

.titleS
{
	font-family : Verdana;
	font-size : 8pt;
	color : #008856;
	font-weight : bold;
	text-decoration: none;
}

.weatherbg
{
 FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#F5FAF7,endColorStr=#E1F0E8);
background-image: url(images/weatherbg.gif); 
}

/*--------------------- BUTTON ----------------------*/
.submitButton
{
	color: #eeeeee; 
	font-family: Verdana, Arial Greek, Arial, HellasArial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background-color:#777777;
	border:2 outset;
	border-color:#eeeeee;
}

/*-------------------- LINKS ------------------------*/
A:link
{
	font-family : Verdana;
	font-size : 8pt;
	color : #990000;
	font-weight: normal;
	text-decoration : underline;
}

A:visited
{
	font-family : Verdana;
	font-size : 8pt;
	color : #990000;
	font-weight: normal;
	text-decoration : underline;
}

A:hover
{
	font-family : Verdana;
	font-size : 8pt;
	color : #ff0000;
	font-weight: normal;
	text-decoration : underline;
}


A.news:link
{
	font-family : Verdana;
	font-size : 8pt;
	color : #990000;
	font-weight: normal;
	text-decoration : underline;
}

A.news:visited
{
	font-family : Verdana;
	font-size : 8pt;
	color : #990000;
	font-weight: normal;
	text-decoration : underline;
}

A.news:hover
{
	font-family : Verdana;
	font-size : 8pt;
	color : #ff0000;
	font-weight: normal;
	text-decoration : underline;
}

A.inside:link
{
	font-family : Verdana;
	font-size : 8pt;
	color : #006633;
	font-weight:normal;
	text-decoration : none;
}

A.inside:visited
{
	font-family : Verdana;
	font-size : 8pt;
	color : #006633;
	font-weight:normal;
	text-decoration : none;
}

A.inside:hover
{
	font-family : Verdana;
	font-size : 8pt;
	color : #5C9F7E;
	font-weight:normal;
	text-decoration : underline;
}

A.copyright:link
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	font-style:none;
}

A.copyright:visited
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	font-style:none;
}

A.copyright:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	font-style:none;
}

/*---------------------- ERROR - COPYRIGHT - BORDER - TEXTBOX --------------------*/
.error
{
	font-family : Verdana;
	font-size : 8pt;
	color : #cc0000;
}

.copyright {
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	font-style:none;
}

.border
{
	border-left-width:1px;
	border-top-width:1px;
	border-bottom-width:2px;
	border-right-width:2px;
	border-top-color:#cc0000;
	border-bottom-color:#660000;
	border-left-color:#cc0000;
	border-right-color:#660000;
}

.textbox
{
	background-color : #ffffff;
	border : 1px solid #339966;
	color : #000000;
	font-size : 8pt;
	font-family : Verdana;
}