body,td {
	font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #6B6B6B;
}

input,select,textarea {
	font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
	font-size: 15px;
}

form {
	margin: 0px;
}

body {
	background-color: #F2F2F2;
	margin: 0px;
}

/* Links */

a {
	color: #4197B8;
}
a:visited {
	color: #4197B8;
}
a:hover {
	color: #4197B8;
}

a.navLink {
	display: block;
	background-color: #B2B2B2;
	color: white;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #979797;
	padding: 6px 14px 6px 26px;

	background-image: URL(../images/img_nav_icon.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;

	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.navLink:visited {
	color: white;
}
a.navLink:hover {
	color: #F3FA3A;
}

a.yellowlink { color: #F3FA3A; text-decoration: none; }
a.yellowlink:visited { color: #F3FA3A; text-decoration: none; }
a.yellowlink:hover { color: #F3FA3A; text-decoration: underline; }

span.white a { color: white; }
span.white a:visited { color: white; }
span.white a:hover { color: #f0f0f0; }

/* Other Styles */

.white { color: white; }
.yellow { color: #F3FA3A; }
.blue { color: #00ADEF; }

.small { font-size: 14px; }
.tiny { font-size: 10px; }
.star { color: #c01010; }

/* Headings */

.blueheading  { color: #00ADEF; font-size: 26px; }
.redheading { color: #990000; font-size: 26px; }
.greyheading { font-size: 26px; }

.bluesubheading  { color: #00ADEF; font-size: 18px; }
.redsubheading { color: #990000; font-size: 18px; }
.greysubheading { font-size: 18px; }

/* Misc */

#contentCell {
	padding: 20px;
}


.darkCell { color: white; }
.darkCell td { color: white; }
.darkCell a { color: #F3FA3A; text-decoration: none; }
.darkCell a:visited { color: #F3FA3A; text-decoration: none; }
.darkCell a:hover { color: #F3FA3A; text-decoration: underline; }


#bottomCell {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 2px;
	font-family: verdana, bitstream vera sans, sans-serif;
	font-size: 14px;
	color: #b0b0b0;
	text-align: right;
	width: 955px;
}
#bottomCell a { color: #b0b0b0; text-decoration: none; }
#bottomCell a:visited { color: #b0b0b0; text-decoration: none; }
#bottomCell a:hover { color: #d0d0d0; text-decoration: none; }



#newsCell {
	padding: 11px;
	padding-top: 72px;
	background-repeat: no-repeat;
}

#tipsCell {
	padding: 11px;
	padding-top: 48px;
	background-repeat: no-repeat;
}


/* button */

a.blueButton {
	display: block;
	background-color: #f0f0f0;
	padding: 4px 10px;
	font-size: 17x;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.blueButton:visited {
	color: black;
	text-decoration: none;
}
a.blueButton:hover {
	color: white;
	text-decoration: none;
	background-color: #00ADEF;
}

/* account menu */

/*
margin-left: 0px; padding-left: 20px; margin-top: 0px;
margin-bottom: 6px;
*/

ul.accountUL {
	margin-left: 0px; 
	padding-left: 25px; 
	margin-top: 0px;
	list-style: none;
}
ul.accountUL li {
	margin-bottom: 6px;
}

ul.accountUL a {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #4197B8;
}
ul.accountUL a:visited {
	color: #4197B8;
	text-decoration: none;
}
ul.accountUL a:hover {
	/*color: #A9A95A;*/
	color: #61b7d8;
	text-decoration: none;
}

/** Newsletter Styles **/
.newsletterText { font-size: 17px; font-family: Arial; color: #000000; line-height: 19px; margin-bottom: 8px; }
.newsletterText TD { color: #000; vertical-align: top; }
.newsletterHeader { font-size: 35px; font-family: Arial; color: #2E3295; margin-bottom: 15px; font-weight: bold; }
.newsletterQuote { font-size: 15pt; font-family: Arial; color: #000000; margin-bottom: 10px; font-style: italic; }
.newsletterSubHeading { font-size: 24px; font-family: Arial; color: #000000; margin: 10px 0px; font-weight: bold; }
.newsletterExample { font-size: 17px; font-family: Arial; color: #000000; line-height: 19px; background-color: #CED2F5; border: solid #000 1px; padding: 8px; }
.newsletterExample DIV { margin-bottom: 8px; }
.newsletterExample TD { color: #000; padding: 0px 8px 3px 0px; }
.newsletterNavBar { padding: 3px; background-color: rgb(85, 85, 85); text-align: center; color: #B2B2B2; font-size: 16px; }
.newsletterNavBar SELECT { margin: 0px 5px; }
.newsletterNavBar A { color: #FFF; text-decoration: none; }
.newsletterTable { }
.newsletterTable TD { border: solid #000 1px; color: #000; padding: 1px 5px 10px 5px; }

#leftCell { display: none; }
#thinHeader { display: none; }
#bottomCell { display: none; }