body { 
	font: 11px verdana, tahoma, sans-serif;
	color: #9B6191;
	font-weight: normal; 
	text-align: justify;
	margin: 0;
	background: #B1C399 url('images/bg-x.gif') repeat-x top;
	}
table 
	{ 
	text-align: justify;
	font-weight: normal; 
	}

b, strong		
	{
	font: bold 11px arial, tahoma, sans-serif;
	color: #9896BD;
	}

i	{
	font: italic 11px arial, tahoma, sans-serif;
	color: #A16CB1;
	}

a:link, a:visited, a:active 
	{
	color: #A5B78D;
	text-decoration: none; 
	text-transform: lowercase;
	}

a:hover 
	{
	color: #494949;
	text-decoration: none; 
	}

input, textarea 
	{
	border: 3px solid #E8E8E8; 
	font: 11px tahoma, verdana, sans-serif;
	color: #C46C69;
	background-color: #FFF;
	letter-spacing: 1px; 
	padding: 3px;
	}

h1		
	{ 
	font: bold 10px arial, tahoma, sans-serif;
	color: #CE5418; 
	border-bottom : 1px solid #DFDFDF;
	text-transform: uppercase; 
	letter-spacing: 5px;
	padding: 5px;
	}

ul		
	{
	list-style-type: square;
	}

#content
	{
	padding: 10px;
	}

#navigation 
	{
   	list-style: none;
   	margin: 0; padding: 0;
	}
#navigation li 
	{
   	float: left;
	}
#navigation li a 
	{
   	display: block;
   	background: #FFF;
   	width: 87px;
   	text-align: center;
   	color: #ABABCD;
   	padding: 13px 0;
	font-weight: bold; 
	}
#navigation li a:hover 
	{
	border-bottom: 7px solid #97AD76;
   	color: #C488C7;
	}