@charset "UTF-8";
/* CSS Document */


body {
background-image : url(images/background.gif);
background-repeat : repeat-x;
background-color : #86cb9e;
margin-top : 0;
font-family : Verdana;
font-size : 11pt;
color : #4f5886;
}
.body-main {
background-image : url(images/bodybg.gif);
background-repeat : no-repeat;
background-color : #fffff0;
border : 2px solid #000000;
}

p {font-family : Verdana;
font-size : 12px;
color : #4f5886;
}

.menu { 
	background-color:#cce0ef; 
	padding-right:5; 
	padding-bottom:6; 
	padding-left:5; 
	padding-top:2; 
	margin:1; 
	font-family:Verdana; 
	font-size:13px; 
	color:#4f5886; 
	border:#000000 solid 2px; 
	border-left-color:#4f5886; 
	border-bottom:hidden;
	}
.menu a:link {
color : #4f5886;
text-decoration : none;
}
.menu a:visited {
color : #4f5886;
text-decoration : none;
}
.menu a:active {
color : #4f5886;
text-decoration : none;
}
.menu a:hover {
color : #4f5886;
text-decoration : underline;
}
.image {
border : 1px solid #000000;
}
.side-text {
font-family : Verdana;
font-size : 12px;
color : #4f5886;
}
h1 {
font-family : Verdana;
font-size : 14px;
color : #4f5886;
font-weight : bold;
}
A:link {
color : #619b75;
text-decoration : none;
}
A:visited {
color : #619b75;
text-decoration : underline;
}
A:active {
color : #666666;
text-decoration : none;
}
A:hover {
color : #666666;
text-decoration : underline;
}




