.style1 {
	background:#000000;
	background-image: url('http://www.mainfo.org/images/logo_bg.png');
	background-repeat:repeat-x;
}
.style2 {
	background-image: url('http://www.mainfo.org/images/header_bg.png');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style3 {
	font-size: 48pt;
	font-family: "Myriad Pro";
	color: #FFFFFF;
}
.referer {
	font-size: x-large;
	color: #C0C0C0;
}
.table_grey {
	border:1px #e3e3e3 solid;
	background-image: url('http://www.mainfo.org/images/table_bg_grey.png');
	background-repeat:repeat-x;
	background-color:#f8f8f8;
}
.table_green {
	border:1px #c9e6af solid;
	background-image: url('http://www.mainfo.org/images/table_bg_green.png');
	background-repeat:repeat-x;
	background-color:#f1ffe5;
}

.table_orange {
	border:1px #e6d5af solid;
	background-image: url('http://www.mainfo.org/images/table_bg_orange.png');
	background-repeat:repeat-x;
	background-color:#fff8e5;
}

.table_blue {
	border:1px #afe6de solid;
	background-image: url('http://www.mainfo.org/images/table_bg_blue.png');
	background-repeat:repeat-x;
	background-color:#f3faff;
}

.Title {
	font-family: Verdana;
	font-size: large;
}

a {
	color:black;
}


hr { border:dashed #C0C0C0; border-width:1px 0 0 0; height:0;line-height:0px;font-size:0; }


.pagetitle {
	font-family: Verdana;
	font-size: x-large;
}

.footer {
	text-align: center;
	font-family: Verdana;
	font-size: xx-small;
	color: #4E6554;
	direction: ltr;
	background-color: #D3DABC;
}
.footer A:link { color:#4E6554; }
.footer A:visited { color:#4E6554; }
