/* Any changes to colors here will affect your entire site */
/* CSS Sheet written by Retro Effects */
/* Copyright 2003 by Retro Effects */
/* All Rights Reserved */
BODY {
	FONT-SIZE: 14px; COLOR: #FFFFCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:fixed;
	background-attachment:fixed;
    SCROLLBAR-FACE-COLOR: #669900;
	SCROLLBAR-HIGHLIGHT-COLOR: #669900;
	SCROLLBAR-SHADOW-COLOR: #009999;
	SCROLLBAR-3DLIGHT-COLOR: #009999;
	SCROLLBAR-ARROW-COLOR:  #009999;
	SCROLLBAR-TRACK-COLOR: #009999;
	SCROLLBAR-DARKSHADOW-COLOR:#669900;

}

P, TD, LI, UL, TABLE {
	FONT-SIZE: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Regular Links */	
A:link			{font-family: Arial, Helvetica, sans-serif; text-decoration: none;color: #FFFFCC;}
A:visited		{font-family: Arial, Helvetica, sans-serif; text-decoration: none;color: #FFFFCC;}
A:hover			{font-family: Arial, Helvetica, sans-serif; text-decoration: none;color: #009999;}
A:active        {font-family: Arial, Helvetica, sans-serif; text-decoration: none;color: #009999;}
}