.text {  
   	font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #333333;
}

.text2 {  
   	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #EEEEEE;
}

.text3 {
	font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
}

body { 
	scrollbar-base-color: #666666; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #666666;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #666666; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #666666; 
}

.link {
     font-family: Georgia, Times New Roman;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.link2 {
     font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: underline;
}

.link3 {
     font-family: Georgia, Times New Roman;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

a {  
	text-decoration: none;
}
a:hover {  
     color: #FF0033;
	text-decoration: none;
}

.form {
      border: 1px #003366 groove;
	 font-family: Georgia, Times New Roman;
	 font-size: 11px;
	 color: #333333;
	 background-color: #EEEEEE;
	 font-weight: normal;
}

.button {
	border: 1px #CC0000 groove;
	background-color: #CC0000;
	color: #EEEEEE;
	font-size: 10px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}

.minibutton {
	background-color: #CCCCCC;
	color: #EEEEEE;
	font-size: 9px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}