body {
	background-image: url(background.jpg);
    background-repeat: repeat-x;

}
.bodyHomepage {
	color: #FFFFFF;
	background-color: #626b7f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color:#212d4f;
	font-weight:bold;
}
a:visited {
	color:#212d4f;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#000000;
	font-weight:normal;
	text-decoration:none;	
}
.headerbg {
	background:#ffffff;
	align: center;
	width: 800px;

}
.headernav {
	background:#cccccc;
	align: center;
	width: 800px;

}
.main {
	color:#212d4f;
	font-weight:normal;
	font-family:Arial;
	font-size:11px;
}
.main2 {
	color:#212d4f;
	font-weight:bold;
	font-family:Arial;
	text-transform:uppercase;
	font-size:13px;
}