/* CSS Document */
body
{
	margin :0 0 0 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color:#C4D2E2;
}
.bodyTxt {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #535353;
	line-hight:16px;
	text-align:justify;
	text-decoration: none;
	line-height: 16px;

}
.bottomlink{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #494949;
	text-decoration: none;
}

.bottomlink:hover{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #494949;
	text-decoration: underline;
}
.topbg {
	background-image: url(../images/topbg.gif);
}
.linkBg {
	background-color: #9D327A;
}

.eventTopBg {
	background-image: url(../images/img_eventTopBg.gif);
}
.eventBg {
	background-image: url(../images/img_eventBg.gif);
	background-repeat: repeat-x;
}
.bottomLogoBg
{
	background-image: url(../images/bottom_logo_bg.gif);
	background-repeat: repeat-x;
}
.subpageHeadingBg
{
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-x;
}
.pinkTxt {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #A54686;
	text-decoration: none;
}
.blueTxt {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #4184C5;
	text-decoration: none;
}
.darkGrayTxt {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #535353;
	text-decoration: none;
}
.redTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #FF6600;
	text-align:left;
	text-decoration: none;
}
hr
{
background-color:#e5e5e5;
height:1px;
color:#e5e5e5;
width:100%;
}
