body {
	background:url(/img/bg_main.jpg) no-repeat center top #ffffff; 
	margin:0 0 0 0;
}
body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; color:#333333; }

input, select {
	color: #000000;
	font:normal normal 10px Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: #38617E;
	text-decoration: underline;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

.cv a:visited {
	color:#3388FF;
	text-decoration:underline;
}
.cv a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {margin: 0px 0px 0px 0px;}
h1 {font: normal 18pt "Trebuchet MS", Tahoma, Arial;}


/************ NAV BUTTONS ***********/

.bsfr a:link, .bsfr a:visited {
	background: url(/img/btn_sfr_g.gif) no-repeat;
	display: block;
	width: 100;
	height: 80;
	text-decoration: none;
}
.bsfr a:hover, .bsfr a:active, .trigsfr a:link, .trigsfr a:visited {
	background: url(/img/btn_sfr.gif) no-repeat;
	display: block;
	width: 100;
	height: 80;
	text-decoration: none;
}


.btrax a:link, .btrax a:visited {
	background: url(/img/btn_trax_g.gif) no-repeat;
	display: block;
	width: 90;
	height: 80;
	text-decoration: none;
}
.btrax a:hover, .btrax a:active, .trigtrax a:link, .trigtrax a:visited {
	background: url(/img/btn_trax.gif) no-repeat;
	display: block;
	width: 90;
	height: 80;
	text-decoration: none;
}

.bdeep a:link, .bdeep a:visited {
	background: url(/img/btn_deep_g.gif) no-repeat;
	display: block;
	width: 70;
	height: 80;
	text-decoration: none;
}
.bdeep a:hover, .bdeep a:active, .trigdeep a:link, .trigdeep a:visited {
	background: url(/img/btn_deep.gif) no-repeat;
	display: block;
	width: 70;
	height: 80;
	text-decoration: none;
}


/************ TITLE BLOCKS ************/

.tblock {
	border-top: #ddd 1px solid;
	height: 421;
	overflow: auto;
}
.tblock a:link, .tblock a:visited {
	display: block;
	width: 600;
	height: 55;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	font: normal 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #808080;
	background: url(/img/bubble_arrow_g.gif) no-repeat right;
	background-color: #ffffff;
	padding: 6;
	vertical-align: middle;
	cursor: pointer;
} 
.tblock a:hover, .tblock a:active {
	display: block;
	width: 600;
	height: 55;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	font: normal 9pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	background: url(/img/bubble_arrow.gif) no-repeat right;
	background-color: #DDD;
	padding: 6;
	vertical-align: middle;
	cursor: pointer;
}

/******* ALT NAV *******/
.altNav {
	background: url(/img/alt_nav_box.gif) no-repeat;
	width: 197;
	height: 133;
	margin-top: 8;
	padding-left: 28px;
	padding-bottom: 1px;
	font: 10pt "Trebuchet MS", Tahoma, Arial;
}
.altNav a:link, .altNav a:visited {
	display: list-item;
	list-style: circle;
	color: #999999;
	text-decoration: none;
}
.altNav a:hover {
	display: list-item;
	list-style: circle;
	color:#355B66;
	text-decoration: none;
}

.newsblock {
	height: 450px;
	overflow: auto;
	padding: 10px 30px;
	font: 10pt "Trebuchet MS", Tahoma, Arial;
}



/************ Pagination ************/
.paging {
	font: normal normal 12px Arial, Helvetica, sans-serif;
}
.paging a:link, .paging a:visited {
	font-size:12px;
	color:#0033FF;
	font-weight:bold;
	text-decoration:underline;
}
.paging a:hover {
	text-decoration:none;
}


