html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-bottom:20px;
}

.menu a:link, .menu a:visited, .menu a:active, .footer a:link, .footer a:visited, .footer a:active {
	color: #333333;
	text-decoration: none;
}
.menu a:hover, .footer a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#993300;
}

.main {
	border-left:dotted #990000 thin; 
	border-right:dotted #990000 thin; 
	border-bottom:dotted #990000 thin;
}
.topmast {
	background-image: url(../images/masttop.gif);
	background-repeat: no-repeat;
}
.mnwrap {
	background-image: url(../images/wrap.gif);
	background-repeat: repeat-y;
}
.botmast {
	background-image: url(../images/mastbottom.gif);
	background-repeat: no-repeat;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height:150%;
}
.titlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:120%;
	font-weight: bold;
	color: #CC0000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #333333;
}
.buttonsbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.littlelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.guide {
	background-image: url(../images/layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	color:#FFFFFF;
}

.image {
	padding:10px;
}