/* CSS Document */


body,td,th {
	color: #BD9A6A;
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 14pt;
}
body {
	background-color: #005A62;
}

img {
	border:  #CDB172 thin solid;
	padding:10px;
	background-color:#2C675F;
	margin:12px;
	}
.fontmain {
	font-size: 16px;
	color: #BD9A6A;
	font-weight: bold;
}
.link1 {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: -0.05em;
}
a.link1:link { color: #899CAB; }
a.link1:visited { color: #899CAB; }
a.link1:hover { color: #D0D8DD; text-decoration: underline; }
a.link1:active { color: #E9E296; }

.content1 {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:80px;
	background-color:#0E3A3A;
	border:#306767 solid 2px;
	padding:20px;
	text-align:left;
	}
