#frame { display: none:
	}
/* top header */
#header { display: none;
	}

/* for IE and Mozilla-based browsers */
#contentLeft { display: none;
}
.innerBox { display: none;
	}

/* for CSS2 compatible browsers only */
[class~="contentLeft"] { margin-left: 0mm;
}
[class~="contentRight"] { margin-right: 0mm;
}

/* body text */
#bodyText { line-height: 1.3em;
	margin: 10px 10px 0px 100px;
	padding: 10px 25px 10px 18px;
	background-color: #f5f5f5;
	border-left: 1px solid blue;
	}
h1, h2, h3, h4, h5 { /* text  color */ color: brown; }


/* table block formatting details */
td {font: normal 9pt arial helvetica sans-serif}
.t {font: 9pt arial helvetica sans-serif}
.td {font: 8pt arial helvetica sans-serif}
.td1 {font: 7.8pt arial helvetica sans-serif; background-color: #ffffff}
.td2 {font: 7.8pt arial helvetica sans-serif; background-color: #dcdcdc}
.td3 {font: 7pt/10pt arial helvetica sans-serif}
.td4 {font: 7.8pt arial helvetica; background-color: #fffbbb}

hr	{ color: #a1a1a1;
	width: 100%;
	height: 1px;
}
h5, h6 { 
	line-height: 14px;	}
	
img { border: 0px;
}

a:link {text-decoration: underline; color: blue;}
a:visited {text-decoration: underline; color: olive;}
a:active {text-decoration: underline; color: red;}
a:hover {text-decoration: underline; color: darkblue; font-style: italic; } 

.red a:link	{ color: #ffffff; text-decoration: none; }
.red a:visited {color: #ffffff; text-decoration: none; }
.red a:active { color: #ffffff; text-decoration: none; }
.red a:hover	{ color: #ffffff; text-decoration: underline;
	
}
		
/* footer */
#footer {	background-color: #d2e2f1;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding: 10px;
	font-size: 9pt;
	clear: both;
	}
