html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.counter {
	font : bold 10px Arial, Helvetica, sans-serif;
	color: #A9A9A9;
	margin-right: 50px;
}


.headline {
	font : bold 22px Arial, Helvetica, sans-serif;
}

.subline {
	font : bold 14px Arial, Helvetica, sans-serif;
	color: #993333;
}	

.small {
	font : 10px Arial, Helvetica, sans-serif;
}

/* This will put the text in ALL CAPS at 21px */
.caps_21 {
	font-family: arial,helvetica,sans-serif;
	font-size: 21px;
	font-variant: small-caps;
	color: #00194A;
}
/* This will put the text in ALL CAPS at 16px */
.caps_16 {
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #00194A;
}
/* This will put the text in ALL CAPS at 14px */
.caps_14 {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #00194A;
}

/* This will indent 15px */
.indent15 {
	margin-left: 15px;
}

/* This will indent 25px */
.indent25 {
	margin-left: 25px;
	padding-bottom: 2px;
}

.indent40 {
	margin-left: 40px;
	padding-bottom: 2px;
}


/* This is to wrap text to the right of an image */
.leftimg {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}

/* This is to wrap text to the left of an image */
.rightimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
}

.headimage {
	margin: 10px 0px 2px 15px;
}

/* This is if they want some text to "stand out" on the page */
.red {
	color: #ff0000;
}

.heavy {
	font-weight: bold;
}

table.header {
	background-color: #E6B2B2;
	border: 1px solid #993333;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* This is for the MAIN CONTENT area and regular links */
td.main {
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* This is for the MAIN MENU */
td.main_menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	color : #000000;
}

.main_menu a:link, .main_menu a:visited {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

.main_menu a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* This is for the FEATURE area and links */
td.feature {
	font: 11px Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 50px;
}
.feature a:link, .feature a:visited {
	text-decoration: none;
	color: #993333;
}
.feature a:hover {
	text-decoration: underline;
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* This is for the FOOTER area and links */
td.footer {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font: 9px Tahoma, Arial, Verdana;
  color: #993333;
}

.footer a:link, .footer a:visited {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover{
	color: #333333;
	text-decoration: underline overline;
	font-weight: bold;
}



