/* CSS Document */

body {
	vertical-align: top;
	margin: 0 0 0 0;
	color: black; 
   background-color: rgb(227,27,35);
}
.whitebody {
	background-color: rgb(255,255,255);
}

a:link {
	color: rgb(0,140,168); text-decoration: underline;
}
a:visited {
	color: rgb(138,211,223);
}
.style1 {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
}
.style2 {
	font-style: italic;
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	margin: 0 0 0 68px;
	line-height: 1.4;
}
.style3 {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	margin: 0 0 0 68px;
	line-height: 1.4;
	}
.style3-nomargin {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	line-height: 1.4;
	margin: 0 0 0 0px;
	}
.style4 {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	font-weight:bold;
	color: rgb(0,140,168);
	line-height: 1.4;
	}
.style5 {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(167,213,157);
	font-weight:bold;
	line-height: 1.4;
	}
.style6 {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	font-style: italic
	}
.table {
	margin: 0 0 0 125px;
	vertical-align: top;
	background-color: #FFFFFF;
	border: none;
    }
.style7 {
	font-size: 8pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	line-height: 1.4;
	margin: 0 10px 0 0;
	}
.style3form {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	margin: 0 68px 0 68px;
	line-height: 2.0;
	}
.style3form a:link {
	color: #0000FF;
	text-decoration: underline;
}
.style3form a:visited {
	color: #000066;
}

.style3NoMargin {
	font-size: 9pt;
	font-family: "ITC Franklin Gothic", Univers, Verdana, sans serif;
	color: rgb(0,140,168);
	margin: 0 0 0 0;
	line-height: 2.0;
	}

.style3form2 {
	line-height: 1.4;
	}
.style3formAlignRight {
	text-align: right;
	color: #000000;
	}
.style8 {color: #FFFFFF}
.style9 {
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.style10 {
	color: #000000;
	font-weight: bold;
}
.styleVerify {
    color:#000000;
}
.styleError {
	color: #FF0000;
	font-weight: bold;
}
.styleTableTitle {
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
}
.styleTableTitleLeft {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}
.styleTablePrintPageBreak {
   page-break-after:always;
}

#contactform {
   font-family: verdana;
   width: 300px;
	margin: 0 0 0 68px;
}

#contactform h1 {
   font-size: 130%;
}

#contactform img {
   border: 0px;
}

#contactform .errors {
   color: #ff0000;
}

#contactform .correct {
   color: black;
}

#contactform legend {
   font-size: 120%;
   font-weight: bold;
}

#contactform .title {
   color: black;
   font-weight: bold;
   font-size: 90%;
   margin-top: 2px;
   margin-bottom: 5px;
}

#contactform .field {
   color: black;
   font-size: 90%;
   margin-bottom: 7px;
}

#contactform .small {
   font-size: 100%;
}

#contactform .thanks {
   margin-top: 15px;
   color: green;
   font-size: 105%;
   margin-bottom: 15px;
}
