/* CSS Document */
body {
	background: #5B8391;
	margin: 0px;
	}

p,ul,ol,li,.text {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #6e593a;
	line-height: 13px;
	}
	
a {
	color: #5B8391;
	text-decoration: underline;
	}
	
a:hover {
	color: #5B8391;
	text-decoration: none;
	}
	
h1 {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #9c4628;
	font-weight: bold;
	line-height: 13px;
	}

.blue {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B8391;
	line-height: 12px;
	}

.red {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:;
	color: #9c4628;
	line-height: 13px;
	}

.form {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #95784D;
	line-height: 13px;
	}
	
#footer {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #BAC8C5;
	line-height: 18px;
}

#footer a {
	color: #BAC8C5;
	text-decoration: none;
	}

#footer a:hover {
	color: #BAC8C5;
	text-decoration: underline;
	}