@charset "UTF-8";
/* CSS Document */
@font-face { font-family: Triplex; src: url(../Triplex-Light.otf) format("opentype") }
@font-face { font-family: TriplexBold; src: url(../Triplex-Bold.otf) format("opentype") }
@font-face { font-family: 'TriplexLight'; src: url('../TriplLig.eot'); }
@font-face { font-family: 'TriplexLight'; src: url('../TriplLig.woff') format('woff'), url('../TriplLig.svg#TriplexLight') format('svg'); }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Triplex, Arial;
	color: #4b4b4b;
	font-size: 16px;
	background-color: #000;
}
.dividerBar {
	background-color: #999;
}
.subHeaderColorPanel {
	background-image:url(../common_images/sub_hdr_colorpanel.gif);
	background-repeat: repeat-y;
}
.redText {
	color: #F00;
}
.redTextBold {
	font-family: TriplexBold, Arial;
	color: #F00;
}
.greyTextBold {
	font-family: TriplexBold, Arial;
	color: #4b4b4b;
}
.copyrights {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
}
.bottomLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.fullTable {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.subText {
	font-family: Triplex, Arial;
	color: #4b4b4b;
	font-size: 13px;
}
.subTextBold {
	font-family: TriplexBold, Arial;
	color: #4b4b4b;
	font-size: 13px;
}
.headerText {
	font-family: TriplexBold, Arial;
	color: #F00;
	font-size: 18px;
}
a:link {
	color: #F00;
}
a:visited {
	color: #999;
}
.textContinued {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.colorTable {
	background-color: #dfdfdf;
}
.contrastColor {
	background-color: #ebe58a;
}
.navBarBacker {
	background-image: url(../common_images/you_are_here.gif);
	background-repeat: no-repeat;
}
H1 { 
	color: #4b4b4b; 
	font-family: Triplex, Arial; 
	font-size: 16px
}