A:hover        {
	text-decoration: none;
	color: #D22229;
}

BODY {
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/background.gif);
	scrollbar-arrow-color: #123456;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #FFD65C;
	scrollbar-face-color: #FFD65C;
	scrollbar-highlight-color: #FFD65C;
	
}

/*
YELLOW - FFE06A
YELLOW 70% - FFE996
YELLOW 50% - FFEFB4
YELLOW 35% - FFF4CB
DEEP RED - D22229
BLUE - 005E9E
BLUE 25% - BFD7E7
BLUE 15% - D9E7F1
*/

.contentBox {
	width: 410px;
	background-image: url(../images/contentBg.gif);
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #005E9E;
	line-height: 12pt;
	text-decoration: none;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #D22229;
	line-height: 18pt;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #005E9E;
	line-height: 12pt;
	text-decoration: none;
}

.regularColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #D22229;
	line-height: 12pt;
	text-decoration: none;
}


.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #005E9E;
	line-height: 12pt;
	text-decoration: none;
	list-style: square;
}

.inputField {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #FFE06A;
	font-weight: bold;
	font-size: 10pt;
	color: #005E9E;
}

/*FAQ Section */
.showstate{ 
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}

.headers{
	width: 400px;
	border: 1px dashed #123456;
	background-color: #FFE06A;
	padding: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #005E9E;
	text-decoration: none;
}

.switchcontent{
	width: 400px;
	border: 1px dashed #123456;
	border-top-width: 0;
	padding: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #005E9E;
	line-height: 12pt;
}

/* NECESSARY TO INSERT IMAGECUBE.COM LINK */
div#HiddenContent{
	width: 3px;
	height: 1px;
	overflow: hidden;
}
