select { 
 font-size: 10px; 
}
input { 
 font-size: 10px; 
}
.copyTxt {
	font-family: verdana, sans-serif;
	font-weight: 100;
	font-size: 11px;
	color: #EDEDED;
}
.copyTxt:link {
	TEXT-DECORATION: underline;
	font-weight: 800;
}
.copyTxt:active {
	TEXT-DECORATION: none;
	font-weight: 800;
}
.copyTxt:visited {
	TEXT-DECORATION: none;
	font-weight: 800;
}
.copyTxt:hover {
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #E72D00;
	font-weight: 800;
}
.copy2Txt {
	font-family: verdana, sans-serif;
	font-weight: 100;
	font-size: 10px;
	color: #EDEDED;
}
.header1 {
	font-family: verdana, sans-serif;
	font-weight: 100;
	font-size: 21px;
	color: #FFFFFF;
}
.header3 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}
.header2 {
	font-family: verdana, sans-serif;
	font-weight: 800;
	font-size: 11px;
	BACKGROUND-COLOR: none;
	color: #FFFFFF;
}
a.header2:link {
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: none;
    font-weight: 800;
}
.header2:active {
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #E72D00;
	font-weight: 800;
}
.header2:visited {
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: none;
	font-weight: 800;
}
.header2:hover {
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #E72D00;
	font-weight: 800;
}
.footerTxt1 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #01599A;
}
.footerTxt2 {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #B4B4B4;
}