.txtgray11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 7A7A7A;
	line-height: 16px;

}
.txtblue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 00A3C1;
}
.txtpink11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: D4008C;
}
.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: 00333C;
}
.txtdarkblue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 00505F;
}
.txtwhtite11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bg {
	background-color: F3F1C1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
                text-decoration: none;
                color: #ffffff;
}
a:hover {
                text-decoration: none;
                color: #D7008A;
}
