body {
	background-color: #000000;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.header_grey {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}
.text_small_grey {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_medium_grey {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_large_grey {
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.text_small_blue {
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_medium_blue {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_large_blue {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.text_small_red {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_medium_red {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_large_red {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.text_small_white {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_medium_white {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_large_white {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.text_small_yellow {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_medium_yellow {
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.text_large_yellow {
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.text_large_black {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}
.pagetitle {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ECC13F;
	background-color: #1F6FAA;
	padding: 4px;
}
.pagetitleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}
.pagesubtitle {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #409DE3;
	border: 1px solid #ECC13F;
	padding: 4px;
}
hr {
	border-top: 2px solid #ECC13F;
	border-right: 2px none #ECC13F;
	border-bottom: 2px none #ECC13F;
	border-left: 2px none #ECC13F;
}
/* comment - anchor tag styles ------------------------------------------------------------------------- */
a {
	color: #DD3DCC;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #ECC13F;
}
a:hover {
	color: #FF00FF;
}
a:active {
	color: #999999;
}
/* comment - borders ---------------------------------------------------------------------------------- */
.borderblack {
	border: solid 1px #000000;
}
.borderred {
	border: solid 1px #FF0000;
}
.bordergreen {
	border: solid 1px #00FF00;
}
.borderblue {
	border: solid 1px #0000FF;
}
.borderyellow {
	border: solid 1px #FFFF00;
}
.bordercyan {
	border: solid 1px #00FFFF;
}
.borderfucia {
	border: solid 1px #FF00FF;
}
.bordergray {
	border: solid 1px #C0C0C0;
}
.borderwhite {
	border: solid 1px #FFFFFF;
}
/* comment - table borders ------------------------------------------------------------------------------*/
.tableborderleftred {
	border-left: solid 1px #FF0000;
}
.tableborderrightred {
	border-right: solid 1px #FF0000;
}
.tableborderrightleftred {
	border-right: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
}
.tablebordertopred {
	border-top: solid 1px #FF0000;
}
.tableborderbottomred {
	border-bottom: solid 1px #FF0000;
}
.tablebordertopbottomred {
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
}
.tableborderallred {
	border-top: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
}
/* comment - headers ------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #CCCCCC;
}
/* comment - breadcrumbs text -------------------------------------------------------------------------- */
.breadcrumbs {
	font-size: 10px;
	text-align: center;
}
/* comment - links ------------------------------------------------------------------------------------- */
.copyright {
	font-size: 10px;
	text-align: center;
}
/* comment - image control - no border around images --------------------------------------------------- */
img {
	border: none;
}
#footer {
	clear: both;
}
#mainNav {
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/backgrounds/topnav_bg_tile.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	cursor: crosshair;
}
#mainNav A {
	display: inline;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	padding: 4px;
	margin: 2px;
	border-top: 1px #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px #666666;
	border-left: 1px solid #666666;
}
#mainNav A:hover {
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #666666;
	margin: 2px;
	padding: 4px;
}
#mainNav A:active {
	color: #FF00FF;
	text-decoration: none;
	margin: 2px;
	padding: 4px;
}
#mainNav A.active:link {
	font-weight: bold;
	z-index: 102;
	background: #bbb;
	color: #0000FF;
	position: relative;
	margin: 2px;
	padding: 4px;
}
#mainNav A.active:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	margin: 2px;
	padding: 4px;
}


