/* CSS Document */

<style type="text/css">
<!--
a.main {
	font-size: 36px;
	color: #7D0000;
}
a.main:link {
	text-decoration: none;
	color: #7D0000;
	font-size: 36px;
}
a.main:visited {
	text-decoration: none;
	color: #7D0000;
	font-size: 36px;
}
a.main:hover {
	text-decoration: underline;
	color: #7D0000;
	font-size: 36px;
}
a.main:active {
	text-decoration: none;
	color: #7D0000;
	font-size: 36px;
}
/////
a.small {
	font-size: 16px;
	color: #7D0000;
}
a.small:link {
	text-decoration: none;
	color: #7D0000;
	font-size: 16px;
}
a.small:visited {
	text-decoration: none;
	color: #7D0000;
	font-size: 16px;
}
a.small:hover {
	text-decoration: underline;
	color: #7D0000;
	font-size: 16px;
}
a.small:active {
	text-decoration: none;
	color: #7D0000;
	font-size: 16px;
}

a.navbar: {
	font-size: 24px;
	color: #7D0000;
}
a.navbar:link {
	text-decoration: none;
	font-size: 24px;
	color: #7D0000;
}
a.navbar:visited {
	text-decoration: none;
	font-size: 24px;
	color: #7D0000;
}
a.navbar:hover {
	text-decoration: underline;
	font-size: 24px;
	color: #7D0000;
}
a.navbar:active {
	text-decoration: none;
	font-size: 24px;
	color: #7D0000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}


.mainRed {
	font-size: 16px;
	color: #7D0000;
	font-weight: bold;
}
.mainBold {font-size: 16px;
		   font-weight: bold;
}
.mainText {font-size: 16px;}
.navbar_active {
	font-size: 24px;
	color: #000000;
}
.navbar_spacer {
	font-size: 24px;
	color: #7D0000;
}
.menu_sub_title {font-size: 18px;
		   font-weight: bold;
}
.menu_title {font-size: 24px;
		   font-weight: bold;
}
hr.dash {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}	
-->
</style>