BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px 0px 2px 0px;
	COLOR: #000000;
	FONT-FAMILY: "Arial", Times, serif;
	BACKGROUND-COLOR: #FFFFFF
}
TABLE {
	FONT-SIZE: 13px;
	FONT-FAMILY: "Arial", Times, serif
}
a:link {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: underline;
    font-weight: bold;
    color: #0000FF;
}
a:hover {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
a:visited {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: underline;
    font-weight: bold;
    color: #0000FF;
}
a:visited:hover {
    font-family: "Arial", Times, serif;
    font-size: 14;
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
}
.main-table {
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	border-bottom:1px solid #000000;
	background-color:#F5F5F5;
}
.side-table {
	border-left:1px solid #000000; 
	background-color:#F5F5F5;
	width:150px;
}
FORM {
	margin-bottom:0px;
	padding-bottom:0px;
}