body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #24170e;
}
body {
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 { font-size: 16px; }
h2 { font-size: 14px;}

input {
	border:  1px solid black;
	background-color: #f4f6c8;
	width:  200px;
}
textarea {
	border:  1px solid black;
	background-color: #f4f6c8;
	width:  200px;
	height:  100px;
}

a:link { color: #24170e; text-decoration: underline; }
a:visited { text-decoration: underline; color: #24170e; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #666666; }

.tHdr {color: #666666; font-weight: bold; font-size: 12px; border-bottom: 1px solid #666666; }
tr.showComplete td {color: #999999 !important;}
.foot {color: #ff9900}
.leftBar p {color: #CCCCCC; padding-left: 12px; padding-right: 12px; text-align:justify; }

.leftbar a:link { color:  #ffffff !important ;}
.leftbar a:visited { color:  #ffffff !important ;}
.leftbar a:active { color:  yellow !important ;}
.leftbar a:hover { color:  yellowgreen !important ;}
