body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;	
}

a:link,
a:visited {
	text-decoration: none;
	color: #4c4c4c;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.site {
	text-align: left;
	vertical-align: top;
	text-indent: 20px;

}

.grey_up {
	background-image:  url(img/grey_up.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.red_up {
	background-image:  url(img/red_up.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.grey_down {
	background-image:  url(img/grey_down.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line {
	position: absolute;
	overflow: scroll;
	top: 140px;


}

.logo {
	z-index: 1;
	overflow: scroll;
	position: absolute;
	left: 10px;
	top: 10px;
	color: #ffffff;
}

.bottomlogo {
	overflow: scroll;
	position: absolute;
	right: 25px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	//height: 30px;
	text-indent: 0px;
}

.invisible {
	visibility: hidden;
}

.menu {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #3c0000;
	text-indent: 0px;
}

.submenu {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #4c4c4c;
	vertical-align: top;
	padding-left: 10px;

}

.contactinfo {
	font-size: 10px;
	//font-weight: bold;
	text-align: right;
	color: #4c4c4c;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 40px;
}
