/* Global Styles */

body {
	margin:0px;
	background-color: #333333;
	}
	
td {
	font:11px arial;
	color:#EDEDED;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #B32424;
	text-decoration:underline;
	}
	
a:hover {
	color: #1A1A1A;
	text-decoration:none;
	background-color: #FFFFFF;
	}
	
/* ID Styles */

#navigation a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.3em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1A1A1A;
	border-right-color: #1A1A1A;
	border-bottom-color: #1A1A1A;
	border-left-color: #1A1A1A;
	}
	
#navigation a:hover {
	color:#1A1A1A;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: red;
	border-right-color: red;
	border-bottom-color: red;
	border-left-color: red;
	font-family: "Trebuchet MS";
	letter-spacing: .3em;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}
.NavBars {
	background-color: #1A1A1A;
	font-family: "Trebuchet MS";
	width: 149px;
}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	color: #FFFFFF;
	line-height:4em;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	color:#EDEDED;
	line-height:16px;
	letter-spacing:0.15em;
	margin-top:0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	}
	
.bodyTextBox {
	color:#000000;
	line-height:16px;
	letter-spacing:0.15em;
	margin-top:0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	}
	
.pageName{
	color: #FFFFFF;
	line-height:20px;
	letter-spacing:1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	}
	
.subHeader {
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	}	
.AccentColor {
	background-color: #B32424;
}
	
.sidebarHeader {
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}	
	
.detailText {
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	font-family: "Trebuchet MS";
	font-size: 11px;
	}
	
.smallText {
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 16pt;
	}
	

	
.RoundedBox {
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	border: 1px solid #B32424;
}
.tableBodyTextCopy {
	color:#333333;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.tableBodyText {
	color: #333333;
}

div.scroll {
height: 300px;
width: 200px;
overflow: auto;
padding: 8px;
}
