body.inner {
	
	background:			black;
	color:				white;
	margin:				0;
	margin-top:			0;
	margin-right: 			0;
	margin-bottom:			0;
	margin-left:			0;
	
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			normal;
	
	SCROLLBAR-FACE-COLOR: 		black; 
	SCROLLBAR-HIGHLIGHT-COLOR: 	black; 
	SCROLLBAR-SHADOW-COLOR:		blacke; 
	SCROLLBAR-3DLIGHT-COLOR: 	gray; 
	SCROLLBAR-ARROW-COLOR: 		white; 
	SCROLLBAR-TRACK-COLOR: 		black; 
	SCROLLBAR-DARKSHADOW-COLOR: 	gray; 
	SCROLLBAR-BASE-COLOR: 		black; 
}

select,input {
	background-color: 		#000000;
	border: 			gray;
	border-style: 			solid;
	border-left-width: 		1px; 
	border-top-width: 		1px; 
	border-right-width: 		1px; 
	border-bottom-width: 		1px;
	font-size:			10px;
	color:				red;
	SCROLLBAR-FACE-COLOR: 		black; 
	SCROLLBAR-HIGHLIGHT-COLOR: 	black; 
	SCROLLBAR-SHADOW-COLOR:		black; 
	SCROLLBAR-3DLIGHT-COLOR: 	gray; 
	SCROLLBAR-ARROW-COLOR: 		white; 
	SCROLLBAR-TRACK-COLOR: 		black; 
	SCROLLBAR-DARKSHADOW-COLOR: 	gray; 
	SCROLLBAR-BASE-COLOR: 		black; 

}

table.inner {
	color:				white;
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			normal;
}

#anunt {
	visibility:			visible; 
	position:			absolute;
	left:				33%;
	top:				130px;


}

a.mainmenu { 
	text-decoration: 		none; 
	color: 				#FFFFFF;  
}
a.mainmenu:hover { 
	text-decoration: 		none; 
	color: 				#FFFFFF;  
	background: 			#9F0B0B; 
}

hr.top {
	background:			gray;
	heigth:				1px;
}

.redboldsmall {
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			bold;	
	color:				red;
}

.redboldlarge {
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			bold;	
	color:				red;
}
.blackboldlarge {
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			bold;	
	color:				black;
}
.blackboldsmall {
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			bold;	
	color:				black;
}
.blacknormalsmall {
	font-family:			verdana,sans-serif;
	font-size:			10px;
	font-weight:			normal;	
	color:				black;
}

hr {
	border-style:			none;
	height:				1px;
	background:			white;
}

a:link,
a:active {
	font-weight:           		normal;
	font-size			10px;
	text-decoration:       		none;
	color:                         	#ff0000; 
}
a:visited {
	font-weight:            	normal;
	font-size			10px;
	text-decoration:        	none;
	color:                          #ff0000;
}
a:hover {
	text-decoration: 		none; 
	color: 				#FFFFFF;  
	background: 			#9F0B0B; 
	font-weight:            	normal;
	font-size			10px;
	color:                          #ffffff;
}
