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