/* CSS Document */

.headertop{
	font-family: Tahoma;
	font-size: 11px;
	color: #999898;
	text-decoration: none;
	text-align: center;

}
a.headertop:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
	text-align: center;

}
.btntext{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
a.btntext:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
.toplinks{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
a.toplinks:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
	text-align: center;
	font-weight: bold;

}
.heading{
	font-family: Tahoma;
	font-size: 11px;
	color: #BF1617;
	text-decoration: none;
	font-weight: bold;

}
.text{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;

}

.footerlinks{
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;

}
a.footerlinks:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;

}
.line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC4445;
}

.menulinks{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-bottom-style: none;
	border-bottom-color: #5F5F5F;

}
a.menulinks:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-bottom-style: none;
	border-bottom-color: #5F5F5F;

}
.menutd {

	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5F5F5F;
}
