/* CSS Document */

body {
	background: #94bbe9;
}

.ContentBorderSide {
	background: #6b93c3;
	width:9px;
}

.ContentBorderEnd {
	background: #6b93c3;
	height:9px;
}

.InsideBorderSide {
	background: #FFFFFF;
	width:4px;	
}

.InsideBorderEnd {
	background: #FFFFFF;
	height:4px;
}

.Content {
	background: #FFFFFF;
	padding:40px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:712px;
}

.RedWhiteStripe {
	background-image:url(images/RedWhiteStripe.gif);
	background-repeat:repeat;
	height:27px;
}

.BlueWhiteStripe {
	background-image:url(images/BlueWhiteStripe.gif);
	background-repeat:repeat;
	height:10px;
}

.GreyBar {
	background-image:url(images/GreyBar.gif);
	background-repeat:repeat-x;
	height:23px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

h1.heading {
	color:9d435d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:100;
}

/******** Credit Link Style *****************/
a.blacknova:link {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
text-decoration:underline;
}
a.blacknova:hover {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
text-decoration:none;
}
a.blacknova:visited {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
}
.blacknovaNoLink {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
text-decoration:none;
}
