@charset "utf-8";
/* CSS Document */

/* For page background, margins, scroll bar */
body {
	margin:0px;
	padding:0px;
	background:#29243c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* IMG */
img {
	border:none;
}
/* Default Links */
A:link {
	color: #2271a1;
	text-decoration: underline;
}
A:visited {
	color: #2271a1;
	text-decoration: underline;
}
A:active {
	color: #2271a1;
	text-decoration: underline;
}
A:hover {
	color: #2271a1;
	text-decoration: none;
}
/* Heading 1 */
h1 {
	font-size: 16px;
	color: #2271a1;
}
/* Heading 2 */
h2 {
	font-size: 12px;
	color: #2271a1;
}
.heading1 {
	font-size: 16px;
	color: #2271a1;
	font-weight:bold;
}
/* Heading 2 */
.heading2 {
	font-size: 12px;
	color: #2271a1;
	font-weight:bold;
}
/* TD Blue Border */
.tdBlueBorder {
	border:solid 1px #2271a1;
}
/* TD Border */
.tdBorder {
	border:solid 1px #000000;
}
/* Body Text */
.bodytext {
	font-size: 12px;
	color:#000000;
}
.bodytextInner {
	font-size: 12px;
	color:#000000;
	text-align:justify;
}
/* Footer */
#footer {
	font-size:12px;
	color: #e2e2e3;
	height:50px;
}
A.footer:link {
	color: #e2e2e3;
	text-decoration: none;
}
A.footer:visited {
	color: #e2e2e3;
	text-decoration: none;
}
A.footer:active {
	color: #e2e2e3;
	text-decoration: none;
}
A.footer:hover {
	color: #e2e2e3;
	text-decoration: underline;
}
/* Footer Divider */
.footerDivider {
	padding-left:20px;
	padding-right:20px;
}
/* Float Right */
.floatright {
	float:right;
}
/* Float Left */
.floatleft {
	float:left;
}
/* Form */
form {
	margin:0;
	padding:0;
}
/* Input Box */
.inputBox {
	border:none;
	font-size: 12px;
	color: #000000;
	background:#fbfbfe;
	padding:5px;
}
/* Form Button */
.formBut {
	border:none;
	font-size: 12px;
	color: #000000;
	background: #fedb1A;
	cursor:pointer;
}
