/* CSS Document */

body {
	margin:4px;
	padding:0px;
	background-color:#ffffff;
	color: #333333;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
.shadow_t {
	background-image:url(../img/shadow_t.jpg);
	background-repeat:repeat-x;
	height:17px;
}
.shadow_b {
	background-image:url(../img/shadow_b.jpg);
	background-repeat:repeat-x;
	height:17px;
}
.shadow_r {
	background-image:url(../img/shadow_r.jpg);
	background-repeat:repeat-y;
}
.shadow_l {
	background-image:url(../img/shadow_l.jpg);
	background-repeat:repeat-y;
}
.mainimage {
	text-align: center;
	padding-top: 10px;
}
.hometext {
	padding: 15px;
	text-align: center;
}

.text {
	padding-left: 20px;
}
.menu {
	padding: 20px;
}
.menu_title {
	font-weight: bold;
	color: #786451;
}
a.menu_link:link, a.menu_link:visited, a.menu_link:active {
	display:block;
	width: 178px;
	height: 25px;
	text-decoration: none;
	color: #cccccc;
	font-size: 12px;
}

a.menu_link:hover, a.menu_link:active {
	display:block;
	width: 178px;
	height: 25px;
	text-decoration: none;
	color: #D71730;
	font-size: 12px;
}

a.footer_link_bottom:link, a.footer_link:visited, a.footer_link:active {
	text-decoration: none;
	font-size: 11px;
}

a.footer_link_bottom:hover, a.footer_link:active {
	text-decoration: none;
	color: #D71730;
	font-size: 11px;
}

a:active, a:focus {
    outline: 0;
}

td.menu_btn {
	line-height: 25px;
}

td.ll {
	border-right: 2px solid #cccccc;
}

td.copy {
	font-size: 11px;
	color: #333333;
	margin:0;
	padding: 0px 5px 0px 0px;
}

td.copy a {
	text-decoration: none;
	color: #000000;
}

.table_head {
	text-align: center;
	font-weight: bold;
}

.table_txt {
	text-align: center;
}
