/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
	background-color: #e1e1d5;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 24px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 0px;
	}
.frame {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
HR {
	color: #000000;
	height: 1px;
	}

/* default link */
A {
	color: #0000FF;
	}
A:hover {
	text-decoration: none;
	}
.required {
	color: #ff0000;
	font-weight: bold;
	}

/* ADVANCED */

/* frame */
.headerTxt {
	color: #000000;
	font-size: 13pt;
	font-wieght: bold;
	}
A.footerTxt {
	color: #FFFFFF;
	font-size: 8pt;
	}
A:hover.footerTxt {
	text-decoration: none;
	}

/* menu */
A.menuTxt {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
A:hover.menuTxt {
	color: #000000;
	text-decoration: none;
	}

/* tips pages */
.button {	
	background: url(images/tipsbtn.jpg) top left no-repeat;
	font-size: 12pt;
	height:40px;
	width:200px;
	}
.button a {
	color: #FFFFFF;
	position: relative;
	text-align: center;
	top: 7px;
	}
#tips {
	width: 440px; margin: auto;
	}
#right {
	float: right; width: auto; margin: auto;
	}
#left {
	float: left; width: auto; margin: auto;
	}

.outline {
	background-color: #000000;
	padding: 1px;
}
.heading {
	background-color: #8e937c;
}
.pageHeading {
	color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
}

/* Global custom controls. */
.contentAdRect, .contentAdBox {
	background-color: #FFFFFF;
	border-color: #000000;
}
.contentAdTitle {
	color: #FFFFFF;
	background-color: #8e937c;
}
.listingsHeadingTxt {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gridHeading {
	background-color: #FFFFFF;
}