body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text1 {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;

}
.text1-line {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 180px;
	float: left;
	padding-bottom: 2px;
	padding-top: 2px;
}
.text1-line:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color:#CC0000;
	text-decoration: none;
}
.text1:hover {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color:#CC0000;
	text-decoration: none;
}
.text2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.text2-without-line {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.text3 {
	font-family: verdana;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.H1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
}
.line {
	border: 1px 1 #666666;
}
.border-top-buttom {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: 003366;
	text-decoration: none;
}
.formField { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;  
	padding: 1px; 
	border: 1px solid #666666;
}