<!--
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #FFFFCC;
}
strong
{
	color:#FF0000;
}

.header
{
	background-image:url(../images/headerBG.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	padding-left:13px;
}
.menu
{
	background-image:url(../images/menuBG.gif);
	background-repeat:no-repeat;
	height:34px;
	padding: 0px 0px 0px 19px;
}
.menu img
{
	margin: 0px 5px 0px 0px;
}
.content
{	
	background-color:#ffffff;
	background-image:url(../images/contentBG.gif);
	background-repeat:no-repeat;
	background-position:top;
	border-left: 3px solid #0099FF;
	border-right: 3px solid #0099FF;
	height:324px;
	padding:20px 10px 10px 20px;
	vertical-align:top;
}
.text-content 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.text-content a:link, .text-content a:active, .text-content a:visited
{
	color:#FF9900;
	font-weight:bold;
}
.text-content a:hover
{
	color:#cc6600;
}
.note
{
	color:#999999;
	font-size:10px;
}
.table-header
{
	background-color:#ff0000;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	
}
.table-Cell
{
	background-color:#FFCC00;
	font-size:12px;
}

.footer
{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:22px;
}
-->
