/* Page Formatting */
td img {display: block;}

body {
	background-color: #666666;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 16px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

/* Standard Links */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

/* Standard Body Text */
.style1 {
	font-family: georgia, 'times new roman', serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
	margin-right: 25px;
	margin-left: 55px;
}

/* Standard Heading - Level 1 */
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-right: 25px;
	margin-left: 35px;
	letter-spacing: -1px;
	text-transform:lowercase;
}

/* Navigation Area */
.navside {
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C0C0C0;
}

/* Navigation Area Links */
.navLinks:link, .navLinks:active, .navLinks:visited{
	font-size: 9px;
	color: #0066CC;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.navLinks:hover{
	color: #0F87FF;
	text-decoration:underline;
}

/* Main Web Site Title Area */
.WebTitle {
	background-color: #004891;
	border: 1px solid #004891;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/titlegrd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Main Web Site Title Text */
.MainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	letter-spacing: -2px;
	font-weight: bold;
}
.MainTitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	letter-spacing: -2px;
	font-weight: normal;
}


.MainTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: -5px;
	left: 2px;
	z-index: 2;
	text-transform: uppercase;
	letter-spacing: 3px;
}

