html, body {
	height:100%;
	scrollbar-face-color: #939bab;
	scrollbar-shadow-color: #dfdfdf;
	scrollbar-highlight-color: #b1b1b1;
	scrollbar-3dlight-color: #e6e6e6;
	scrollbar-darkshadow-color: #e3e3e3;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color: #FFFFFF;	
}
BODY {
	height: 1024px;
	width: 1280px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #0431A4;
	background-image: url(../images/webs_03.jpg);
	background-position: left top;
	padding: 0px;
}
.generalTable {
	width: 1240px;
	float: left;
}
.generalTable td.top {
	height: 150px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	vertical-align: top;
	
}
.generalTable td.comment {
	text-align: left;
	padding-left: 40px;
	vertical-align: top;
	width: 450px;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
    

}
