#ContactForm{
}
#ContactForm table{
	margin-top: 13px;
}
#ContactForm td{
	font-size: 11px;
	color: #111;
}
#ContactForm th{
	text-align:left;
	padding-left:9px;
}
#ContactForm input{
	width: 120px;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#222;
}
#ContactForm a{
	display:block;
	width: 100px;
	text-align:center;
	text-decoration: none;
	margin: 15px 0px 3px 0px;
	border: 2px solid #999;
	background: #eee;
	color: #333;
}
#ContactForm a:hover{
	display:block;
	width: 100px;
	text-align:center;
	text-decoration: none;
	margin: 15px 0px 3px 0px;
	border: 2px solid #666;
	background: #ccc;
	color: #000;
}








.companyName {
	font-weight: bold;
	color: #707989;
	font-size: 20px;
}
.slogan {
	color: #999999;
	font-size: 12px;
}.subSection {

	font-size: 14px;
	font-weight: bold;
	color: #707989;
}
h1 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 1.5em;
	color: #707989;
	width: 258px;
	height: 55px;
}
.logobg {
}
h2 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 1.8em;
	color: #6F708B;
	letter-spacing: .2em;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F708B;
	margin-bottom: 0px;
}
h3 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 1.8em;
	color: #6F708B;
	letter-spacing: .2em;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F708B;
}
.picborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.contentbox {
	/*background-image: url(/_images/grey_back.gif);*/
	background-repeat: repeat;
}
.whitebox {
	background-color: #FFFFFF;
	margin: 1% 2% 10%;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 8pt;
	font-size: 1.1em;
}
.section li a {
	text-decoration: none;
	font-size: 1.1em;
}
.section li {
	/*list-style-image: url(/_images/arrow.jpg);*/
	margin-bottom: 5px;
}



.AppButton{
	display:block;
	width: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: .04em;
	text-decoration: none;
	border: solid 2px #002B47;
	padding: 3px;
	background-color: #5B6E82;
	color:#fff;
	font-weight: bold;
}
.AppButton:hover{
	text-decoration: none;
	border: solid 2px #001E4C;
	background-color: #235CA0;
	color:#fff;
	font-weight: bold;
}
#Application {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#Application table{
	width: 100%;
	border: solid 1px #eee;
}
#Application td{
	height: 25px;
	padding: 2px;
	padding-left: 5px;
	border: 0px;
	border-bottom: solid 1px #eee;
	color: #000;
}
#Application * td.heading{
 	border-top: solid 3px #57444E; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	background: #BBB7BC;
	height: 30px;
	vertical-align: top;
}
#Application td.footer{
	background: #527394;
}