@charset "utf-8";
/*Colors: 
med blue: 1662ba
dk blue: 021c48
lt blue: 057dfa
blue text on black: 00aff8
silver: ebebeb
orange: fba40e
bronze: ca8d53
dk bronze: A04900 */

body {
	font-family: "trebuchet ms,arial,helvetica,sans-serif";
	margin: 25;
	background-image: url(/images/index/bkgrd.gif);
	background-repeat: repeat;
	background-position: left top;
} 

/*CONTENT */
.content_bold {
font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
	}
.content_bold a:link, .content_bold a:visited {
	font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
	}
	
.content {
font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: normal;
	color: #00aff8;
	text-decoration: none;
	}
.content a:link, .content a:visited {
	font-family: "Trebuchet MS", "Serifa BT";
	font-size: 14px;
	font-weight: normal;
	color: #ebebeb;
	text-decoration: none;
	}
	
/*HIDDEN PIC */
	.hiddenPic {
	display:none;
	}
