a:link {
	color: #BDA157;
	text-decoration: none;
}
a:visited {
	color: #BDA157;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
body {
	background-color:#CCCCCC;
	background-image:url(images/watermark.png);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.folds {
	color:#0083C2;
	cursor:pointer;
}
.folds:focus {
	color:#990000;
	cursor:pointer;
	text-decoration: underline;
}
.folds:hover {
	color:#990000;
	cursor:pointer;
	text-decoration: underline;
}
.tablecenter{
	background-color:#FFFFFF;
	height:470px;
	padding:20px;
	width:760px;
}
.tablecenter a{
	color: #0083C2;
	text-decoration: none;
}
.tablecenter a:link{
	color: #0083C2;
	text-decoration: none;
}
.tablecenter a:visited{
	color: #0083C2;
	text-decoration: none;
}
.tablecenter a:hover{
	color: #990000;
	text-decoration: none;
}
.tablecenter a:active{
	color: #990000;
	text-decoration: none;
}
.tablefooter{
	color:#FFFFFF;
	font-size:xx-small;
	height:40px;
}
.tablehead {
	color:#FFFFFF;
	font-size:16px;
	height:120px;
	width:995px;
}
.tableleft {
	width:120px;
}
.tablemain {
	background-color:#253784;
	height:630px;
	width:995px;
}
.tablemenu {
	padding:0px;
}
.tableright {
	width:120px;
}
.tablestripe {
	background-color:#000066;
	width:10px;
}