.MAIN {
	padding: 50px 0px 0px 50px;
}
.MAINin {
	background-color: #F7F7E9;
	width: 600px;
}
#head1 {
	font-family: sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#head2 {
	font-family:sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color : #000000;
	text-align: left;
}
#menu {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000000;
	text-align: center;
}
#menu a {
	text-decoration: none;
	color : #000000;
}
#menu a:hover {
	color: #CC0000;
}
#update {
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
}
#link {
	color: #333333;
	font-weight: bold;
	text-align: right;
	font-family: sans-serif;
	font-size: 10pt;
}
#link a {
	text-decoration: none;
	color: #333333;
}
#link a:hover {
	color: #CC0000;
}
#lefttext {
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
}
#lefttext a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#righttext {
	text-align: right;
        font-family: sans-serif;
        font-size: 10pt;
        color: #000000;
}
#righttext a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#centtext {
	padding: 5px 5px 5px 5px;
	border: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
        text-align: center;
        font-family: sans-serif;
        font-size: 10pt;
        color: #000000;
}
#caption {
	font-family: sans-serif;
	font-size: 10pt;
	text-align: center;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-style: solid;
}
