/* CSS Document */
body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
}
#norepeat{
	background-repeat:no-repeat;
}

.content_normal{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

.red{
	font-family:Tahoma;
	font-size:11px;
	color:#CC0000;
	font-weight:normal;
}

.Heading{
	font-family:Tahoma;
	font-size:17px;
	color:#000000;
	font-weight:normal;
}
.form{
	font-family:Arail;
	font-size:12px;
	color:#000000;
	font-weight:normal;
}

a {
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#FEE498;
}
a:active {
	color: #FFFFFF;
}