
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #CCCCCC;
	margin: 0px;
}
td{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
.tdmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color : #003366;
}

table{
	background: White;
}

.textHeader{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}

a:link {
	text-decoration: none;
	color : #CCCCCC;
	font-size : 11px;
}
a:visited {
	text-decoration: none;
	color : #CCCCCC;
	font-size : 11px;
}
a:hover {
	text-decoration: underline;
	color : #CCCCCC;
	font-size : 11px;
}

a:link.textlink {
	text-decoration: none;
	color : #003366;
	font-size : 11px;
}
a:visited.textlink {
	text-decoration: none;
	color : #003366;
	font-size : 11px;
}
a:hover.textlink {
	text-decoration: underline;
	color : #003366;
	font-size : 11px;
}

.contact_tbl{width: 550;}
.contact_lbls{text-align: right;font-weight: bold;}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 0px;
	height: 20px;
	width: 80px;
	border: 2px solid #DFDCCB;
	background-color : #003366;
	}
.line{color: #999999; height: 1px;}
.msg{color: red; font-weight: bold;}
.center{text-align: center;}
.justify{text-align: justify;}
.inputs{
border: solid 1px #666829;
color: black;
background-color: #EEEEEE;
font-size: 11px;
font-weight: bold;
color: black;
width: auto;
}