body {
	background-color: #bbbbbb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.tableMain {
	border: 1px solid #999999;
}
.lefttab {
	font-size: 10px;
	vertical-align: top;
	padding: 15px;
	background-color: #DDDDDD;
}
.bottom {
	font-size: 10px;
	text-align: center;
	padding: 5px;
	word-spacing: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}
.mainContent {
	padding: 20px;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	background-color: #EEEEEE;
}

a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {

}

