body,p,th,td,input,select,textarea{
    font-size:12px;   
} 
a:link,a:visited{
	color:#0044DD;
	text-decoration:none;
}
a:hover,a:active{
	color:#FF5500;
	text-decoration:underline;
}

a.U:link,a.U:visited{
	color:#0044DD;
	text-decoration:underline;
}
a.U:hover,a.U:active{
	color:#FF5500;
	text-decoration:underline;
}    
  

/*Rules for DIV.Head*/
#Head{
	text-align:center;
}
#Head #HeadTop{
	position:relative;
	width:300px;
	margin:5px auto 0px !important;
	margin:5px auto 0px;
	text-align:left;
}
#Head a:link, #head a:visited{
	color:#0044FF;
}
#Head a:hover, #head a:active{
	color:#FF6600;
}
#Head a.current:link,#Head a.current:visited{
    color:#FF3300;
	text-decoration:none;
}
#Head a.current:hover,#Head a.current:active{
    color:#FF3300;
	text-decoration:underline;
}
#Head ul{
	list-style-type:none;
}
#Head ul{
	margin:0;
	padding:0;
}

body.FullWidth #Head #SystemAnnouce{
	width:100%;
}
 
#Head #HeadNavBar{
	float:right;
	clear:right;
	width:300px !important;
	width:300px;
}
#Head #HeadNavBar li{
	float:left;
	height:21px;
	margin-left:5px;
	background:#FFFFED url(/mvnplugin/mvnforum/images/head_nav_bar_bk_left.gif) left top no-repeat;
}
#Head #HeadNavBar li a{
	display:block;
	float:left;
	height:21px;
	padding:0 8px;
	line-height:21px;
	background:transparent url(/mvnplugin/mvnforum/images/head_nav_bar_bk_right.gif) right top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum{
	background:#FFFFED url(/mvnplugin/mvnforum/images/head_nav_bar_bk_hl_left_2.gif) left top no-repeat;
}
#Head #HeadNavBar li#MainBtnForum a{
	font-weight:bold;
	color:#F50;
	background:transparent url(/mvnplugin/mvnforum/images/head_nav_bar_bk_hl_right_3.gif) right top no-repeat;
}


