BODY {
	background-color: #8ab8dc;
	margin:0px;
	background-image:url('/images/page_bg.png');
	color: #235577;
}

#header {
color:#fff;
font-size:10px;
text-align:right;
width:930px;
font-family: 'Trebuchet MS';
position:absolute;
}

a.header:link, a.header:visited {
color:#cdf;
font-size:10px;
text-decoration:none;
white-space:nowrap;
}
a.header:hover, a.header:active {
color:#fff;
font-size:10px;
text-decoration:underline;
white-space:nowrap;
}

.tMain {
	background-color: #66ccff; 
}

.tHeader {
	background-color: #6699ff;
	
}

td {
	/* font-family: 'Trebuchet MS'; */
	font-size: 11px;
}

.linktext, .linktext a {
	font-size: 9px;
	color: #235577;
}

.adminAppTitle {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

.adminLeftMenu, .adminLeftMenu a {
	background-color: #66ccff;
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	
}

.adminPageHeader {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 16px;
}

.adminListHeader {
	background-color: #6699ff;
	font-weight: bold;
}

.adminListHeaderText, .adminListHeaderText a {
	color: black;
}

.adminListTable, .adminListTable td {
	border-style: solid;
	border-width: 1px;
}

.adminList0 {
	background-color: white;
}

.adminList1 {
	background-color: #ffff99;
}

.topMenu {
	font-family: 'Trebuchet MS';
	font-size: 10px;
	color: #3A5C80;
	text-transform: uppercase;
}

.topMenu a, .footer a {
	color: #3a5c80;
	text-decoration: none;
}

.footer {
	font-family: 'Trebuchet MS';
	font-size: 10px;
	color: #000000;
}

.tableDisplay {
	/* background-color: #98acb4; */
}

.tableHeader {
	background-color: #3a5c80;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.tableSubHeader, .tableSubheader a {
	background-color: #eff4f6;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 10px;
	color: #3A5C80;
}

.tableRow0, .tableRow0 a {
	background-color: #ffffff;
	/* font-family: 'Trebuchet MS'; */
	font-size: 14px;
	color: #516e8e;
}

.tableRow1, .tableRow1 a {
	background-color: #eff4f6;
	/* font-family: 'Trebuchet MS'; */
	font-size: 14px;
	color: #516e8e;
}

.tableRowMain, .tableRowMain a {
	background-color: #eff4f6;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #000000;
}

.tableMessageCell {
	background-color: #e0e8eb;
}

.tableMessageCellRight {
	background-color: #ffffff;
	font-size:13px;
}

.pageText {
	font-family: 'Trebuchet MS';
	font-size: 10px;
	color: #3A5C80;
	text-transform: uppercase;
}

.pageText a {
	color: #3A5C80;
}

.formBox, .formDropDown, .formTextArea {
	width: 250px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
}

.siteName {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.siteName a {
	text-decoration: none;
	color: #235577;
}

.signature {
	margin-top: 10px;
	border-top: 1px dashed #999999;
}

.code {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	margin:5px 0 5px 0;	
}

blockquote {
	border: solid thin #c0c0c0;
	background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
	
blockquote .bqheader {
	font-weight: bold;
	margin-bottom: -10px;
} 