
a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #3366FF;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #3366FF;
	text-decoration: none;
}

a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #3366FF;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #3366FF;
	font-weight: normal;
}

hr {
	color: #9699AB;
	height: 1px;
	width: 80%;
}


table {
	font-size: 11px;
}

font {
	font-family: Tahoma;
	font-size: 11px;
}

.header {
	width: 1px;
	text-decoration: underline;
}

.title {
	color: #003066;
	font-size: 19px;
	font-weight: bold;
	font-family: Tahoma;
	margin-left: 20px;
	margin-bottom: 10px;
}

.text {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 15px;
}

.text-bigspace {
	line-height: 20px;
}

input {
	color: #333333;
	width: 100px;
	height: 15px;
	font-size: 9px;
	font-family: Verdana;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

textarea {
	width: 250px;
	color: #6EB51A;
	background-color: #FFFFFF;
	height: 50px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
 	}

body {
	margin-top: 0px;
	font-family: Tahoma; 
	font-size: 11px; 
 	color: #000000; 
	background-color: #FFFFFF; 
	}

