/* CSS Document */

a:link {
	text-decoration: none;
    color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color:000000;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/BG_M.JPG);
	background-attachment:fixed;

}
.copy{
font-family:"Microsoft Sans Serif, MS Sans Serif, sans-serif";
font-size:10px;
}
.small {font-size: 12px; font-family: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;}
.textdetail {font-size: 13px; font-family: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;}
.textdetailbig {font-size: 15px; font-family: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;}
.litle {font-size: 8px; font-family: "MS Sans Serif", "Microsoft Sans Serif", CordiaUPC;}
.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.strongs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.big{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
	.textbox
	{
	font-family : MS Sans Serif;
	font-size : 10pt;
	border : solid #D6D6D6 1px;
	height : 15px;
	background-color: #FFFFFF;
	}
		.listbox
	{
	color:#0000FF;
	border-color:#333333;
	border : solid #D6D6D6 1px;
	}
		.textbox2
	{
	font-family : MS Sans Serif;
	font-size : 10pt;
	height : 18px;
	}