a:link {	color: #f6d1d1; border-bottom: 1px solid #f6d1d1; text-decoration: none;}
a:visited { color: #d1d1d1; border-bottom: 1px solid #d1d1d1; text-decoration: none; }
a:active { color: #dcf8ff; border-bottom: 1px solid #dcf8ff;; text-decoration: none;}
a:hover { color: #f8fcd9; border-bottom: 2px solid #f8fcd9; text-decoration: none;}

a.nav:link {	color: #ffffff; border: 0px; text-decoration: none;}
a.nav:visited { color: #ffffff; border: 0px; text-decoration: none; }
a.nav:active { color: #e7abab; border: 0px; text-decoration: none;}
a.nav:hover { color: #edf897; border: 0px; text-decoration: none;}

body {
	background-color: #112d2f;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	cursor: default;
}

.main {
	padding: 0px;
	margin: 0px;
	background-color: #112d2f;
	background-image: url('img/loop.gif');
	background-repeat: repeat-y;
	width: 660px;
	height: 100%;
	z-index: -2;
}

.header {
	vertical-align: top;
	width: 660px;
	padding: 0px;
	margin: 0px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.navigation {
	width: 100px;
	vertical-align: top;
	font-family: arial, tahoma, verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: 120px;
	left: 520px;
	cursor: hand;
}

.empty {
	height: 210px;
}

.area {
	width: 420px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.textarea {
	width: 420px;
	text-align: justify;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: #FFFFFF;
	cursor: default;
	vertical-align: top;
}

.footer {
	width: 576px;
	height: 215px;
	background-image: url('img/background.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

h1 {
	color: #358092;
	font-family: arial, tahoma, verdana;
	font-size: 16px;
}

h2 {
	background-color: #1d1d1d;
	color: #e7abab;
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	border-top: 17px solid #000000;
}

b {
	text-transform: uppercase;
}

img {
	border: 4px solid #212121;
}