body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

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

a:hover {
    color: Red;
	text-decoration: none;
}

form {
	background-color: #DDDDDD;
	padding-left : 10;
		}

.title {
	background-color: #DDDDDD;
	color: #708090;
	padding-left : 10px;
	padding-right : 10px;
	border : thick;
	border-bottom : none;
	border-bottom-color : #DDDDDD;
	font : bold 14px/18px "Times New Roman", Times, serif;
	top: 5px;


}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
  color: #708090;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #708090;
  color: #CCCCCC;
	padding-left : 10px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		padding-left : 5;
	border : 1px solid #006666;
		}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #778899;
	padding-left : 5;
	color : #000033;
}


.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #708090;
}

.box1 {
	border-color: #CCCCCC #708090 #003366 #CCCCCC;
	border-width: thin;
  border-style: solid;
	padding-left : 5;
	}

input.big {
	width: 100px;
	padding-left : 2;
}

