/* PSEUDO CLASSES - LINKS AND TEXT */

a.ActiveTab	{
	text-decoration: none;
	color:#020202;
	font-weight:bold;
	font-size: 12px;
}
a.ActiveTab:hover	{
	text-decoration: none;
	color:#efefef;
	font-weight:bold;
	font-size: 12px;
}
a.InactiveTab	{
	text-decoration: none;
	color:#9f9d99;
	font-weight:bold;
	font-size: 12px;
}

a.InactiveTab:Hover	{
	text-decoration: none;
	color:#efefef;
	font-weight:bold;
	font-size: 12px;

}

.FrontpageHeader	{
	text-decoration: none;
	color:#d72b31;
	font-weight:bold;
	font-size: 12px;
}
.Frontpage	{
	text-decoration: none;
	color:#bbbbbb;
	font-size: 12px;
}
a.Frontpage	{
	text-decoration: none;
	color:#bbbbbb;
	font-weight:bold;
	font-size: 12px;
}
a.Frontpage:Hover	{
	text-decoration: inherit;
	color:#c9d921;
	font-weight:inherit;
	font-size: inherit;
}


/* PSEUDO CLASSES - BODYWORK AND SO FORTH */

.FrontPageMessage{
	color:#3c2b1f;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
}
.ContentContent{
	color:#d6bca5;
	font-size: 12px;
	font-family: Arial;
}
.ContentSubHeader{
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial;
}
.ListHeader{
	color:#ffffff;
	font-weight:bold;
	font-size: 16px;
	font-family: Arial;
}
.ListSubHeader{
	color:#a21018;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial;
}
.ListContent{
	color:#d6bca5;
	font-size: 12px;
	font-family: Arial;
}
.Footer{
	color:#3b2720;
	font-size: 12px;
	font-family: Arial;
}

/* REGULAR HTML TAGS */

a	{
	text-decoration: none;
	color:#bbbbbb;
	font-weight:bold;
	font-size: 12px;
}
a:Hover{
	text-decoration: none;
	color:#c9d921;
	font-weight:bold;
	font-size: 12px;
}
body      {
	margin: 0px;
	font-family: verdana;
	background-image:url(../images/bodyBack.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#b99a87;
	font-size:12px;
}
img	
{
	border: solid 0 0;
	border-bottom:solid 0;
	border-left:solid 0;
	border-right:solid 0;
	border-top:solid 0;
	}

