/* BEGIN: Defining the default behavior of HTML controls */
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p { 
	margin: 0; 
	padding: 0; 
}
td, textarea, input, select {
	font-family: verdana;
	font-size: 10px;
	color: #010141;
	font-weight: normal;
}
img {
	border: 0;
}
table {
	border: 0;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a:link {
	color: #010141;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #3E6C8D;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-variant: none;
	border: thin none #000000;
	text-decoration: underline;
}
a:visited {
	color: #010141;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
H1 {
	font-size: 18px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0; 
	padding: 0; 
}
}
H2 {
	font-size: 16px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0; 
	padding: 0; 
}
H3 {
	font-size: 14px;
	color: #010141;
	font-weight: bold;
	margin: 0; 
	padding: 0; 
}
H4 {
	font-size: 12px;
	color: #010141;
	font-weight: bold;
	margin: 0; 
	padding: 0; 
}
/* DONE: Defining the default behavior of HTML controls */

/* ****************************************************************** */
/* ****************************************************************** */
/* BEGIN: Defining the custom classes for use in styling the site */
.plainText {
	color: #010141;
	font-weight: normal;
}
.accentText {
	color: #EC0000;
	font-weight: bold;
}
.lightText {
	color: #7D8381;
	font-weight: normal;
}
.header1_Normal {
	font-size: 18px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
}
.header1_Soft {
	font-size: 18px;
	color: #707080;
	font-weight: bold;
	font-variant: small-caps;
}
.header1_Constrast {
	font-size: 18px;
	color: #72BA1C;
	font-weight: bold;
	font-variant: small-caps;
}
.header1_Contrast2 {
	font-size: 18px;
	color: #D3B7CF;
	font-weight: bold;
	font-variant: small-caps;
}
.header2_Normal {
	font-size: 16px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
}
.header2_Soft {
	font-size: 16px;
	color: #707080;
	font-weight: bold;
	font-variant: small-caps;
}
.header2_Contrast1 {
	font-size: 16px;
	color: #72BA1C;
	font-weight: bold;
	font-variant: small-caps;
}
.header2_Contrast2 {
	font-size: 16px;
	color: #D3B7CF;
	font-weight: bold;
	font-variant: small-caps;
}
.header3_Normal {
	font-size: 14px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
}
.header3_Soft {
	font-size: 14px;
	color: #707080;
	font-weight: bold;
	font-variant: small-caps;
}
.header3_Contrast1 {
	font-size: 14px;
	color: #72BA1C;
	font-weight: bold;
	font-variant: small-caps;
}
.header3_Contrast2 {
	font-size: 14px;
	color: #D3B7CF;
	font-weight: bold;
	font-variant: small-caps;
}
.header4_Normal {
	font-size: 12px;
	color: #010141;
	font-weight: bold;
	font-variant: small-caps;
}
.header4_Soft {
	font-size: 12px;
	color: #707080;
	font-weight: bold;
	font-variant: small-caps;
}
.header4_Contrast1 {
	font-size: 12px;
	color: #72BA1C;
	font-weight: bold;
	font-variant: small-caps;
}
.header4_Contrast2 {
	font-size: 12px;
	color: #D3B7CF;
	font-weight: bold;
	font-variant: small-caps;
}
.indent10 {
	margin-left: 10px;
	margin-right: 4px;
}
.indent20 {
	margin-left: 20px;
	margin-right: 4px;
}
img.imageNoBorder {
	border: 0;
}
img.imageThinBorder {
	border: 1;
	border-color: #EC0000;
}
img.imageThickBorder {
	border: 3;
	border-color: #EC0000;
}
a.linkAccent:link {
	color: #EC0000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.linkAccent:hover {
	color: #3E6C8D;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-variant: none;
	text-decoration: underline;
}
a.linkAccent:visited {
	color: #EC0000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.linkSoft:link {
	color: #707080;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.linkSoft:hover {
	color: #3E6C8D;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-variant: none;
	text-decoration: underline;
}
a.linkSoft:visited {
	color: #707080;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.linkContrast:link {
	color: #72BA1C;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.linkContrast:hover {
	color: #3E6C8D;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-variant: none;
	text-decoration: underline;
}
a.linkContrast:visited {
	color: #72BA1C;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* END: Defining the custom classes for use in styling the site */
/* ****************************************************************** */
/* ****************************************************************** */