body {
	background-color: #000000;
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	line-height : 18px;
	color : #000000;
	text-align: justify;
}

.heading {
	color : #BC663D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	line-height : 30px;
	font-weight : bold;
}

.whitebold {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	line-height : 30px;
	font-weight : bold;
}

.subhead {
	color : #CC3300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 22px;
	font-weight : bold;
}

.smallcream {
	color : #D4C699;
	font-size : 9px;
}

.smallwhite {
	color : #FFFFFF;
	font-size : 9px;
}

.smallblack {
	color : #000000;
	font-size : 9px;
}

.noteText {
	line-height : 16px;
	text-align:left;
	}

.noteHeader {
	color : #CC3300;
	font-weight : bold;
	}

.bg01 {
	background-image:url(../images/printgb01.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.bg02 {
	background-image:url(../images/printgb02.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.bg03 {
	background-image:url(../images/printgb03.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.bg04 {
	background-image:url(../images/printgb04.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.bg05 {
	background-image:url(../images/printgb05.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.bg06 {
	background-image:url(../images/printgb06.gif); 
	background-position:top; 
	background-repeat:no-repeat;
	}

.hlbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 20px;
	padding: 14px 10px;
	border: 1px solid #CCCCCC;
	text-align: justify;
	}

.hlbox2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 20px;
	padding: 14px 10px;
	border: 1px solid #CCCCCC;
	text-align: justify;
	width: 340px;
	}

.hlboxBlue {
	color: #006699;	
	padding: 14px 10px;
	background-color: #F0F0F0;
	text-align: justify;
	}

.hlboxDashed {
	color: #006699;	
	padding: 14px 20px;
	background-color: #DEE9E3;
	border: 1px dashed #CCCCCC;
	text-align: justify;
	}

.framethumb {
	border: solid 1px #000000;
}

.frame {
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px #000000;
}

.frameright {
	margin-left: 10px;
	margin-top: 4px;
	border: solid 1px #000000;
}

.frameleft {
	margin-right: 10px;
	margin-top: 4px;
	border: solid 1px #000000;
}

.stickyright {
	margin-left: 10px;
}

.stickyleft {
	margin-right: 10px;
}

a:link {
	color : #000000;
	text-decoration: underline;
}

a:visited {
	color : #FFFFFF;
	text-decoration: underline;
}

a:active {
	color : #FFFFFF;
	text-decoration: none;
}

a:hover {
	color : #FFFFFF;
	text-decoration: none;
}

a.cream:link {
	color : #D4C699;
	text-decoration: none;
}

a.cream:visited {
	color : #D4C699;
	text-decoration: none;
}

a.cream:active {
	color : #000000;
	text-decoration: none;
}

a.cream:hover {
	color : #000000;
	text-decoration: none;
}

a.black:link {
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.black:visited {
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.black:active {
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.black:hover {
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

ul#nav {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	}
		
ul#nav li {
	display: block;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	}

ul#nav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #D4C699;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	}

ul#nav li a:hover {
	background-color: #D4C699;
	color: #333333;
	}