a:link {
	color: #0000CD;
	text-decoration: none;
}

a:visited {
	color: #0000CD;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
}

.header {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.text {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.textsmall {
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#linebottom {
	border-bottom: 1px solid #999999;
}

