/* Default */
body { 
	padding: 0; 
	margin-top: 0px; 
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size: 8;
	background-color: #b48f65; 
	color: #FFFFFF;
}

a {
	color: #1d52ff; 
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #1d52ff;
	background: inherit;
	text-decoration: none;
}

a:visited {
	color: #1d52ff;
	background: inherit;
	text-decoration: none;
}

ul
{
list-style-image:url("/images/bullet.jpg");
}



/* Typography */
p {	
	margin: 0; 
}

/* Cell Body */

.CellBody {
	background-color: #000033;
	font-color: #FFFFFF;
	vertical-align:top;
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
}

/* Body Nav */
.BottomNav {
	color:#FFFFFF;
	font-size: 9px;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
}

