body { font-family: Arial, Helvetica, sans-serif;}

a:link, a:visited, a:active { color: #FF0000; text-decoration:underline;}
a:hover { color: #FF0000; text-decoration:none;}

img {display: none}

/* content table */
.content {
	width: 100%; }
	
.header {
	width: 100%; align: right;
}

/* Page Title */
.pgTitle {display: none; }

/* news ticker table */
.tickerTable {
	border: 1px solid #485A6A;
	background-color: #374C5B;
	margin: 5px;
}
/* paragraph styles */

p {	font-size: 12px;
	color: #333333;
	padding: 0px 0px 0px 10px;
	margin-top: 5px;
	margin-bottom: 10px;}

p.home {padding: 0px; margin:0 px}

p.h3 { padding-left: 20px;}

p.h4 { padding-left: 30px}

.back a:link, a:visited, a:active { display: none; font-weight:bold; color: #FF0000; text-decoration:none; float: right; margin: 0px; font-size: 9px;}
.back a:hover { display: none; color: #FF0000; text-decoration:underline;}

/* header styles */
h1, h2, h3, h4 { color: #FF0000;}
h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* horizontal line */
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin: 0px;
	padding: 0px;
}
ul, ol {font-size: 12px; padding-left: 20px; margin-top: 5px; color: #333333;}

ol {padding-left: 28}

/* footer */
.footer { font-size: 10px; color: #FFFFFF; }
.footer a:link { float: none; font-size: 10px; color: #FFFFFF; text-decoration: none}
.footer a:visited { float: none; font-size: 10px; color: #FFFFFF; text-decoration: none}
.footer a:hover {float: none; font-size: 10px; color: #FFFFFF; text-decoration: underline}
.footer a:active { float: none; font-size: 10px; color: #FFFFFF; text-decoration: none}

