﻿/* TOC 1 & 2 */
.style1 {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	font-family: Arial;
}
/* Header 1 - Title */
.style2 {
	font-size: x-large;
	font-family: Arial;
}
/* Header 1 - Text */
.style3 {
	color: #FFFFFF;
	font-size: small;
	text-align: justify;
	font-family: Arial;
}
/* Content - White Text on Black */
.style4 {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	font-family: Arial;
	}
/* Content - Back Text Title */	
.style5 {
	font-weight: bold;
	font-family: Arial;
	margin-left: 10px;
	margin-right: 10px;
}
/* Left Side Menu */
.style6 {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Right Side Panel */
.style7 {
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	font-family: Arial;
	margin-left: 10px;
	margin-right: 10px;
}
/* Footer */
.style8 {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	margin-left: 5px;
	margin-right: 5px;
}
/* Footer TOC */
.style9 {
	color: #000000;
}
/* Content Message Text */
.style10 {
	font-family: Arial;
	font-size: medium;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
/* Content Message Title */
.style11 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}
/* Hyper Link */
.style12 {
	color: #FFFFFF;
	text-decoration: none;
}
/* Table Style */
.style13 {
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
	font-family: Arial;
}
.style14 {
	text-align: center;
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #660033;
}
.style15 {
	border-style: solid;
	border-width: 3px;
}
/* Table Style - Contact Form*/
.style16 {
	text-align: left;
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
	font-family: Arial;
}
.style17 {
	text-align: right;
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
	background-color: #660033;
}
.style18 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.style19 {
	text-align: left;
	color: #FFFFFF;
	font-size: small;
	font-family: Arial;
	background-color: #660033;
}
/* Graphic Display */
.style20 {
	text-align: center;
}





