@charset "utf-8";
/* CSS Document */

body {
	background-color: #c0c0c0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	color:#666666
}

a:link {
	color: #666666;
	text-decoration: none;
	}
 
a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: #0066FF;
	text-decoration: none;
	}

img{
	border-color:#ffdc2a;
	border-width:1px;
	border-style:solid;
    }

.nb {
	border-width:0px;
	border-style:solid;
}

.bb {
	border-color:#396594;
	border-width:2px;
	border-style:solid;
}

.imagebox {
	float: right;
	width:195px;
	height:182px;   
}

a:active {
	color: #666666;
	text-decoration: none;
	}
	
.copyright {
	font-size: 9px;
}

.heading {
	font-size:13px;
	font-weight:bold;
}

.forms {
	font-size:11px;
}

.big {
	font-size:14px;
}

.subheading {
	font-size:12px;
}

.body-text {
	font-size:11px;
}

.subtext {
	font-size:10px;
	color:#999999;
}

.reservetext {
	font-size:11px;
	color:#999999;
}

.yellow {
	color:#ffdb29;
}

.black {
	color:#000000;
}

.blue {
	color:#376394;
}

