.WhiteBg {
	background-color: #FFFFFF;
}
.topShadow {
	background-image: url(images/shadowtopstretcher.jpg);
	background-repeat: repeat-x;
}
.rightShadow {
	background-image: url(images/right_shadow.jpg);
	background-repeat: repeat-y;
}
.bottomShadow {
	background-image: url(images/bottom_shadow_stretcher.jpg);
	background-repeat: repeat-x;
}
.leftShadow {
	background-image: url(images/leftshadow.jpg);
	background-repeat: repeat-y;
}
.blueStretcher {
	background-image: url(images/right_blue_stretcher.jpg);
	background-repeat: repeat-y;
}
.ContentBg {
	background-color: #E5E5E5;
	padding: 10px 30px;
}
.SubNavBg {
	padding: 10px 10px 10px 15px;
}
.navBg {
	background-image: url(images/left_nav_stretcher.gif);
	background-repeat: repeat-y;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6A8CF4;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A8CF4;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: circle;
}
a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C8BF5;
}
ul {
	list-style-position: inherit;
	list-style-type: circle;
	margin-left:8px; 
margin-right:0px; 

}
