/* CSS Document */
	html {
SCROLLBAR-FACE-COLOR: #6FA31B; 
SCROLLBAR-HIGHLIGHT-COLOR:  #6FA31B; 
SCROLLBAR-SHADOW-COLOR:  #6FA31B; 
SCROLLBAR-3DLIGHT-COLOR:  #6FA31B; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #3272BB; 
SCROLLBAR-DARKSHADOW-COLOR:  #6FA31B;
}
body {
	  background-image: url(images/back-bg.jpg); 
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #3272BB;
	text-align:justify;
}

a:link {
	color: #3272BB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3272BB;
}
a:active {
	text-decoration: none;
	color: #3272BB;
}
a {
	font-weight: bold;
}
a:hover {
	color: #81C753;
}
.green{
color: #6FA31B;
}
.titlegreen{
font-size:20px;
color:#81C753}

.titleblue{
font-size:20px;
color:color: #3272BB;
}
.form{
background-color:#A2CCE5;
border:#eeeeee;
border:double;
color:#ffffff;
font-family:tahoma;

}

