BODY	{
	background-color: #FFFFFF;
	}

/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{
	color: #FF0000;
	text-decoration: none;
}

a:hover				{
	color: #666666;
	text-decoration: none;
}

/* PAGE FONTS AND TITLES */

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{
	COLOR: #000000;
	FONT: 12px verdana, arial, sans-serif;
		}

.title		{
	COLOR: #666666;
	FONT: 18px verdana, arial, sans-serif;
	font-weight: bold;
}

.subtitle	{ COLOR: #000000; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }


/* LEFT SIDEBAR OPTIONS */

.sidebar-background, .sidebar-background2
			{
			background-image: url("../picts/gray/background-sidebar.gif");
			background-color: #BDBFC4;
			background-repeat: repeat-y;
			}

.sideborder		{ BORDER: #666666 1px solid; }

.sidebartitle		{
	COLOR: #000000;
	FONT: 13px verdana, arial, sans-serif;
	font-weight: bold;
	list-style-type: circle;
}

.sidebartext		{ COLOR: #FFFFFF; FONT: 12px arial, verdana,  sans-serif; font-weight: normal; }


a.sidelink:link, a.sidelink:visited, a.sidelink:active	{
	color: #999999;
	text-decoration: none;
}

a.sidelink:hover					{
	color: #CCCCCC;
	text-decoration: none;
}

