/* CSS Document */

.common {
	font-family: Arial;
	font-size: 12.5px;
	color: #4b4b4b;
	text-align: justify;
}
.common a {
	color: #4b4b4b;
	text-decoration: none;
}
.common a:hover  {
	color: #ee3d96;
}

.heading {
	font-family: Arial;
	font-size: 12.5px;
	color: #4b4b4b;
	font-weight: bold;
}

.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.header {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.header a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.header a:visited {
	color: #666666;
}
.header a:hover {
	color: #ee3d96;
}
.header a:active {
	color: #666666;
	}