@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.table-border-top-only {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.table-border-right-only {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.footer {
	border-top-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.footer-link:link {
	font-size: 10px;
        color: #CCCCCC;
	text-decoration: none;
}
a.footer-link:visited {
        font-size: 10px;	
        color: #CCCCCC;
	text-decoration: none;
}
a.footer-link:hover {
        font-size: 10px;	
        color: #CCCCCC;
	text-decoration: underline;
}
a.footer-link:active {
        font-size: 10px;	
        color: #CCCCCC;
	text-decoration: none;
}
body {
	background-color: #ad9f87;
	background-image: url();
	background-repeat: no-repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #2975FF;
}
a:visited {
	text-decoration: none;
	color: #2975FF;
}
a:hover {
	text-decoration: underline;
	color: #89afff;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #82916f;
}