p            { font-family: verdana; font-size: 10pt }
table        { font-family: verdana; font-size: 10pt }
h1           { font-family: verdana; font-size: 12pt; font-weight: bold }
h2           { font-family: verdana; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: verdana}
td           { font-family: verdana; font-size: 10pt }
tbody        { font-family: verdana; font-size: 10pt }
body        { font-family: verdana; font-size: 10pt }

.smallFont {font-family: Verdana; font-size: 8pt }
.largeFont {font-family: Verdana; font-size: 8pt }


a:link     	 { font-family: verdana; text-decoration: underline; color: #285DAB; font-size: 10pt }
a:visited  	 { font-family: verdana; text-decoration: underline; color: #285DAB; font-size: 10pt }
a:hover    	 { font-family: verdana; text-decoration: underline; color: #285DAB; font-size: 10pt }

a.menu2:link {  font-family: verdana; text-decoration: underline; color: #ffffff; font-size: 8pt;}
a.menu2:visited  { font-family: verdana; text-decoration: underline; color: #ffffff; font-size: 8pt; }
a.menu2:hover { font-family: verdana; text-decoration: underline; color: #E5958D; font-size: 8pt;}

span.gcProductNameText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: bold }
span.gcPurchasedForText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcPurchasedFromText { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcNumber { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcOriginalAmount { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }
span.gcBalance { font-family: arial; text-decoration: none; color: #000000; font-size: 10pt;  font-weight: normal }


/* ----- NAVIGATION BAR ---------- */

.suckerdiv ul{
margin-left: 25px;
list-style-type: none;
width: 130px; /* Width of Menu Items */
font: 8px 'Verdana', Arial, Tahoma, Sans-serif;
height: 100%;
height: auto;
min-height: 100%;
padding: 0;
}
	
.suckerdiv ul li{ position: relative; color: #fff; }
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #268f8f;
}

.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #000000;
}

.suckerdiv ul li a:visited{
color: #fff;
text-decoration: none
}


.suckerdiv ul li a:hover{
color: #000000;
text-decoration: none
}

.suckerdiv ul li ul li a { color: black; }


.suckerdiv .subfolderstyle ul li a {
background-color: #424242
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
