/* ALL PAGES */
body {
	background-color:#0B171F;
	margin: 0px;
	}
.adBorder {
	border-width:1px;
	border-color:#6B798B;
	}
a {
	text-decoration:none;
	color:#D1EDFF;
	}
a:hover {
	text-decoration:underline;
	color:#D1EDFF;
	}



/* MAIN PAGE ONLY */
.personalsForm {
	width:170;
	height:200;
	background-color:#485157;
	border-width:0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:13;
	color:#FFFFFF;
	padding:6;
	overflow: auto;
	
	scrollbar-face-color:#8E7456;
	scrollbar-highlight-color:#8E7456;
	scrollbar-3dlight-color:#8E7456;
	scrollbar-darkshadow-color:#8E7456;
	scrollbar-shadow-color:#0B171F;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#0B171F;
}
.personalsSubmit {
	width:170;
	background-color:#60686D;/*#04090C;*/
	border-width:0;
	font-family:Century Gothic;
	font-size:14;
	font-weight:bold;
	color:#04090C;/*#8E7456;*/
	letter-spacing:4;
	padding:0;
	height:18;
}
.searchForm {
	width:300px;
	height:20px;
	background-color:#253036;
	border-width:0;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:13;
	color:#FFFFFF;
	padding:0;
	vertical-align:middle;
}

.searchArticles {
	width:152;
	background-color:#60686D;/*#04090C;*/
	border-width:0;
	font-family:Century Gothic;
	font-size:14;
	font-weight:bold;
	color:#04090C;/*#8E7456;*/
	letter-spacing:2;
	padding:0;
	height:22;
}




/* CURRENT ISSUE NAVIGATION */
a.articleLink { 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:12px;
	color:#FFFFFF; 
	font-weight:normal; 
	text-decoration:none;
	line-height:16px;
	}
a.articleLink:hover { 
	font-family:Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:12px;
	color:#6DCFF6; 
	font-weight:normal; 
	text-decoration:none;
	line-height:16px;
	}
.menuCategory {
	font-family:Century Gothic,Trebuchet MS,Verdana,Arial,Helvetica;
	font-size:20px;
	color:#004E6C;
	text-transform:capitalize;
	font-weight:bold;
}



/* ALL INTERIOR PAGES*/
.interiorContentBackground {
	background-color:#17232A;
	}
.bullet {  /* Alt + 0183 */
	font-family: Lucida Sans;
	font-size:12px;
	font-weight:bold;
	color:#54A6DB;
	}



/* TEXT */
.text1 {  /*light colored, normal-weight, standard content font */
	font-family: Lucida Sans, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#CDCDCD;
	}
.text2 {  /*light blue, bold, small-size content-field font */
	font-family: Lucida Sans, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	color:#54A6DB;
	}
.text3 {  /*light yellow, bold, mid-size content-field font */
	font-family: Lucida Sans, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#E7E6B3;
	}
.text4 {  /*white, very-small-size font */
	font-family: Lucida Sans, Trebuchet MS, Verdana, Arial, Helvetica;
	font-size:10;
	font-weight:normal;
	color:#C1C1C1;
	}