@charset "utf-8";
body {
	background-color: #3E525E;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}
.scrollable {
	width: 100%;
	height: 400px;
	overflow: auto;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
.quasi-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #29414F;
}
.quasi-h15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #ccc;
}
.quasi-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.quasi-h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #ccc;
}
.h3-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #ccc;
}
img { display: block; }
a img { display: inline; border: 0; }
input.btn {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
        border: 1px solid #697b87;
        background-color: #304757; 
	color: #999;	 
} 
