/* SET BASE FONT 9f0000*/
body,th,td,div,p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#000000;
}

/* UNIVERSAL PAGE LAYOUT */

A{
	color: #e6e6e6;
	font-weight: bold;
}

A:visited {
	color: #cccccc;
	font-weight: bold;
}

A:hover {
	color: #ff6600;
	font-weight: bold;
}

A.bg_light {
	color: #000000;
	font-weight: bold;
}

A.bg_light:visited {
	color: #808080;
	font-weight: bold;
}

A.bg_light:hover {
	color: #ff6600;
	font-weight: bold;
}
input {
	background-color:e3e3e3;
	color:800000;
	font-weight:bold;
	font-size:9pt
}

select {
	background-color:e3e3e3;
	color:800000;
	font-size:9pt
}

textarea {
	background-color:e3e3e3;
	color:800000;
	font-weight:bold font-size:9pt
}
	
td.small {
	font-size:9px;
}

DIV.footer {
	position : relative;
	top : 10px;
	left : 0px;
	z-index : 2;
	width : 720px;
	padding : 0px;
	text-align:center;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color:#fdfdf1;
}

