BODY {
	background : #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000066;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #000066;
	scrollbar-arrow-color: #000066;
	scrollbar-track-color: #ffffff;
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 12px; 
}


.big {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.thin {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 9 px;
	font-weight : bold;
}

p {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 12px; 
}

b {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 12px;
}

td {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	font-size : 12px;
}

A:link, A {
  font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
  text-decoration: none;  
  font-weight : bold; 	
  font-size : 12px;
}

A:visited { 
  font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
  text-decoration: none;  
  font-weight : bold; 	
  font-size : 12px;
 }

A:hover {  
  font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
  text-decoration: none; 
  font-weight : bold;
  font-size : 12px;
  color : #FF0000;
}

A.awhite:link, A.awhite {
	font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
	text-decoration: none;
	font-weight : bold;
	font-size : 12px;
	color : White;
}

A.awhite:visited { 
  font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
  text-decoration: none;  
  font-weight : bold; 	
  font-size : 12px;
  color : White;
 }

A.awhite:hover {  
  font-family : Arial, Helvetica,Verdana, Futura, Geneva, sans-serif;
  text-decoration: none; 
  font-weight : bold;
  font-size : 12px;
  color : Yellow;
}

.input {
	border : #000000;
	background-color : #ffffff;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #000000;
	font-family : Arial, Verdana, Courier, monospace;
	font-size : 12px;
	font-weight : bold;
}

.enter {
	border : #000000;
	background-color : #ffcc00;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #FFFFFF;
 	font-family : Arial, Verdana, Courier, monospace;
	font-size : 12px;
	font-weight : bold;
}


