/*<group=tag styles>*/

body 
	{
		background: repeat url(../images/pageBG.gif);
	}

A, A:VISITED 
	{
		color: #C0C23B;
		text-decoration: underline;
	}

A:HOVER 
	{
		color: #EE028B;
		text-decoration: none;
	}
		
	/*</group>*//*<group=background colors>*/

.menuBG 
	{
		background: #000;
	}

.menuGap 
	{
		background: #FFF;
	}

.topBG 
	{
		background: #FFF;
	}

.barBG 
	{
		background: #EC008C;
	}

.headerBG 
	{
		background: #FFF;
	}

.bodyBG 
	{
		background: #FFF;
	}

.aboutBG 
	{
		background: #2D9ABE;
	}

.biosBG 
	{
		background: #C0C23B;
	}

.whatsNewBG 
	{
		background: #F39863;
	}

.lightBG 
	{
		background: #eeeeee;
	}
		
	/*</group>*/

/*<group=font styles>*/

.motto 
	{
		color: #FFF;
		font: normal 14px Helvetica, Arial, sans-serif;
	}

.header 
	{
		color: #FFF;
		font: bold 14px Helvetica, Arial, sans-serif;
	}

.copy 
	{
		font: 12px Helvetica, Arial, sans-serif;
		color: #000;
	}

.copyright 
	{
		font: 10px Helvetica, Arial, sans-serif;
		color: #000;
	}

.darkHighlight 
	{
		color: #C0C23B;
		font-weight: bold;
		font-size: 14px;
	}

.lightHighlight 
	{
		color: #EE028B;
		font-weight: bold;
		font-size: 14px;
	}

.pageTitle 
	{
		font-size: 22px;
		color: #C0C23B;
	}

.section 
	{
		font-size: 16px;
		color: #C0C23B;
	}
		
	/*</group>*/