@charset "utf-8";
/* CSS Document */
.menu{
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.heading{
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}
.normaltext{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
.subheading{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-transform:uppercase;
}
.normaltitle{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#FFFFFF;
}
.footer{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.btn{
	font-family:Tahoma;
	font-size:12px;
	background:url(../images/red-btn.png);
	width:65px;
	height:20px; 
	border:none;
	color:#CCCCCC;
}