/* CSS */

body { 
	margin: 0px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; line-height: 15px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

td { 	
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 15px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

a:link    { color: Maroon; font-weight: bold; text-decoration: underline; }
a:visited { color: Maroon; font-weight: bold; text-decoration: underline; }
a:hover   { color: Maroon; font-weight: bold; text-decoration: none; }
a:active  { color: Maroon; font-weight: bold; text-decoration: none; }

.head { 	
	color: #59608C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; 
	line-height: 21px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}
.head2 { 	
	color: #59608C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 17px;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none; 
}

ul {
	list-style-type: circle;
}

/* start: form stuff */
.box { 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	line-height: 11px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
	width: 200px; 
	height: 16px;
	border: 1px solid #333;
	background: #f2f2f2; 
}
.ta { 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	line-height: 11px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	vertical-align: middle;
	width: 200px; 
	height: 60px;
	border: 1px solid #333;
	background: #f2f2f2; 
}
/* button */		  
.but { 
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	background: #59608C;
	padding: 2px 6px 2px 6px;
	border: 1px solid #333; 
}
select	{
	background: #f2f2f2;
	color: #333;
	margin: 0px;
	border: 0px;
	padding: 2px 0px 2px 4px;
	width: 200px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
/* end: form stuff */
