/* CSS Document */
.main {

	font-family: Tahoma;
	font-size: 8.5pt;
	color: #000000;
	line-height: 1.4;
}

.red {

	font-family: Tahoma;
	font-size:8.5pt;
	color: #DA1E1E;

}

.white {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	line-height: 1.4;
}

A {

	font-family: Tahoma;
	font-size:8.5pt;
	color: #DA1E1E;
	text-decoration: underline;
	font-weight: bold;

}

A:visited {

	font-family: Tahoma;
	font-size:8.5pt;
	color: #DA1E1E;
	text-decoration: underline;
	font-weight: bold;
	
}

A:hover {

	font-family: Tahoma;
	font-size:8.5pt;
	color: #8C8B8B;
	text-decoration: underline;
	font-weight: bold;
	
}

a.white:link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a.white:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

a.white:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}

.field {

	font-family: Tahoma;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
	padding: 1px;

}

.area {

	font-family: Tahoma;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
	padding: 2px;

}

.formbutton {

	font-family: Tahoma;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
	padding: 2px;

}

h1 {

	font-family: Tahoma;
	font-size: 8.5pt;
	color: #DA1E1E;
	line-height: 1.4;
	

}