body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #EA002E;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

td {
	font-family: Verdana;
	font-size: 12px;
}

th {
	font-family: Verdana;
	font-size: 12px;
}

input {
	font-family: Verdana;
	font-size: 12px;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
}

select {
	font-family: Verdana;
	font-size: 12px;
}

ul {
	font-family: Verdana;
	font-size: 12px;
	list-style-type: disc;
}

li {
	font-family: Verdana;
	font-size: 12px;
	list-style-type: disc;
}

ol {
	font-family: Verdana;
	font-size: 12px;
	list-style-type: lower-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana;
	font-size: 9px;
}

.big {
	font-family: Verdana;
	font-size: 18px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

.altTextField {
	background-color: #ececec;
	color: #000000;
	border: 1px;
	border-top-color: #006BB5;
	border-right-color: #006BB5;
	border-bottom-color: #006BB5;
	border-left-color: #006BB5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1px;
} 

form {
	width : 100%;
	}

input.btn{
   color:#000000;
   font-family:Verdana;
   font-size:12px;
   font-weight:normal;
   background-color:#FFFFFF;
   border:1px solid;
   border-top-color:#006BB5;
   border-left-color:#006BB5;
   border-right-color:#006BB5;
   border-bottom-color:#006BB5;
	}
	
a.nav3:link {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.nav3:visited {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.nav3:hover {
	color: #3333FF;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	cursor: hand;
}

a.nav2:link {

	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a.nav2:visited {

	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a.nav2:hover {
	color: #3333FF;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	cursor: hand;
}

a.nav4:link {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav4:visited {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}
a.nav4:hover {
	color: #FFFFCC;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;	
	font-weight: bold;
}
