a.{
	text-decoration:none;
	color:#193310;
	font-family:tahoma;
	font-size:9pt;	
}
a:hover{
	text-decoration:underline;
	color:#ff0000;
	font-family:tahoma;
	font-size:9pt;	
}


td{
	text-decoration:none;
	color:#000000;
	font-family:tahoma;
	font-size:8pt;
    line-height:20px;
}

a.more{
	text-decoration:none;
	color:#543805;
	font-family:tahoma;
	font-size:7pt;	
	font-weight:bold;	
}
a:hover.more{
	text-decoration:none;
	color:#AB0000;
	font-family:tahoma;
	font-size:7pt;	
	font-weight:bold;
}

a.red{
	text-decoration:none;
	color:#193310;
	font-family:tahoma;
	font-size:15pt;	
}
a:hover.red{
	text-decoration:underline;
	color:#BA1C01;
	font-family:tahoma;
	font-size:15pt;	
}

.text{
	text-decoration:none;
	color:#7D7D7D;
	font-family:tahoma;
	font-size:8pt;	
}

.red{
	text-decoration:none;
	color:#940F0F;
	font-family:tahoma;
	font-size:8pt;
	font-weight:bold;
	
}
.footerwhite
{
    FONT-WEIGHT: bold;
    FONT-SIZE:7pt;
    COLOR: #ffffff;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none;
}

.titlegreen{
	text-decoration:none;
	color:#197800;
	font-family:verdana;
	font-size:15pt;
	font-weight:bold;
}

.Title{
	text-decoration:none;
	color:#A91C1C;
	font-family:tahoma;
	font-size:13pt;
	font-weight: bold;
	line-height: 18px;	
}

/*.......my CSS .........*/
.H1
{
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	color:#336600;
}
.H2
{
	font-size:14px;
	color:#006600;
	font-weight:bold;
}
.mybgcolor
{
	background-color:#006600;
}
.mycolor
{
	color:#336600;
}
.myText
{
	font-weight:bold;
}
.myValign
{
	vertical-align:top;
}
.myRed
{
	color: #953100;
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	
}
.H3
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	color: #877A1D;
}


.linkblue
{
	color:black	;
	text-decoration:none;
}
.linkblue:hover
{
	color:green	;
	text-decoration:underline;
}

	table.GDTable
		{
		border-collapse	:collapse;
		valign		:"middle";
		width		:460;

		}

	TD.GDcell
		{
		border-left 	: 1.0 solid #c0c0c0;
		border-Right 	: 1.0 solid #ffffff;
		border-Top   	: 1.0 solid #c0c0c0;
		border-bottom	: 1.0 solid #ffffff;	
		padding		   	: 3;
		}

/*.......menu CSS .........*/

		
.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("trail/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 185px;
  height: 25px;
  color: #006262;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("trail/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 400px;
  color: #1BA24C;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("trail/arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #006262;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: bold 11px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("trail/arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 185px;
  color: #1BA24C;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #D4E8CD;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #006262;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #006262;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #1BA24C;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #1BA24C;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}