/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
BODY {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
HR {
	color: #000000;
	height: 1px;
}

/* default link */
A {
	color: #0000FF;
}
A:Hover {
	text-decoration: none;
	color: #FF0000;
}

/* ADVANCED */

/* frame */
.frame {
	margin: 0px;
}
.headerTxt {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
A.footerTxt {
	color: #FFFFFF;
	font-size: 8pt;
}
A:Hover.footerTxt {
	text-decoration: none;
}

/* Menu */
A.menuTxt {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
}
A:Active.menuTxt,A:Hover.menuTxt {
	color: #0067cd;
}
A.hotlink {
	color: #FFFFFF;
	text-decoration: none;
}
A:Hover.hotlink {
	color: #FF0000;
}
/* tips pages */
.button {	
	background: url(images/tipsBtn.jpg) top left no-repeat;
	font-size: 12pt;
	height:40px;
	width:200px;
}
.button A {
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 8px;
	text-decoration: none;
}
.button A:Hover
{
	font-weight: bolder;
	font-size: 13pt;
}
#tips {
	width: 440px; margin: auto;
}
#right {
	float: right; width: auto; margin: auto;
}
#left {
	float: left; width: auto; margin: auto;
}

/* Common content. */
.content {
	background-color: #FFFFFF;
}
TD.gridHeading {
	border: solid 1px #000000;
}
.heading {
	background-color: #0066cc;
	color: #FFFFFF;
}
.outline {
	background-color: #000000;
	padding: 1px;
}
.pageHeading {
	color: #FFFFFF;
}
.contentAdTitle {
	background-color: #06166e;
	color: #FFFFFF;
}