/* 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;
}
.hometitle {
	padding: 15px;
	text-align: center;
	color: #323444;
	font-size: 16px;
}

.text {
	padding-left: 20px;
}
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: 14px;
}

a.menu_link:hover, a.menu_link:active {
	display:block;
	width: 178px;
	height: 25px;
	text-decoration: none;
	color: #D71730;
	font-size: 14px;
}


a:active, a:focus {
    outline: 0;
}

td.copy {
	font-size: 11px;
	color: #ffffff;
	margin:0;
	padding: 0px 5px 0px 0px;
}

td.copy a {
	text-decoration: none;
	color: #80B1EC;
}
