﻿body 
{
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; }

.heading 
{
	color: #331926;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
}
.content_link 
{
	color: #331926;
	font-size: 12px;
	font-family:  Verdana;
    text-decoration: underline;
}
.content_link:visited
{
	color: #000000;
    text-decoration: underline;
}
.content_link:active
{
	color: #000000;
    text-decoration: underline;
}

.content_link:hover 
{
	color: #44584D;
    text-decoration: underline;
}

.menuSpaceActive
{

	background-image: url('/_images/menuHighlight.gif');
	text-align: center;
}
.menuItem
{
	text-decoration: none;	
font-size: 14px;
color:#000000;
font-weight: bold;
}
.menuSpaceActiveDynamic
{
    background-color: #FF6A00;	
}
.menuItemDynamic
{
	text-decoration: none;	
font-size: 12px;
color:#000000;
font-weight: bold;
}
.menuSpaceDynamic
{
	
	border: solid 1px #FF6A00;
 
}
.menuSpace
{
	background-image: url('/_images/menuBackground.gif');
	text-align: center;	

}
.menu_background
{
	background-color:#331926;
}

.menu_background_highlight
{
	background-color: #cccccc;
}

.content_text
{
	font-size: 12px;
	font-family: Verdana;
}
.dark_bg 
{
	background-color: #cccccc;
}

.content_text .a:link
{
	color: #000000;
    text-decoration: underline;
}
.content_text .a:visited
{
	color: #000000;
    text-decoration: underline;
}
.content_text .a:active
{
	color: #000000;
    text-decoration: underline;
}

.content_text .a:hover 
{
	color: #44584D;
    text-decoration: underline;
}
.btn{
   color:#331926;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#331926;
   border-left-color:#331926;
   border-right-color:#331926;
   border-bottom-color:#331926;}
.btnExit{
   color:red;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#331926;
   border-left-color:#331926;
   border-right-color:#331926;
   border-bottom-color:#331926;}
