body {
	background: url(../images/bg_main.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color: #F2F1F0;
	margin: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #787773;
	font-size: 12px;
	line-height: 22px;
}
a:link, a:visited {
	color: #1FACDA;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF5C30;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.nav:link, a.nav:visited {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	color: #ACDBEB;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	font-size: 11px;
	line-height: 24px;
	text-align: justify;
}
.blue {
	background-image: url(../images/blue.gif);
}
.copyright {
	color: #C1C1C1;
}
.footer {
	background-image: url(../images/footer.gif);
	color: #F2F1F0;
}
.main {
	background-image: url(../images/main.gif);
	color: #F2F1F0;
}
.paragraph {
	font-family: Helvetica, sans-serif;
	color: #C1C1C1;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
}