body {
	background-color: #000000;
	background-image: url(images/design/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

html, body, #fullheight {
      height:100%;
   }

.fine_print {
	color: #888888;
	font-size: 10px;
	padding-top: 12px;
}

.fine_print a:link, .fine_print a:visited, .fine_print a:active {
	color: #888888;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.fine_print a:hover {
	text-decoration: underline;
}

.main_text {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
}

.main_text a:link, .main_text a:visited {
	color: #b71c1c;
	text-decoration: none;
	font-weight: bold;
}

.main_text a:hover {
	color: #666666;
	text-decoration: underline;;
}

.green_box {
	background-color: #002f29;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	border-width: 1px;
	border: 1px #000000 solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

.green_box a:link, .green_box a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: none;
}

.green_box a:hover {
	color: #000000;
	text-decoration: underline;;
}