.body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* For all of the links provided on your website, including the a:hover tag */
a:link, a:visited, a:active {
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: #900;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica;
	color: #F00;
	font-weight: bold;
}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}
   
/* Text Headers */
/* Padding and Margin Positioning Order: top - right - bottom - left */
h1, h2 {
	margin:0;
	padding:0;
}

/* Blue Header Title Text */
h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#405991;
	text-transform:uppercase;
	padding:15px 0 15px 0;
}

/* Black Medium Size Title Text */
h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
}

.boldtext {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.boldtextblue {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#039;
}


.boldtextdarkred {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C11B17;
}
.boldtextunderline {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

.underline {
	text-decoration:underline;
}

.italic { font-style:italic; }

/* This is responsible for the indents you may have on any
of the pages of your site. Right now, you have indents on 
the following pages: comp.h