<!--
body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	font-size: 8pt;
	textdecoration: none;	
}

a:link {
	text-decoration: underline;
	color: #2D2D2D;
	font-size: 8pt;
	}

a:visited {
	text-decoration: underline;
	color: #2D2D2D;
	font-size: 8pt;
}

a:hover {
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	}

a:active {
	text-decoration: underline;
	color: #333333;
	font-size: 8pt;
}

a.fat:link {
	text-decoration: underline;
	color: #2D2D2D;
	font-size: 8pt;
	font-weight: bold;
	}

a.fat:visited {
	text-decoration: underline;
	color: #2D2D2D;
	font-size: 8pt;
	font-weight: bold;
}

a.fat:hover {
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	}

a.fat:active {
	text-decoration: underline;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}

table {
	color: #333333;
	font-size: 8pt;
	textdecoration: none;
}

table.border {
	background-image: url(pics/table_bg.gif);
}

td.tablehead1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(pics/tablehead1_bg.gif);
        background-color: #11223C;
        text-align: center;
}

td.style1 {
	background-image: url(pics/45.gif);
        background-color: #EAEAEA;
}

td.style2 {
	background-image: url(pics/table_bg.gif);
}

img.border {
	border: 1px;
	border-style: solid;
	border-color: #666666;
}

input{
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #C0C0C0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 8pt;
}

textarea{
        color: #000000;
        background-color: #FFFFFF;
        border: 1px solid #C0C0C0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 8pt;
}

.fat {
	font-weight: bold;
}
//-->