A{color:#000000; text-decoration:none}
A {color: #000000;}
A:hover{color:#969696}
#text {
	width: 100%;
	height: 100%;
	font-family : Verdana;
	color: Black;
	font-size : small;
}
#text2 {
	width: 100%;
	height: 100%;
	font-family : Verdana;
	color: Black;
	font-size : x-small;
	font-weight: bold;
}


#text3 {
	width: 100%;
	height: 100%;
	font-family : Verdana;
	color: Black;
	font-size : xx-small;
	font-weight: bold;
}

#text4 {
	width: 100%;
	height: 100%;
	font-family : Verdana;
	color: Black;
	font-size : 14px;
}


h5 {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
BODY { background: url("images/bg.gif") bottom right;
  background-repeat: no-repeat;
  background-color: #D2EB20;
}

.verdana12{
	font-family : Verdana;
	color: Black;
	font-size : small;
}

.verdana12red{
	font-family : Verdana;
	color: #FF0000;
	font-size : small;
}

.verdana11bold{
	font-family : Verdana;
	color: Black;
	font-size : x-small;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}

.verdana11bold a{
	font-family : Verdana;
	color: Black;
	font-size : x-small;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}

.verdana11bold a:hover{
	font-family : Verdana;
	color: Black;
	font-size : x-small;
	font-weight:bold;
	text-decoration:underline;
	line-height:20px;
}

.verdana14normal{
	font-family : Verdana;
	color: Black;
	font-size : 14px;
	font-weight:bold;
}

.verdana14boldwht{
	font-family : Verdana;
	color: #ffffff;
	font-size : 16px;
	font-weight:bold;
}

.verdana9 {
	font-family : verdana;
	color: Black;
	font-size : 10px;
	font-weight:bold;
	line-height:15px;
}

.verdana12bold{
	font-family : Verdana;
	color: Black;
	font-size : 12px;
	line-height:20px;
	font-weight:bold;
}

.verdana16bold{
	font-family : Verdana;
	color: Black;
	font-size : 16px;
	font-weight:bold;
}

fieldset
{
border:1px solid #D2EB20; padding:8px; width:200px;
}

fieldset td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align:justify;
	color: #000000;
	text-decoration: none;
	padding-top:5px;
}

fieldset a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #9BB100;
	text-decoration: none;
}

fieldset a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #EF4123;
	text-decoration: none;
}

legend
{
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.toplinks 
	{
		width:440px;
		height:142px;
		position:absolute;
		top:26px;
	}
	
	
.tagssitelink {
	width:190px;
	height:17px;
	background-image:url(images/toplink-bg01.gif);
	background-repeat:no-repeat;
	float:left;
	padding-bottom:20px;
	padding-left:40px;
	padding-top:3px;
}

.pedestalsitelink {
	width:190px;
	height:17px;
	background-image:url(images/toplink-bg02.gif);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	padding-bottom:20px;
	padding-top:3px;
	padding-left:40px;
}

.abtcontactlinks {
	width:174px;
	height:112px;
	background-image:url(images/abtcontact-topbg.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:698px;
	text-align:center;
	padding-top:30px;
}



.verdana12 {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.verdana12 a{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.verdana12 a:hover{
	font-family:Verdana;
	font-size:12px;
	color:#869900;
	text-decoration:none;
}

.verdana12green {
	font-family:Verdana;
	font-size:12px;
	color:#869900;
	text-decoration:none;
}


.toplinkgreen
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#000000;
		text-decoration:none;
	}
	
	
.toplinkgreen:hover
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#869900;
		text-decoration:none;
	}
	
	
/*********** menu css	***************/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
float:right;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:21px;
float:right;
margin-right:-15px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color:#D2EB20;
padding:2px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 15px;
border: 0px solid #ccc;
border-bottom: 0;
background-color:#D2EB20;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color:#869900;
}

.suckerdiv ul li ul li a:hover{
background-color:#ffffff; color:#000000; 
background-image:url(images/arrow1.gif); background-repeat:no-repeat;
}

.suckerdiv .subfolderstyle{
background-image:url(images/arrow2.gif); background-repeat:no-repeat;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%;}
* html .suckerdiv ul li a { height: 1%; }


/* End */

/*Rajeev - July 16 2009*/
.databox {border-bottom:1px solid #a5a5a5; border-right:1px solid #a5a5a5; border-top:1px solid #000000; border-left:1px solid #000000;}
.verdana16normal{
	font-family : Verdana;
	color: Black;
	font-size : 16px;
	font-weight:bold;
}
.verdana11normal{
	font-family : Verdana;
	color: Black;
	font-size : 11px;
	font-weight:normal;
}

.verdana10normal{
	font-family : Verdana;
	color: Black;
	font-size : 10px;
	font-weight:bold;
}

.verdana11blk {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.verdana11blk A{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#5c6900;
	text-decoration:underline;
}

.verdana11blk A:hover{
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}