* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-top: 10px;
	background-color: #B6B6B6;
}

.button {
	color: #1A79BB;
	background-image: url(images/buttondivide.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	vertical-align: middle;
}

.button a, .button a:active , .button a:focus, .button a:link , .button a:visited {
	color: #1A79BB;
	text-decoration: none;
}

.button a:hover {
	color: #333333;
	text-decoration: none;
}


.button img {
	vertical-align: middle;
}

.footer {
	width: 100%;
	margin-top: 20px;
	color: #000000;
	background-image: url(images/foot.gif);
	font-size: 11px;
	text-align: center;
	height: 46px;
	vertical-align: middle;
}

.footer a, .footer a:active , .footer a:focus, .footer a:link , .footer a:visited {
	color: #000000;
	text-decoration: none;
}

.main {
	padding: 6px;
	background-color: #FFFFFF;
	background-image: url(images/logos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.main img {
	padding-left: 6px;
	padding-right: 6px;
}

.side {
	background-color: #FFFFFF;
	background-image: url(images/divide.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
