body {
	padding: 0;
	margin: 0px;
	text-align:left;
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow-x:hidden;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #003366;
}

a {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}

TD, P, DIV, SPAN {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6em;
}

TD.head {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

TD.subhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

SPAN.mark {
	color: #FF9933;
}
