body {
	background: #292929;
	font: 11px Tahoma, Arial; 
}
td {  
	color: #DFDFDF;
}
td.big { line-height:150%; }

a {
	text-decoration: none;
	color: #FFFFFF;
}
div.spacer { height:10px; }

.footer a {
	padding: 0px 10px;
}

.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #000000;
}
.greytext {
	color: #6F7277;
}
.bluetext {
	color: #0070B6;
}
.yellowtext {
	color: #ffebaa;
}
.greentext {
	color: #B1C228;
}
.orangetext {
	color: #FAAB19;
}
.rosetext {
	color: #D6738F;
}
.boldtext {
	font-weight:bold;
}
p {
	margin: 0;
}
p.space { margin-top: 0.5em; }
p.spaceLarge { margin-top: 1em; }

h1, h2, h3, h4, h5 {
	color: #B1C228;
	font-weight: bold;
	margin: 4px 0 10px 0;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style-type:square;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

a.whitelink {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: underline;
}
a.whitelink:hover {
	text-decoration: none;	
}
a.blacklink {
	font: normal 11px Tahoma, Arial;
	color: #212B35;
	text-decoration: underline;
}
a.blacklink:hover {
	text-decoration:none;	
}

a.bluelink {
	color: #0070B6;
	text-decoration: underline;	
}
a.bluelink:hover {
	text-decoration: none;	
}

a.orangelink {
	color: #F2B913;
	text-decoration: underline;
	font: normal 11px Tahoma, Arial;
}
a.orangelink:hover {
	text-decoration: none;	
}
a.greenlink {
	color: #B1C228;
	font: normal 11px Tahoma, Arial;
	font-weight:bold;
	text-decoration: none;
}
a.greenlink:hover {
	text-decoration: underline;	
}
a.roselink {
	color: #D6738F;
	font: normal 11px Tahoma, Arial;
	text-decoration: underline;
}
a.roselink:hover {
	text-decoration: none;	
}

.person {
	color: #B1C228;
	font-weight:bold;
}

.nav_active { 
	background: url(../images/green_gradient.gif) repeat-x;
}

.nav_inactive {
	background: url(../images/grey_gradient.gif) repeat-x;
}

#navlist li
{   
	padding-bottom:4px;
    /*
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	*/
}

ul.plain { 
	list-style:none; 
	padding-left:0px;
}