body {
	background-color: #c0c1c6;
	background-image:  url(../images/bground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.SubHeading {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: none;
	font-weight: bold;
}
.SubHeading a:link {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: none;
	font-weight: bold;
}
.SubHeading a:visited {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: none;
	font-weight: bold;
}
.SubHeading a:hover {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: underline;
	font-weight: bold;
}
.SubHeading a:active {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: none;
	font-weight: bold;
}
.SubHeadingBlack {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.SubHeadingWhite {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	color: #00B8D8;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.White {
	color: #FFFFFF;
}

