/* CSS Document */

a:link {
	color: #B23030;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #B23030;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

h1 {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

