/* Global Styles */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FEFBCA;
}

body {
	background-color: #000000;
	background-image:url(/images/background_document_270x58.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

/* Hyperlinking Styles */

a.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a.top:link {
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #000000;
}
a.top:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.top:active {
	text-decoration: none;
	color: #999999;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FF9966;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF66FF;
}

/* Footer Styles */

.footer {
	vertical-align:bottom;
	font-size:10px;
	text-align:center;
	}
	
/* Form Styles */

.form { background-color:##FEFBCA; font-family: Verdana, Arial, Helvetica, sans-serif; 
		color:#000000; font-weight:normal; font-size: 12px; padding-left:7; border-color:#CCCCCC; }


/* Other Styles */

.red_bold {color: #CC0000; font-weight:bold; }

.yellow { color:#FDD70F;}
.red { color:#EE392F;}
.white {color:#FFFFFF;}
.blue {color:#DFF5FC;}
.turquoise {color:#E0FBFB;}



