/* CSS Document */


a:link {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted;
}
a:visited {
	text-decoration: none;
	color: #F0F0F0;
	border-bottom: 1px dotted;
}
a:hover {
	color: #990000;
	background-color: #fff;
	border-bottom: 0px dotted;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px dotted;
}

.red_head {
	font-family: Tahoma, Arial;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.red_head_norm{
	font-family: Tahoma, Arial;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}
.block_head{
	font-family: Tahoma, Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #131210;
}
.text {
	font-family: Tahoma, Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.main_link {
	font-family: Tahoma, Arial;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: lowecase;
	color: #FF99CC;
}
.small_bold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
