*{
	margin:				0px;
	padding:			0px;	
}
body{
	font-size:			12px;
	font: 				10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: 				#000000;
	border:				0px solid black;
	cursor:				default;
	background-color:	#f47d37;
	background-image: 	url(/templates/dom/i/m_bg.png);
	height:				29px;
	border-bottom:		1px solid black;
}
#main{
	height:				29px;
	line-height:		28px;
	padding-left:		10px;
}
#main span{
	font-size:			10px;
}
#main a{
	color:				#1B5790;
	font-size:			14px;
	font-weight:		bold;
	text-decoration:	none;
}
#main a:hover{
	text-decoration:	underline;
}


#menu{
	text-align:			center;
}
#menu h2{
	display:			inline;
	font-size:			11pt;
}
#menu h2 a{
	font-size:			11pt;
	text-decoration:	none;	
	font-weight:		bold;
	color:				black;
}
#menu h2 a:hover{
	text-decoration:	underline;	
}

