/** BASIC */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004784
}

a:link {
	color: #004784
}

a:hover {
	text-decoration: none;
}

.errormessage {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
.successmessage {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #009933;
	font-weight: normal;
	text-decoration: none;
}

.white_text{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.inputbox{
	font-size: 12px;
	color: black;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #4F7383;
}

.btn{
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-weight:normal;
	background-color:#4F7383;
	border-top: 1px solid #4F7383;
	border-right: 1px solid #4F7383;
	border-bottom: 1px solid #4F7383;
	border-left: 1px solid #4F7383;
	height: 20px
}