body,td,tr,p,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #292929;
}
.td2 {
	color: #333333;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

body {
	margin: 0 0 0 0;
	background-color: white;
}

input {
	font-size: 11px;
}

a {
	color: darkblue;
	text-decoration: none;
}
a:hover {
	color: blue;
}

.contentarea {
	background-color: white;
}
.contentareaborder {
	background-color: black;
}

.copyright {
	color: black;
}
.copyright a {
	color: black;
}

.menu {
	background-color: #292929;
}
.menu a{
	color: white;
	font-size: 17px;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover{
	color: #FF9900;
}

.accountmenu {
	background-color: #F8F8F8;
}
.accountmenu a{
	color: black;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
}
.accountmenu a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.notice {
	background-color: white;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}
.notice a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.titlebar {
	color: white;
	background-color: #292929;
	font-size: 14px;
}

.advspecial {
	border-color: black;
	border-width: 1px;
	background-color: white;
	width: 400px;
	height: 100px;
}

.advspecialheader {
	font-size: 20pt;
	color: #224D71;
}

.advspeciallink {
	font-size: 15pt;
	color: blue;
}

.faqcat {
	border-style: solid;
	border-width: 1px;
	border-color: #3A4BCC;
}

.faqQ {
	color: blue;
}

.faqA {
	color: blue;
}


.popupLink {
	COLOR: #D3731D;
	outline: none
}

.popup { 
	POSITION: absolute; 
	VISIBILITY: hidden; 
	BACKGROUND-COLOR: white; 
 	LAYER-BACKGROUND-COLOR: white; 
	width: 252; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 1px solid black; 
	BORDER-RIGHT: 1px solid black; 
	PADDING: 5px;
	z-index: 10 
}

.quicksearch { 
	POSITION: absolute; 
	z-index: 1001;
	top: 30px;
	right: 10px;
}
.quicksearch select { 
	font-size: 10px;
	height: 10;
}




/* Table Set 1 - Table Headers*/
	.tableHL1 {
		color: black;
		background-color: #E9EBED;
	}
	.tableHL1 a {
		color: darkblue;
	}

/* Table Set 1 - Border Color */
	.tableBD1 {
		background-color: #C6DAE2;
	}

/* Table Set 1 - Table rows*/
	.tableHL2 {
		color: black;
		background-color: #F2F2F2;
	}

/* Table Set 1 - Table Rows OnMouseOver*/
	.tableHL3 {
		background-color: white;
	}



/* Copyright text color */
	.copyright {
		color: black;
	}

/* Copyright anchor color */
	.copyright a {
		color: black;
	}	

/* Text Highligh Color 1 */
	.textHL1 {
		color: darkblue;
	}
	
	.stats {
		font-size: 12px;
		color: black;
	}
	
	.stat_title {
		color: darkblue;
	}

.table1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #292929;
}

