@charset "utf-8";

/*
 * BASIC DESIGN
 */
*
{
	padding				: 0px;
	margin				: 0px;
}

body
{
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 0.9em;
	color				: #575757;
	background-color	: #FFFFFF;
}

a
{
	color				: #575757;
	text-decoration		: none;
}

a:hover
{
	color				: #202120;
	text-decoration		: underline;
}

a.underline
{
	text-decoration		: underline;
}

img
{
	border				: none;
}

h1
{
	font-size			: 20px;
}

p
{
	font-size			: 13px;
	line-height			: 20px;
}

.spacer
{
	clear				: both;
	height				: 1px;
	line-height			: 1px;
}

.project_name
{
	margin				: 0 20px 0 0;
	text-transform		: uppercase;
	font-weight			: bold;
	font-size			: 12px;
	font-family			: Verdana, Arial, Tahoma;
	font-weight			: bold;
	line-height			: 1.5em;
	color				: #494949;
}

.project_name a
{
	color				: #494949;
	text-decoration		: none;
}

.project_name a:hover
{
	color				: #566703;
	text-decoration		: none;
}

ul.list,
ol.list {
	margin:15px 0 0 15px;
	font-size: 13px;
}

ul.list li,
ol.list li {
	margin:0 0 8px 0;
}

table#rates {
	margin: 5px;
	color: #000;
	border-collapse:collapse;
}
table#rates, table#rates td, table#rates th {
	border:1px solid #555;
	padding: 3px;
}

table#rates thead {
	background-color: #FFA900;
}

table#rates thead td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

table#rates tbody td {
	text-align: center;
	font-size: 11px;
}

table#rates tbody tr.bg {
	background-color: #CBCBCB;
}