@import url('suckertree.css');

.mainTable {
	border: 1px solid #C2CFDF;
	width:709px;
}
.topNav {
	background: #F0F5FA;
	border: 1px solid #C2CFDF;
}
.logo {}
.contentArea {
	background:#FFFFFF url(../images/Logo.jpg) no-repeat;
}
.footer {
	background-color:#F8F8F8;
	height:50px;
	text-align:right;
	color:#C0C0C0;
}
.footer a:link {
	text-decoration:underline;
	color:#C0C0C0;
}
.footer a:visited {
	text-decoration:underline;
	color:#C0C0C0;
}
.footer a:active {
	text-decoration:underline;
	color:#C0C0C0;
}
.footer a:hover {
	text-decoration:none;
	color:#C0C0C0;
}
body {
	background-color: #f6f8fb;
	overflow:visible;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color:#391ABB;
}
a:hover {
	text-decoration: none;
	color: #391ABB;
}
h1 {
	font-family: Times New Roman, Times, serif;
	text-shadow:#000000;
	font-weight: bold;
	color: #000099;
	font-size: 36px;
}
h2 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #000099;
}
.style1 {
	color: #000099;
	font-weight: bold;
}
#indexbox {
	width: 200px;
	margin: -45px 5px 5px 8px;
	padding: 5px;
	font-size: 90%;
	background-color: #ececec;
	border: solid 1px #bbb;
	text-align: left;
	float: right;
}

#indexbox a {
	text-decoration: none;
}