body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}

#bg-grad {
	background-image: url(../images/bg-grad.jpg);
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 543px;
	visibility: visible;
	display: block;
}


#content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: visible;
	display: block;
}

#alignDiv {
	width:100%;
	height:auto;
	text-align:justify;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
}


#alignDiv2 {
	width:100%;
	height:auto;
	text-align:justify;
	
}

.titleFont {
	color: #d23236;
	font-size: 16px;
	font-family: arial, "lucida console", sans-serif;
}

.bodyFont {
	color: #15158d;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}

.smallFont {
	color: #15158d;
	font-size: 11px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}

.whiteFont {
	color: #ffffff;
	font-size: 13px;
	font-family: arial, "lucida console", sans-serif;
	line-height: 16px;
}




a.bodyFont {
	text-decoration: none;
}

a.bodyFont:hover {
	color: #ffffff;
	text-decoration: none;
}


a.smallFont {
	color: #15158d;
	font-weight: bold;
	text-decoration: none;
}

a.smallFont:hover {
	color: #15158d;
	text-decoration: underline;
}

