form
{
	margin: 0px 0px 0px 0px;
}
td, div, input, textarea
{
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	color: #808080;		
}
a, a:visited, a:active
{
	text-decoration: none;
	color: #808080;
}a:hover
{
	text-decoration: none;
	color: #FF6600;
}
textarea
{
	width: 330px;
	height: 120px;
}
input.bt
{
	background: #336699;
	border: 1px solid #DDDDDD;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
div.title
{
	background: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	padding: 2px;
	color: #808080;
	font-weight: bold;
	text-align: center;
}
div.cont_over
{
	height: 370px;
	overflow: auto;
	margin-top: 2px;
	padding-right: 4px;
	border-bottom: 1px solid #DDDDDD;
}
#MENU a, #MENU a:visited, #MENU a:active
{
	display: block;
	position: relative;
	text-decoration: none;
	color: #336699;
	border-bottom: 1px dashed #DDDDDD;
	padding: 2px;	
}
#MENU a:hover
{
	display: block;
	position: relative;
	text-decoration: none;
	color: #FF6600;
	border-bottom: 1px solid #FF6600;
	padding: 2px;	
}
