/* PERMANENT */
body, td, span, div, p {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
}
img {
	border: 0px;
}
p.indent {
	text-indent: 16px;
}

/* TEXT STYLES */
.u {
	text-decoration: underline !important;
}
.bold {
	font-weight: bold !important;
}
.nobold {
	font-weight: normal !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/* TEXT CLASSES */
.text {
	font-size: 13px;
	color: #666666;
	text-align: left;
}
.minitext {
	font-size: 11px;
	color: #666666;
}
.header {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #226622;
}
.remark {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #6699aa;
}
.remark2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #aa6688;
}
.highlight {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #6666aa;
}
.resulttext {
	font-size: 13px;
	color: #aa6666;
}
.minilink {
	font-size: 10px;
	font-style: normal;
	color:#99CC00;
}
.copyright {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.footer {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: left;
}

/* OTHERS */
.tborder
{
	border: 1px solid #444488;
	background-color: #ffffff;
	padding: 0px;
}
a:link, a:visited
{
	color: #888888;
	text-decoration: none;
}
a:hover, a:active
{
	color: #aabbaa;
	text-decoration: underline;
}

/* TABLE */
table.maintable {
	width: 836px;
	background-color: #ffffff;
}
table.header, .footer {
	width: 836px;
}
tr.footer {
	width: 836px;
	margin: 0px;
	padding-right: 8px;
}
td.leftpanel {
	/* width: 360px !important; */
	background-color: #ffffff;
	padding: 8px 8px 8px 16px;
}
td.middlepanel {
	/* width: 200px !important; */
	background-color: #ffffff;
	padding: 8px 8px 8px 8px;
}
td.rightpanel {
	/* width: 286px !important; */
	background-color: #ffffff;
	padding: 8px 16px 8px 8px;
}
td.leftline {
	border-left: 1px solid #ddeedd;
}
td.rightline {
	border-right: 1px solid #ddeedd;
}

/* SPECIFICS */
.topalign {
	vertical-align: top;
}
.middlealign {
	vertical-align: middle;
}
.bottomalign {
	vertical-align: bottom;
}
.sidepanel {
	background-color: #eeffee;
	border: 1px solid #668866;
	display: block;
	width: 270;
	margin: 4px;
	padding: 4px 8px 4px 8px;
}

.pad8 {
	padding: 8px;
}
.padleft20 {
	padding-left: 20px;
}
.padnone {
	padding: 0px;
}

.margin8 {
	margin: 8px;
}
.marginnone {
	margin: 0px;
}

.greenbg {
	background-color: #eeffee !important;
}
.redbg {
	background-color: #ffeeee !important;
}

.nofloat {
	clear: both;
	margin: 4px;
}
.floatnone {
	float: none;
}
.floatleft {
	float: left;
	margin: 4px 4px 8px 0px;
}
.floatright {
	float: right;
	margin: 4px 0px 8px 4px;
}

input {
	width: 190px;
}

input.button {
	width: 50px;
}