/* CSS Document */

body {
    background-color: #E6E6E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	}	
H1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 8px;
	}
H2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;	
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 4px;
	}
H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;	
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 4px;
	}
H4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 2px;
	}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight: normal;
	line-height: 125%;
	margin-top: 2px;
	margin-bottom: 8px;
	}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 8px;
	}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 4px;
	}
a:link {
	color: #006699;
	text-decoration: underline;
	}
a:active {
	color: #006699;
	text-decoration: underline;
	}
a:visited {
	color: #006699;
	text-decoration: underline;
	}
a:hover {
	color: #006699;
	text-decoration: none;
	}
.content_body {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	font-weight: normal;
	line-height: 125%;
	}
.highlight {
	font-weight: bold;
	color: #006699;
	text-transform: capitalize;
	}
	
/* TopNavBar */
.topnavbar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;	
	font-weight: bold;
	line-height: 100%;
	text-transform: Capitalize;
	margin-bottom: 4px;
	margin-right: 2px;
	text-align: right;
	}
a {
	font-weight: normal;
	}
/* NavBar */
.header_bar td img {
	display: block;
	}
.navbar {	
	background-color: #333333;
/*	background-image: url(images/navbar_bg_img.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
	}
.navbar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: normal;
	text-transform: capitalize;
	line-height: 100%;
	margin-top: 2px;
	text-align: center;
	}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
.navbar a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
.navbar a:hover {
	color: #00CCFF;
	text-decoration: none;
	}
	
/* Footer */
.footer td {
	background-image: url(images/footer_bg_img.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	padding: 4px; padding-bottom: 2px;
	}
.footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;	
	font-weight: normal;
	text-transform: Capitalize;
	line-height: 100%;
	margin-top: 2px;
	text-align: center;
	}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}
.footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
.footer a:hover {
	color: #00CCFF;
	text-decoration: none;
	}

/* Tabs */
.tabs_grey {
	background-image: url(images/tab_bg_grey.gif);
	background-repeat: repeat;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #333333;
	border-bottom: none;
	}
.tabs_blue {
	background-image: url(images/tab_bg_blue.gif);
	background-repeat: repeat;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #333333;
	border-bottom: none;
	}
#tabs h2 {
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 3px;
	}
#tabs h3 {
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	margin-top: 3px;
	}
.tabs_body {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 5px;
	}
.tabs_body img {
	border: 1px solid #333333;
	margin-right: 4px;
	}
	
.subpage {
	background-image: url(images/power_icon.gif);
	background-repeat: no-repeat;
	height: 18px;
	}
.subpage H2 {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	margin-left: 22px;
	}
.small {
	font-size: xx-small;
	margin-top: 20px;
	}