/* CSS Document */
a{
	color:#000000;	
}

table{
	border:0;
	font-family:Verdana;
	font-size:10px;
	border-spacing:0;
	text-align:left;
}

.mBar{
	background-color:#C14F33;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

.mSec{
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
	padding:3px;
}

.mSec:hover{
	background-color:#B13F23;
	color:#000000;
}

.mDrop{
	position:absolute;
	visibility:hidden;
	width:150px;
}

.mLink{
	background-color:#EEEEEE;
	color:#000000;
	cursor:pointer;
	font-size:9pt;
	line-height: 2em;
}

.mLink_2{
	background-color:#EEEEEE;
	color:#000000;
	cursor:pointer;
	font-size:8pt;
	line-height: 1.5em;
}

.mSame{
	background-color:#EEEEEE;
	color:#000000;
	cursor:pointer;
}

.mLink:hover{
	background-color:#EEEEEE;
	color:#0099CC;
}

.section{
	background-color:#EEEEEE;
	border-spacing:0px;
	margin-top:10px;
	margin-right:5px;
	border:none;
	padding:0;
}

.section_title{
	color:#FFFFFF;
	background-color:#C14F33;
	padding:3px;
	font-weight:bold;
	width:700px;
}

.section_content{
	border-spacing:6px;
}

h1	{ font-size:16px; font-weight:bold; color:#3399CC;}	
h2	{ font-size:12px; font-weight:bold; color:#3399CC;}	

.footer {font-size: 10px; line-height: 12px;  color:#666666;}
.footer a {font-size: 10px; color:#333333;}
.footer a:hover  {font-size: 10px; color:#3399CC;}

a:link { color: #333333; text-decoration: none;}
a:visited { color: #333333; text-decoration: none;}
a:active { color: #333333; text-decoration: none;}
a:hover { color: #3399CC; text-decoration: underline;}

body, td, th, input  { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; color:#666666;
	}
