@charset "utf-8";
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #255796;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


.header {
	font-family: "Myriad Pro";
	font-size: 24px;
	font-weight: bold;
	color: #2557A9;
}
.header2 {
	font-family: Tahoma;
	font-size: 12pt;
	color: #255796;
}
.header3 {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #255796;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:active {
	text-decoration: none;
}


.btnStart {
	color: #0C2E53;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: auto;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px 1 #666666;
}
.btnSubmit {
	background-image: url(images/btn_submit.jpg);
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 127px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.textfield {
	border: thin solid #666666;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-style: italic;
}
