/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;
}
body {
	background-color: #E6E6E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.exbody {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.subtext {
	color: #9AC5DC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}
h1 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.contentimg {
	border: 1px solid #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #75A8C3;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC6600;
}
.footer {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.footer:link {
	color: #999999;
}
a.footer:visited {
	color: #999999;
}
a.footer:hover {
	color: #333333;
}
a.footer:active {
	color: #333333;
}
table.container {
    background: #E6E6E6;
    width: 100%;
    position: absolute;
    height: 100%;
}
td.shadowleft {
    background: url(imgs/pageshadow_left.gif) repeat-y; 
    }
td.shadowright {
    background: url(imgs/pageshadow_right.gif) repeat-y; 
    }