/* CSS Document */

html, body {
	height:100%;
}
body{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
.main_tbl{
	background-image:url(/img/index_r1_c1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #2F4F5E;
}
a:link, a:visited, a:active {
	color:#82A76F;
}
a:hover, a:visited:hover {
	color:#FFCC00;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:active {
	color:#FFFFFF;
}
a.topmenu:hover, a.topmenu:visited:hover {
	color:#FFCC00;
}
a.botmenu:link, a.botmenu:visited, a.botmenu:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.botmenu:hover, a.botmenu:visited:hover {
	color:#FFCC00;
}
