/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
}

img {
	display: inline;
	border: 0;
}

table {
	border: 0;
	padding: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 4px;
	color: #EFBE56;
}	

h2 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 4px;

}	

h3 {
	font-size: 1.2em;
}

a:link,  a:visited {
	color: #628B27;
	text-decoration: none;
}

a:hover {
	color: #628B27;
	text-decoration: underline;
}
	
#shell {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 750px;
	background-color: #000;
}


td#header {
	background-color: #000;
}

td#header img {
	display: block;
}


td.content {
	background-color: #000;
	text-align: center;
}

div#contentText {
	width: 678px;
	text-align: left;
	margin: 6px auto;
}

table.rates {
	width: 400px;
	font-size: 12px;
	margin-bottom: 12px;
}

table.rates th {
	width: 250px;
	text-transform: uppercase;
}



#footer {
	height: 23px;
	background-color: #FEBE47;
}

#footer p {
	margin: 0;
	line-height: 23px;
	color: #000;
	font-size: 9px;
	text-align: center;
}

div.dottedLine {
	width: 678px;
	height: 2px;
	margin-top: 18px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #fff;
}


div.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}
