﻿BODY.CLASSIC 
{
	background-color: White;
}

.BUTTON
{
	background-color: #BA1414;
}

A.FOOTER:link,
A.FOOTER:visited,
A.FOOTER:active
{
	padding-right: 5px;
	padding-left: 3px;
	color: white;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
}

A.FOOTER:hover
{
	color: darkblue;
	text-decoration: none;
}

.FOOTER
{
	padding-right: 5px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 3px;
	text-transform: capitalize;
	color: white;
	padding-top: 3px;
}

#FOOTERTABLE
{
	border: darkblue 1px solid;
	padding-bottom: 15px;
	background-color: #BA1414;
}

A.HEADER:link, A.HEADER:visited, A.HEADER:active
{
	color: white;
	text-decoration: none;
	padding: 10px;
}

A.HEADER:hover
{
	color: white;
	background-color: #BA1414;
	text-decoration: none;
	padding: 10px;
}

.HEADER
{
	padding: 10px;
	font-size: 8pt;
	text-transform: uppercase;
	
}

#HEADER
{
	border-right: #999999 1px solid;
	padding-right: 0px;
	border-top: #999999 1px solid;
	padding-left: 0px;
	padding-bottom: 6px;
	border-left: #999999 1px solid;
	padding-top: 3px;
	border-bottom: #999999 1px solid;
	background-color: Black; /* #B2B2B2; /*#4296ce;*/
}

A.HEADERON:link, 
A.HEADERON:visited, 
A.HEADERON:active, 
A.HEADERON:hover
{
	color: white;
	text-decoration: none;
	background-color: #BA1414;
}

.HEADERON
{
}

A.HEADERNAV:link,
A.HEADERNAV:visited,
A.HEADERNAV:active
{
	color: blue;
	text-decoration: none;
}	

.HEADERNAV,
A.HEADERNAV:hover
{
	font-size: 8pt;
	color: dimgray;
}

.HEADERLINKTABLE
{
	border-right: darkblue 1px solid;
	border-top: darkblue 1px solid;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 6px;
	border-left: darkblue 1px solid;
	width: 100%;
	color: white;
	padding-top: 3px;
	border-bottom: darkblue 1px solid;
	background-color: #BA1414; /*#4296ce;*/
	text-decoration: none; 
}

A.HEADERLIST:link, A.HEADERLIST:visited, A.HEADERLIST:active
{
	color: white;
	text-decoration: none;
	text-transform: capitalize;
}

A.HEADERLIST:hover
{
	color: yellow;
	text-decoration: none;
	text-transform: capitalize;
}

.HEADERLIST
{
	font-size: 11px;
	text-transform: capitalize;
}

A.HEADERLISTON:link,
A.HEADERLISTON:visited,
A.HEADERLISTON:active
{
	color: yellow;
	font-weight: bold;
	text-transform: capitalize;
}

/* CSS MENU*/
.CSSMENU
{
	border: darkblue 1px solid;
	width: 100%;
	background-color: #BA1414;
}

.chromestyle
{
	width: 99%;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-transform: none;
	background-color: #BA1414;
}


.chromestyle ul li a{
	color: white;
}

.chromestyle ul li a:visited{
	color: white;
}

.chromestyle ul li a:hover
{
	background-color: black;
	color: white;
}

.dropmenudiv
{
	background-color: #BA1414;
}

.dropmenudiv a
{
	color: White;
	text-transform: none;
}

.dropmenudiv a:visited
{
	color: White;
	text-transform: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color: white;
}