/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(image/bg2.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}
.links1 a:link {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	}
.links1 a:visited {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	}
.links1 a:hover {
	text-decoration: underline;
	color: #454545;
}
.links1 a:active {
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	}
.links2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
}
.links2 a:link {
	color: #0000CC;
	text-decoration: none;
}
.links2 a:visited {
	text-decoration: none;
	color: #000066;
}
.links2 a:hover {
	text-decoration: underline;
	color: #000099;
}
.links2 a:active {
	color: #0000CC;
	text-decoration: none;
}
.links3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
}
.links3 a:link {
	color: #666666;
	text-decoration: none;
}
.links3 a:visited {
	text-decoration: none;
	color: #777777;
}
.links3 a:hover {
	text-decoration: underline;
	color: #999999;
}
.links3 a:active {
	color: #666666;
	text-decoration: none;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}