body {
	font-size: 10pt;
	line-height: 140%;
	color: #333333;
	background-color: #EDDEA9;
	margin: 0px;
}

.font1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 140%;
	color: #FF0000;
}

.font2 {
	font-size: 8pt;
	line-height: 140%;
}

.font3 {
	font-size: 10pt;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
}

.font4 {
	font-size: 11pt;
	line-height: 140%;
	font-weight: bold;
}


a:link {color: #0000FF; text-decoration: underline;}
a:visited {color: #0000FF; text-decoration: underline;}
a:hover {color: #FF3300; text-decoration: underline;}
a:active {color: #FF3300; text-decoration: underline;}

#block_all {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
}

#main {
	width: 740px;
	float: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	width: 760px;
	padding: 0px 0px 20px;
	text-align: center;
}

