body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #04abd5;
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-attachment: fixed;
}
.success {
	font-weight: bold;
	color: #060;
}

a {
	color: #000;
}
a.menu {
	text-decoration: none;
}


table.main {
	background-color: #FFF;
	background-image: url(../images/bg-table.png);
	background-repeat: repeat-y;
}
td.overlay {
	background-image: url(../images/top-overlay.png);
	background-repeat: no-repeat;
}
table.menu {
	background-image: url(../images/menu-bar.png);
	background-repeat: no-repeat;
}
.orange {
	color: #F49A00;
}
.blue {
	color: #F49A00;
}
.orange {
	color: #F49A00;
}
.blue {
	color: #00AAD7;
}
.green {
	color: #AEC905;
}
a:hover {
	color: #F49A00;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00AAD7;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #AEC905;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #F49A00;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #00AAD7;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #AEC905;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	color: #F49A00;
}
td.newsblock {
	background-image: url(../images/news-bg.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 70px;
	font-size: 12px;
}

