/* HTML Elements */
html {
	height: 100%; 
}

a, a:active, a:link, a:visited {
	color: #f26522;
	text-decoration: none;
}
	
a:hover {
	color: #f26522;
	text-decoration: underline;
}
	
body {
	background-color: #1682c5;
	background-image: url(../images/main-background.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

tr, table, td, p, br {
	color: #000000;
	font-size: 11pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

img {
	border: none;
}

li, ol, ul {
	color: #000000;
	font-size: 11pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, select, option, textarea {
	color: #000000;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

h1 {
	color: #1681c5;
	font-size: 24pt;
	font-family: Tahoma, Arial Narrow, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 36pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}

h3 {
	color: #8DA366;
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	color: #0000a0;
	font-size: 10pt;
	font-weight: bold;
}

/* Body Styles */
.error {
	color: #aa0000;
	font-weight: bold;
}

.formLabel {
	color: #0000a0;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.formLabelLeft {
	color: #0000a0;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
}

.lineDivide {
	color: #0000a0;
}

.navBottom {
	text-decoration: none;
	background-color: #ffffff;
	color: #1682c5;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	line-height: 24pt;
	font-weight: bold;
}

a.navBottom {
	text-decoration: none;
	color: #1682c5;
}

a.navBottom:hover {
	color: #f26522;
	text-decoration: underline;
}

.navLeft {
	width: 250px;
	height: 450px;
	background-color: #ffffff;
}

.number {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.pageContent {
	background-color: #ffffff;
	color: #000000;
	padding: 20px;
	width: 720px;
}

.tableheader {
	background-color: #666666;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}

.row1 {
	background-color: #aaa;
	vertical-align: top;
}

.row2 {
	background-color: #ccc;
	vertical-align: top;
}
