/* Global Styles - all instances of these standard tags in a page are thus modified */

body {
	margin:0px;
}
td {
	font:11px verdana;
	color:#000000;
}
hr {
	height:1px;
	color: #000000;
	background-color: #000000;
	border: none;
}
a {
	color: #003399;
	text-decoration:none;
}
a:hover {
	color: #FF3300;
	text-decoration:none;
}
/* ID Styles - each one should be used only once in a page */

#navigation a {
	font:11px verdana;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
}
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
}
#logo {
	font:18px verdana;
	color: #003399;
	line-height:24px;
	letter-spacing:.1em;
}
#tagline {
	font:12px verdana;
	color: #003399;
	line-height:18px;
	letter-spacing:.1em;
}
#dateformat a {
	color:#000000;
	font:11px verdana;
	color: #000000;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
}
#dateformat a:hover {
	color: #ffffff;
}

/* Class Styles- use these as many times as you like in a page */
.sidebarHeader {
	color:#FFFFFF;
	font-size: medium;
	font-weight: bold;
}
.sidebarHeader a {
	color:#ffffff
}
.sidebarHeader a:hover {
	color:#f26822
}
.sidebarTextHilighted a:hover{
/*	font-size: medium; */
	font-size:16px;
	color:#003399;
}
.sidebarTextHilighted {
/*	font-size: medium; */
	font-size:16px;
	color:#f26822;
}
.sidebarText {
/*	font-size: medium; */
	font-size:14px;
}
.sidebarTextSmall {
	font-size: small;
}
.bodyText {
	font:11px verdana;
	color:#000000;
	line-height:20px;
	margin-top:0px;
}
.pageName {
	font:22px verdana;
	color: #003399;
	line-height:20px;
	letter-spacing:.1em;
}
.subHeader {
	font:16px verdana;
	color: #003399;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}
.detailText {
	font:11px verdana;
	color:#000000;
	line-height:16px;
	letter-spacing:.1em;
}
.smallText {
	font:10px verdana;
	color:#000000;
}
.highlightedTable {
	border: 5px solid #f26822;
	}
.outlinedTable {
/*	border: 3px solid #003399; */
	}
.highlightedTd {
	border: 5px solid #006666;
}
.highlightedTh {
	border: 1px solid #666666;
}
