<!--

/* standard scheme for all pages. */

body		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: white; margin: 0px; }
h1		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
h2		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; }
h3		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
form		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin: 0px; padding: 0px; }
table		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
td		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }

<!-- font-family is set to defend against netscape4, as font properties are not inherited -->

span		{ font-family: Verdana, Arial, Helvetica, sans-serif; }
div		{ font-family: Verdana, Arial, Helvetica, sans-serif; }
p		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
ol		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
ul		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
li		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }
marquee		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; }

form		{ margin: 0px; padding: 0px; }

a		{ font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:link		{ color: black; }
a:visited	{ color: black; }
a:active	{ color: white; background-color: gray; }
a:hover		{ color: white; background-color: black; }

.filterFade	{ filter: progid:DXImageTransform.Microsoft.Fade(duration='.2',overlap='1', center='0'); }

p.copyright	{ font-size: 7pt; padding-bottom: 10px; }



/* 1st header area which is responsible for link to homepage, about us, helpdesk, faqs, terms and conditions, contact us. Also links to banner ad and/or butler */

table.headertable {
	height: 100px; width: 760px; background-color: #09F; border-right: 1px solid black; }
table.headertable tr td.topbanneradcell {
	background-image:  url(/images/navigation/banner_bg.gif); background-repeat: repeat-x; }
table.headertable tr td.butlercell {
	background-image:  url(/images/navigation/burtler_bg.gif); }
table.headertable tr td.iconcell {
	background-image:  url(/images/navigation/icon_strip2.gif); background-repeat: repeat-x; border-bottom: 1px black solid; }





/* 2nd header area which is responsible for quick links, title pic and marquee */

#dropdownLayer {
	position:absolute; left:1px; top:125px; width:300px; z-index:15; visibility: hidden; }
div#dropdownLayer table tr td a {
	width:170px; height: 8pt; }
#closer {
	position:absolute; left:1px; top:125px; width:760px; height:300px; z-index:1; visibility: hidden; }

table.quickLinkTable {
	height: 20px width: 760px; background-color: white; border-bottom: 1px solid black; border-right: 1px solid black; }
table.quickLinkTable tr td {
	vertical-align: middle;  }
table.quickLinkTable tr td.dropdowncell { width: 80px; }
table.quickLinkTable tr td.currentcontenticoncell { width: 220px; }
table.quickLinkTable tr td.latestinfotextcell { width: 459px; }

#iconDescription {
	position:absolute; left:190px; top:80px; height: 18px; width:450px; z-index:1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }





/* 3rd header area which is responsible for links to pages within the current section */

table.headerIconsTable {
	height: 50px; width: 760px; border-bottom: 1px solid black; border-right: 1px solid black; }
table.headerIconsTable tr td {
	background-color: #69C; vertical-align: middle; text-align: left; }
table.headerIconsTable tr td.iconcellsecondlevel { }
table.headerIconsTable tr td.iconcellsecondlevelbuffer { }
table.headerIconsTable tr td.iconcellsecondlevel table tr td {
	width: 80px; }





/* table containing the any content */

<!-- responsible for the title of the section -->

table tr td.titlepanel {
	background-color: #ACE; }
table tr td.titlepanel h1.pagetitle {
	margin: 0px 0px 0px 12px; }

<!-- responsible for the side banner ad area of the section -->

table tr td.sidebanneradcell {
	background-color: #069; border: 1px solid black; border-top: 0px; vertical-align: top; }

<!-- responsible for the left link area of the content of the section -->

table tr td table tr td.linklistpanel {
	background-color: silver; border-top: gray solid 1px; border-right: black solid 1px; border-bottom: black solid 1px; vertical-align: top; }
table tr td table tr td.linklistpanel p {
	margin: 5px 5px 5px 8px; }
table tr td table tr td.linklistpanel span.currentcontenttextlabel {
	padding: 1px; margin: 2px; background-color: #EEE; padding-left: 2px; color: gray; }
table tr td table tr td.linklistpanel span.currentcontenttextlabel a {
	width: 150px; }

<!-- responsible for the area left of the content of the section as well as the area on te right -->

table tr td table tr td.contentsidebufferpanel {
	background-color: #ACE; font-size: 1px; }

<!-- responsible for the the content of the section -->

table tr td table tr td.contentpanel {
	background-color: white; border-top: gray solid 1px; border-left: silver solid 1px; border-bottom: black solid 1px; border-right: black solid 1px; }

<!-- responsible for the the bottom of the content of the section -->

table tr td table tr td.bottompanel {
	background-color: #ACE; border-bottom: 1px solid black; }





/* used for index.aspx */
span.signup { margin: 0px; padding: 0px 5px 0px 5px; line-height: 20px; }

/* banner ads */
td.mainpromotion { }

-->