/* CSS Document */
html, body {height: 100%; margin: 0px;}
.left_image {
	background-image: url(images/left_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.right_image {
	background-image: url(images/right_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.footer a:link {
	text-decoration: underline;
	color: #999999;
}

.footer a:visited {
	text-decoration: none;
	color: #7C7C7C;
}

.footer a:hover{
	text-decoration: underline;
	color: #666666;
}.image_border {
	border: 1px solid #000000;
}

.body{font-family:Arial;
color:#000000;
font-size:11px;
 letter-spacing: 1px;
 text-align: justify;
 margin-top: 5px;
}
.whitetable{font-family:Arial;
color:#FFFFFF;
font-size:12px;
 letter-spacing: 1px;
 font-weight: bold;
}
