body {
	/*font-family: Verdana,Helvetica,Arial,sans;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia,serif;
} h2 {
	font-size: 15px;
	color: #660000;
	font-weight: bold;
	margin-top: 10px;
} h3 {
	font-size: 11px;
	color: #660000;
	font-weight: bold;
	margin-top: 5px;
}

em {
	/*font-style: normal;*/
	font-weight: bold;
/*	color: #333333;	*/
}
.altem {
	font-style: normal;
	font-weight: bold;
/*	color: #333333;	*/
} 
strong {
	font-weight: bold;
/*	color: #330000;	*/
}

a {
	text-decoration: underline;
	color: #993300;
} a:hover {
	color: #660000;
}
div.para {
	margin-top: 10px;
	margin-bottom: 10px;
}
.button {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #660000;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #CCCCCC;
	border-right-width: 3px;
	border-bottom-width: 3px;
	line-height: 16px;
} .button:hover {
	text-decoration: none;
	background-color: #EEEEEE;
} .button:active {
	margin-left: 1px;
	margin-top: 1px;
	border-width: 2px;
	background-color: #DDDDDD;
}
.special_button {
	display: block;
	float: left;
	text-align: center;
	font-size: 90%;
	border: 2px solid #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 85px;
	margin-right: 5px;
	margin-top:3px;
	color: #660000;
	background-color: #FFFFFF;
}

.special_button:hover {
	background-color: #EEEEEE;
}
.extra_info {
	color: #999999;
	font-size: 13px;
}
ul {
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0px;
}

#content #mainbox #body p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
} 
