@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
.maintable {
	background-color: #fff;
	border: thin solid #999;
	/*padding: 10px;*/
}
.linkscol {
	background-color: #F2F2F2;
	border-top: thin solid #999;
	border-bottom: thin solid #999;
}

.linkscol a:link, .linkscol a:active, .linkscol a:visited {
	color: #000;
	text-decoration: none;
}
.linkscol a:hover{
	color: #900;
	text-decoration: underline;
}

.footer {
		border-top: thin solid #999;
}

hr {
	color: #999;
	background-color: #999;
	height: 1px;	
}
a:link, a:visited, a:active, a:hover {
	color: #000;	
}
