﻿body
{
	background-color: #CCCCCC;
	
	
	FONT-SIZE: small; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


table
{
	background-color: #FFFFFF;
	FONT-SIZE: small; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif	
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: small; TEXT-TRANSFORM: uppercase; COLOR: #cc9933; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: small; COLOR: #cc9933; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #cc9933; TEXT-DECORATION: none
}
A:visited {
	COLOR: #cc9933; TEXT-DECORATION: none
}
A:hover {
	COLOR: #cc9933; TEXT-DECORATION: underline
}
A:active {
	COLOR: #cc9933; TEXT-DECORATION: none
}
/*LEFT MENU*/
.MenuItems
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: #CAA836;
	font-size: x-small;
}
A:active.MenuItems {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: #CAA836;
	font-size: x-small;
}
A:visited.MenuItems {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: #CAA836;
	font-size: x-small;
}
A.MenuItems
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: #CAA836;
	font-size: x-small;
}

A:hover.MenuItems
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	background-color: #CAA836;
	font-size: x-small;
}
/*/LEFT MENU*/
/*HEADER*/
.HeaderItems {
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}
A:active.HeaderItems {
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}
A:visited.HeaderItems {
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}
A.HeaderItems {
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

A:hover.HeaderItems
{
	color: black;
	text-decoration:none;
	font-weight: bold;
	
}
/*/HEADER*/
/*HEADERDROPDOWN*/
.HeaderDropdown
{
	text-align: left;
	color: black;
}
A.HeaderDropdown
{
	text-align: left;
	color: black;
}
A:visited.HeaderDropdown
{
	text-align: left;
	color: black;
}
/*/HEADERDROPDOWN*/
/*Site Map*/
.SiteMap
{
	font-weight: bold;
	text-transform: capitalize;
	color: white;
	background-color: black;
	text-decoration: none;
}
.Footer
{
	font-size: x-small;
	color: gray;
}
