body {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

td {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: black;
	width: 640px;
	border: 1px solid black;
	padding: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: black;
	width: 640px;
	border: 1px solid black;
	padding: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 {font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4 {font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h5 {font-size: 11px;
	font-weight: bold;
	margin-top: 16px;
}

a:link {text-decoration: underline; 
	color: #C00000;
}

a:active {text-decoration: underline; 
	color: #C00000;
}

a:visited {text-decoration: underline; 
	color: #C00000;
}

a:hover {text-decoration: underline; 
	color: #800000;
}

.content {width: 640px;
	padding: 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.contentColor {width: 640px;
	background-color: #F3F3F3;
	padding: 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


.contentBanner {width: 640px;
	background-color: black;
	color: white;
	padding: 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


