/* CSS Document */
<style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url();
	font-size: 12px;
	background-color: #efeff8;
	background-repeat: repeat-x;
	}
table {
	margin: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	}
h1 {
	font-size: 12px;
	}
.orange {color: orange}
table tr td.top_menu{
	background: black;
	text-align: center;
	color: white;
	}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: blue;		
	}
a:visited {text-decoration: none;
	color: darkblue;
	}
a:hover {background: #d3e8fb; text-decoration: underline; color: black;}
a:link.top_menu, a:visited.top_menu {
	color: white;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	}
a:hover.top_menu {
	color: black;
	font-size: 14px;
	}
.subject {
	color: red;
	font-weight: bold;
	font-size: 12px;
}
a:link.main_head, a:hover.main_head, a:visited.main_head {color: #ff8c00; font-size: 30px; font-weight: bold; text-decoration: none; }
a:link.backhome, a:visited.backhome {
	font-size: 40px;
	color: gold;
	}
.i_am_sory {
	font-size: 40px;
	color: #FFFFFF;
}
.gold {color: gold; text-align: center;}
-->
</style>

