body
{
	font-family:Verdana, Arial;
	font-size: 10pt;
}
.clsPageHeaderText 
{
	color:white; 
	font-weight:bold;
	width: 287;
}
h1 
{
	color: Silver;
	font-size: 14pt;
}

.clsLinkHeader A
{
	color: Navy;
	text-decoration: none;
	font-size: 11pt;
}

.clsLinkHeader A:hover
{
	color: Navy;
	text-decoration: underline;
	font-size: 11pt;
}

.clsLinkPanel 
{
	background-color: #E7E7E7;
	color: Black;
}

.clsFooter A 
{
	text-decoration: none;
	color: Navy;
}
.clsFooter A:hover
{
	text-decoration: underline;
	color: Navy;
}

/*Menu Styling Start*/
.transMenu {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
 border: 0 ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2000; 
}
.transMenu  td
{
 padding: 2px 2px 2px 2px  !important;  
 font-size: 12px !important ; 
 font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bolder !important ; 
 color: #FFFFFF !important ; 
} 
#subwrap 
{ 
 text-align: left ; 
}
.transMenu  .item.hover td
{ 
 color: #FFFFFF !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu .background {
 background-color: #AAAAAA !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:1000; 
 -moz-opacity:0.8; 
 filter:alpha(opacity=75) 
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3000; 
 top:-3000px; width:2px; 
 -moz-opacity:0.8; 
 filter:alpha(opacity=85)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1000; 
 left:-3000px; height:2px; 
 -moz-opacity:0.8; 
 filter:alpha(opacity=80)
}
.transMenu .item.hover {
 background-color: #B2AAAA !important ; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ; 
 border: 0 ; 
 z-index: 1000; 
}
table.menu a{
 margin:0px !important ; 
 padding: 2px 2px 2px 2px  !important ; 
 display:block !important; 
 position:relative !important ; 
}
div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 12px !important ; 
 font-family: Verdana, Arial, Helvetica, sans-serif !important ; 
 text-align: center !important ; 
 font-weight: normal !important ; 
 color: #909090 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
}
div.menu td {
 border-right: 0 ; 
 border-top: 0 ; 
 border-left: 0 ; 
 background-color: transparent !important ; 
} 
div.menu td.last {
 border-bottom: 0 ; 
} 
#trans-active a{
 color: #FFFFFF !important ; 
 background-color: #B2AAAA !important ; 
} 
#menu a.hover   { 
 color: #FFFFFF !important ; 
 background-color: #B2AAAA !important ; 
}
#menu span {
 display:none; 
}
/*Menu Styling End*/