
body {
	background: #000000 url(../pics/bg/fv_os.gif) top repeat-x fixed;
	color: #FF7719;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
  	margin: 0px;
  	padding: 0px;
}

.tblLayout {
	background-color: #3F3F3F;
}
.mMouseOver {
	background-color: #FF9A00;
	color: black;
	cursor: hand;
	font-size:14px;
	font-weight:bold;
	padding-left:11px;
	padding-right:11px;
}

.mMouseOut {
	background-color: #FF7700;
	color: black;
	cursor:auto;
	font-size:14px;
	font-weight:bold;
	padding-left:11px;
	padding-right:11px;
}

a.lnkMenu1:link 	{ text-decoration: none; color:#FF7700; font-weight:bolder; }
a.lnkMenu1:visited 	{ text-decoration: none; color:#FF7700; font-weight:bolder; }
a.lnkMenu1:hover 	{ text-decoration: none; color:#FF9A00; font-weight:bolder; }
a.lnkMenu1:active 	{ text-decoration: none; color:#FF7700; font-weight:bolder; }


/* LinkFiMA */
.linkFiMA:link 		{ font-size: 14px;	color:#336699;	text-decoration:none; }
.linkFiMA:visited 	{ font-size: 14px;	color:#336699;	text-decoration:none; }
.linkFiMA:active 	{ font-size: 14px;	color:#336699;	text-decoration:none; }
.linkFiMA:hover 	{ font-size: 14px;	color:#7EC4DE;	text-decoration:none; }

.txt200px {
	background-color: #673E15;
	border: 1px solid #FF9A00;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	width: 200px;	
}
.txt200_50px {
	background-color: #673E15;
	border: 1px solid #FF9A00;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
	height: 50px;
	width: 200px;	
}
.button1 {
	background-color: #673E15;
	border: 1px solid #FF9A00;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
}


