/* Global Styles */

body {
	margin:0;
	background-color: #FFFFFF;
	}
	
td {
	font:12px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #83B8FA;
	border: 0;
	}
	
a {
	color: #0000CC;
	font-weight:bold;
	text-decoration: underline;
	}
	
a:hover {
	color: #339933;
	text-decoration: underline;
	}
/* ID Styles */

#navigation td {
	background-color: #83B8FA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#navigation a {
	font:11px arial;
	color: #333333;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:12px 6px 8px 20px;
	background:  url("images/arrow_bullet.gif") 8px 55% no-repeat;
	font-weight:bold;
	}
	
#navigation a:hover {
	background:  url("images/arrow_bullet_on.gif") 8px 55% no-repeat;
	color:#FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
	}
	
#sidebarHeader {
	padding: 4px;
	border: 1px solid rgb(102,102,102);
	}

#logo {
	font:20px arial;
	color: #FFFFFF;
	letter-spacing:0.2em;
	padding-left: 10px;
	padding-bottom: 5px;
	}

#tagline {font:12px geneva;
	color: #5B6C86;
	letter-spacing:.4em;
	}
	
#dateformat {
	font:11px arial;
	color: #000000;
	letter-spacing:0.4em;
	vertical-align: middle;
	}
	
#dateformat a {font:11px arial;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #333333;
	letter-spacing:.1em;
	}
	
#borderLeft {
	border-left: 1px solid rgb(102,102,102);
	}
	
#borderRight {
	border-right: 1px solid rgb(102,102,102);
	}
	
#borderBottom {
	border-bottom: 1px solid rgb(102,102,102);
	border-left: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(102,102,102);
	}
	
/* Class Styles */
	
.bodyText {
	color:#333333;
	margin-top:0;
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	}
	
.pageName{
	font:18px/22px arial;
	color: #000000;
	}
.subtitle {
	font:14px arial;
	letter-spacing: 0.05em;
	color: #ccc;
	font-weight: 600;
	line-height:22px;
	}
}
	
.subHeader {
	color: #000000;
	line-height:18px;
	letter-spacing:0.1em;
	font-weight:bold;
	font-family: arial;
	font-size: 13px;
	}	

.navHeader {
	font:11px arial;
	color: #339933;
	padding: 10px 6px 10px 10px;
	line-height:18px;
	letter-spacing:.2em;
	font-weight:bold;
}
.detailText {
	font:11px arial;
	color:#000000;
	line-height:16px;
	}
	
.smallText {
	font:10px arial;
	color:#000000;
	}
caption {
	padding: 8px;
	}
.left_border {
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #83B8FA;
}

