@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(../images/backgrounds/background01.jpg);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
a:active {
	text-decoration: none;
	color: #006699;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:visited:hover {
	text-decoration: underline;
	color: #0066CC;
}
input {
	width: 200px;
	height: 16px;
	background-image:url(images/silverLightBack.jpg);
	background-repeat:repeat-x;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	background-image:url(images/silverLightBack.jpg);
	width: 200px;
	height: 100px;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.bold-italic {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #666666;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}
.title a:active {
	text-decoration: none;
	color: #333333;
}
.title a:link {
	text-decoration: none;
	color: #333333;
}
.title a:visited {
	text-decoration: none;
	color: #333333;
}
.title a:hover {
	text-decoration: underline;
	color: #666666;
}
.title a:visited:hover {
	text-decoration: underline;
	color: #666666;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer a:active {
	text-decoration: none;
	color: #333333;
}
.footer a:link {
	text-decoration: none;
	color: #333333;
}
.footer a:visited {
	text-decoration: none;
	color: #333333;
}
.footer a:hover {
	text-decoration: underline;
	color: #666666;
}
.footer a:visited:hover {
	text-decoration: underline;
	color: #666666;
}
.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
.navHeader a:active {
	text-decoration: none;
	color: #666666;
}
.navHeader a:link {
	text-decoration: none;
	color: #666666;
}
.navHeader a:visited {
	text-decoration: none;
	color: #666666;
}
.navHeader a:hover {
	text-decoration: none;
	color: #333333;
}
.navHeader a:visited:hover {
	text-decoration: none;
	color: #333333;
}
.footerBar {
	width: 938px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/footerBackground.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	height: 19px;
}
.footerBar {
	line-height: 18px;
	width: 938px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/footerBackground.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	height: 19px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.mainContent {
	width: 898px;
	background-color:#FFFFFF;
	text-align:left;
	padding: 20px;
	margin: 0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	min-height: 500px;
}
.mainContentWide {
	width: 938px;
	background-color: #999999;
	text-align:left;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
