a 
{
	border-bottom: 1px solid #000000;	
	text-decoration:none;
	color: black;
}

a:hover {
	border-bottom: 2px solid #ffcc00;	
	text-decoration:none;
	color: black;
}

.dropmenu {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background-repeat: repeat;
	position: absolute;
	display: none;
	z-index: 100;
	filter: alpha(Opacity=0);
	cursor: default;
	background-color: #3366dd;
	color: black;
	vertical-align: middle;
}

BODY 
{
	SCROLLBAR-FACE-COLOR: #ffcc00; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffcc00; 
	SCROLLBAR-SHADOW-COLOR: #ddaa00; 
	SCROLLBAR-3DLIGHT-COLOR: #ffdd33; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #aa9900;   
	font-family: Verdana; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: black;
}

.standart {
	font-family: Verdana; 
	font-size: 12px; 
	font-style: normal; 
	font-weight:normal;
	text-align: justify; 
	background-repeat: repeat;
	table-layout: auto;
	color:black;
}

b {  
	font-family: Verdana; 
	font-size: 13px; 
	font-weight: bold; 
	text-align: center; 
	text-transform: underline;
}

h3 {  
	font-family: Verdana; 
	font-size: 16px; 
	font-style: normal;
	font-weight: normal; 
	text-align: left; 
	color:black;	
}

INPUT.inp {
	border : 1px solid black;
	color: black;
	cursor : text;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: white;
}

*.lst
{
	border : 1px solid black;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black; 
	background-color: #8AA0FF;
}

HR {
	height: 1px;
	color: black;
	width: 30%;
	text-align:left;	
}

*.butt {
	border : 1px solid black;
	color: black;
	cursor : hand;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color:white;
	height: 18px;
	background-color: #ffcc00;
}

TEXTAREA.tt {
	border : 1px solid black;
	color: black;
	cursor : text;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: white;
}

.standartNorepeat {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	background-repeat: no-repeat;
	table-layout: fixed;
	vertical-align: top;		
}