/* CSS Document */
a:link {
	color: #C62829;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C62829;
}
a:hover {
	text-decoration: underline;
	color: #C62829;
}
a:active {
	text-decoration: none;
	color: #C62829;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul { 
list-style-type: none;
padding-left: 10;
margin-left: 10;
} 

li { 
background: url(images/plus.gif) left center no-repeat;
padding-left: 20px;
margin-bottom: 5px;
} 

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #C82327;
}
.navplus {
	color: #CCCCCC;
	font-size: 24px;
}
.header {
	color: #CCCCCC;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #C62829;
}

.blackcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	}
	
.graycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	}
	
.grayform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
.redform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C62829;
	font-style: normal;
	font-weight: bold;
	}

.footer {
	font-family: 
	Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC;
	}
