body
{
	margin: 0px;
	background-color:#E5E5E5;
}

td
{
	font-family: Verdana, Arial, Serif;
	color:Black;
	font-size:x-small;	
}

hr
{
   color: #005984;
}

.normalTextWhite
{
	font-family: Verdana, Arial, Serif;
	font-size: x-small;
	color:White;
}

.normalTextBlack
{
	font-family: Verdana, Arial, Serif;
	font-size: x-small;
	color:Black;
}

.navMainBottomTD 
{
	border-bottom : 1px solid #F57114;
}

.navMainBothTD 
{
	border-Top : 1px solid #FBC92A;
	border-bottom : 1px solid #F57114;
}

.navMainRightBlueArrowTD 
{
	background-color:#5799B9;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid #3D7AA4;
	border-top:1px solid #83CCDC;
	font-family:Verdana;
	font-size:x-small;
	color:White;
}

.HeaderCell /* style used on left of page for category heading */
{
	background-color:#F7921C;
	font-family:Verdana;
	font-size:small;
	color:White;
}

/* style used for menu at top of page (just on the right of Logo). Use these to add menu items */
a.navMain:link 
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
	text-decoration: none; 
}
a.navMain:visited 
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
	text-decoration: none; 
}
a.navMain:hover 
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
	text-decoration: underline; 
}
a.navMain:active 
{
	font-family:Verdana;
	font-size:x-small;
	color:White;
	text-decoration: none; 
} 

a:link {color: White; text-decoration: none; }
a:visited {color: White; text-decoration: none; }
a:hover {color: White; text-decoration: underline; }
a:active {color: White; } 

.CutBox {
	border-left : 1px dotted Silver;
	border-right : 1px dotted Silver;
	border-top : 1px dashed Silver;
	border-bottom : 1px dotted Silver;
}

.InnerBoxTitle {
	font-weight: bold;
	font-size: X-small;
	color: #000000;
	border-bottom : solid 1px #336699;
	padding : 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button
	{
	background: #EFEFEF;		
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	
	border-left : 1px solid #99b2cc;
	border-right : 1px solid #99b2cc;
	border-top : 1px solid #99b2cc;
	border-bottom : 1px solid #99b2cc;
	color : Black;
	font-weight : normal;
	
}
