a:link{color:white;text-decoration:underline;}
a:hover{color:white;text-decoration:underline;}
a:active{color:white;text-decoration:underline;}
a:visited{color:white;text-decoration:underline;}
a.redLink{color:red;}
body{
	margin:60px auto 0 auto;
	background:url(../bg.jpg);
	text-align:center;
}
.mainWrapper{
	margin:0 auto 0 auto;
}
.commonFont{
	font-family:Arial;
}
.smallTxt{
	font-size:12px;
}
.largeTxt{
	font-size:25px;
}
.normalTxt{
	font-size:16px;
}

.whiteTxt{
	color:#ffffff;
}
.redTxt{
	color:#ff0000;
}
.bold{
	font-weight:bold;
}
.clearboth{
	clear:both;
}
.clearLeft{
	clear:left;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.leftTxt{
	text-align:left;
}
.centerContent{
	text-align:center;
}
.rightTxt{
	text-align:right;
}
.w_500{
	width:500px;
}
.w_600{
	width:600px;
}
.w_690{
	width:690px;
}