/*##########
# classes: #
##########*/

.text {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.title {
	color: #f0173b;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

.error {
	color: #f32a00;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

/*################
# form elements: #
################*/

.dropBox {
	color: #8f8f8b;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border: 1px #8f8f8b solid;
}

.textBox {
	color: #8f8f8b;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border: 1px #8f8f8b solid;
}

.textArea {
	color: #8f8f8b;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border-style: 0;
	border: 1px #8f8f8b solid;
}

/*################
# page elements: #
################*/

a {
	color: #3b424b;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #5c789d;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.nav {
	color: #3b424b;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a.nav:hover {
	color: #f0173b;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}