/* CSS Document */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #990000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	padding-left: 7px;
	padding-right: 7px;
}
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #990000;
	font-style: normal;
}
.subtitle {

	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
	font-style: normal;
}
.bodytext_no_padding {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.title2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #990000;
	font-style: normal;
}
.title3 {


	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #990000;
	font-style: normal;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	display: block;
	color: #990000;
	padding-left: 5px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	display: block;
	color: #333333;
	padding-left: 5px;
	background-color: #FFCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
