@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #000000 url('../images/body_bg.gif') repeat-x 0% 0%;
}

body, p, div, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #e6e6e6;
	font-size: 12px;
}

a, a:link, a:active, a:visited {
	color: #0384e0;
}

a:hover {
	color: #666666;
}

.border-top {
	background: #000000 url('../images/ti_border_top.gif') repeat-x 0% 0%;
}

.border-bottom {
	background: #000000 url('../images/ti_border_bottom.gif') repeat-x 0% 0%;
}

.border-side {
	vertical-align: bottom;
}

#maincell {
	height: 299px;
	vertical-align: top;
}

td.copy {
	text-align: left;
	padding: 20px 40px 10px 40px;
}

#footer td {
	font-size:11px;
	color: #666666;
	padding-top: 8px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #0384e0;
	text-decoration: underline;
}
.panelL, .panel {
	vertical-align: top;
	text-align: left;
	padding: 12px 12px 12px 0px;
}
.panelL {
	padding-left: 12px;
}
.clr {
	width: 100%;
	clear: both;
}