.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
	text-align: justify;

}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px inset;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}
body {
padding: 0px;
margin: 7px;
background: url("images/bg1.jpg");    /*the path to your image*/
background-repeat: repeat-y;
background-position: center center;
background-color: #666666;
font: 101% Verdana;
}

/*this gives the soft grey border to the top table*/
.borderTable {
margin: auto auto;	
width: 700px;
padding: 2px 4px 2px 4px;
border: 1px solid #CCCCCC;
padding: 10px;
color: #333333;
}

