body{
	margin:0px;
	text-align:left;
	background-color: #ffffff;
	font-family:Verdana, Arial,Myriad,Helvetica;
	font-size:8pt;
	color: #6D6F72;
}

td{
	font-family:Verdana, Arial,Myriad,Helvetica;
	font-size:8pt;
	color: #6D6F72;
}

img {
	border: none;
}

#footer{
	background-color: #959595;
	height:28px;
	width:778px;
}

#mainscreen{
	background-image: url("../images/bg_main.gif");
	background-repeat: repeat-X;
	width:778px;
	height:170px;
}

#content{
	background-image: url("../images/bg_content.gif");
	background-repeat: repeat-X;
	background-position: top left;
	width:698px;
	padding:23px 40px 30px 40px;
}

#contact{
	background-image: url("../images/bg_contact.gif");
	background-repeat: repeat-X;
	left:40px;
	border-style:solid;
	border-width:2px 0px 0px 0px;
	border-color: #003399;
	width:778px;
	height:90px;
}

#bigheader{
	background-color: #FFFFFF;
	width:778px;
}

#dashedline{
	vertical-align: top;
	background-image: url("../images/bg_dashed.gif");
}

td.underline{
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#B02924;
}

a{
	color: #003399;
	text-decoration:none;
}

input.tField{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-top-color:#7C7C7C;
	border-left-color:#7C7C7C;
	border-bottom-color:#C3C3C3;
	border-right-color:#C3C3C3;
	font-family: Verdana, Arial;
	font-size:8pt;
	color: #6D6F72;
	height:20px;
}

textarea.tMemo{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-top-color:#7C7C7C;
	border-left-color:#7C7C7C;
	border-bottom-color:#C3C3C3;
	border-right-color:#C3C3C3;
	font-family: Verdana, Arial;
	font-size:8pt;
	color: #6D6F72;
}


input.tSubmit{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color: #006600;
	background-color: #003366;
	font-family: Verdana, Arial;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	height:21px;
}

input.tReset{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#6A6A6A;
	background-color:#6A6A6A;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	height:21px;
}

select.tCombo{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-top-color:#7C7C7C;
	border-left-color:#7C7C7C;
	border-bottom-color:#C3C3C3;
	border-right-color:#C3C3C3;
	font-family: Verdana, Arial;
	font-size:8pt;
	color: #6D6F72;
	height:16px;
}

h1 {
	color: #003366;
	border-bottom: 1px solid #003399;
	font-style: oblique;
}