/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF9DD;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
}
.main-table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.header-background {
	background-color: #E0E0E0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #6F2B90;
}
a:active {
	text-decoration: none;
	color: #6F2B90;
}
.welcome-bar {
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.style1 {color: #FFFFFF}
.copyrightfooter {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #999999;
}
h1 {
	font-size: 14px;
}