@charset "iso-8859-1";
/* Creation date: 12/22/2003 */
/* Basics */
.hr { background-color: #000000; }
/* Global Table Settings */
body, table, td {
	font-family: Verdana; 
	font-size: 9px; 
	color: #1D1F22
}
/* Colors */
.titlebg {
	font-family: Verdana, Helvetica; 
	font-size : 9px; 
	color: #000000; 
	font-weight: bold
}
.catbg { 
	background-color: #CAD3DA;
	font-family:  Verdana; 
	font-size : 9px; 
	color: #000000;
	font-weight: bold 
}
.win { background-color: #E7EAED; }
.win2 { background-color: #DDE2E7; }
.border { background-color: #54575B; }
/* Links */
a, a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-family: Verdana, Helvetica;
	font-weight : bold;
}  
a:hover { 
	text-decoration: none; 
	color: #CCCCCC; 
	font-family: Verdana, Helvetica;
	font-weight : bold;
} 
/* Forms */
input, textarea, select {
	color : #000000;
	background-color: #CAD1D8;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #636363 solid;
}
input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
input { text-indent : 2px; }
input.button {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;  
}
