body {
	background-color: #FFFFFF;
	background-image: url(images/bgMain.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td, p, div, span, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.title {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: Navy;
}
h2 {
	color: Navy;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

/* navigation */
td.navLink {
	/*background-image: url(images/bgLeft.gif);*/
	padding: 2px;
}
td.nav {
	background-image: url(images/bgLeft.gif);
}
a.nav, a.nav:visited, a.nav:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.nav:hover {
	color: #000000;
	font-weight: bold;
}


/* BEGIN TIPS */
.button {
	background: url(images/tipButton.gif) top left no-repeat;
	height:40px;
	width:210px;
	text-align: center;
}
.button a {
	text-decoration: none;
	font-weight: bold;
	color:navy;
	position: relative;
	font-size: 14px;
	top: 12px;
}
.button a:hover {
	color: #000000;
	text-decoration: underline;
}
#tips {
	width: 440px;
	margin: auto;
}
#right {
	float: right;
	width: auto;
	margin: auto;
}
#left {
	float: left;
	width: auto;
	margin: auto;
}
p.tips {
	text-align: center;
}
/* END TIPS */

/* Content Add Styles */
.contentAdTitle {
	background-color: #545872;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #e5e5e5;
	border: #000000 1px solid;
}
.contentAdText { font-size: 8pt !important; }
LABEL { font-size: smaller; }



/* CALCULATOR STYLE BEGIN */

/* CALCULATOR STYLE END */
