body {
	margin: 0;
	scrollbar-face-color: #6080B7; 
	scrollbar-darkshadow-color: #465866; 
	scrollbar-highlight-color: #90A9D1; 
	scrollbar-shadow-color: #465866; 
	scrollbar-3dlight-color: #90A9D1; 
	scrollbar-arrow-color: White; 
	scrollbar-track-color: #90A9D1; 
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050; 
	font-weight : normal
}

h1 {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 13px; 
	color: #6080B7; 
	line-height: normal;
	font-weight : bold
}

input {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}

select {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050; 
	line-height: normal;
	font-weight : normal;
}

textarea {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050; 
	line-height: normal;
	font-weight: normal;
}

.formBtn {
  	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ffffff; 
  	font-weight: normal;	
	
	cursor: pointer; 
	border: 0;
	background-color: #6080B7;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

.formBtn:hover {
  	color: #505050;
  	background-color: #A0A0A0;
}


li  {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050;  
	line-height: normal;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	font-weight: normal; 
	color: #6080B7;
}

a:visited {
	text-decoration: none;
	font-weight: normal;  
	color: #6080B7;
}

a:active {
	text-decoration: none; 
	font-weight: normal; 
	color: #A0A0A0;
}

a:hover {
	text-decoration: none;
	font-weight : normal;  
	color: #A0A0A0;
}

span {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050; 
	line-height: 16px;
	font-weight : normal
}

p {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #505050;  
	line-height: 20px;
	font-weight : normal
}

.title {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 18px; 
	color: #6080B7;  
	line-height: normal;
	font-weight : normal
}

.subtitle {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 11px; 
	color: #6080B7;  
	line-height: normal;
	font-weight : bold
}

.footer {
	font-family:  Verdana, Arial,Tahoma;
	font-size: 9.5px; 
	color: #505050; 
	line-height: normal;
	font-weight : normal
}