* {
	margin: 0px;
	padding:0px;
}

html { 
	font-size: 100%;
}

body { 
	font-size:62.5%;
	background-color: #000000;
}

img {
	border: none;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #805506;
	text-align: center;
	font-weight: bold;
	text-decoration: none;	
	margin-bottom: 12px;
}

h3, h3 a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #805506;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;	
}

p, td, .text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #0b1d57;
	text-align: left;
	text-decoration: none;
	margin-bottom: 6px;
}

p a, td a, .text a {
	color: #805506;
}

p a:hover, .text a:hover {
	text-decoration: underline;	
}

.home-text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #0b1d57;
	text-align: left;
	font-style: italic;
}

.thumbnail-text, .thumbnail-text a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #805506;
	text-align: left;
	text-decoration: none;
}

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

.description-text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0b1d57;
	text-align: left;
	text-decoration: none;
	font-style: italic;
}

.description-text a {
	color: #805506;
}

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

.frmTextArea {
	width:400px;
	height:60px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmInput {
	width:250px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmInputSmall {
	width:100px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmSelect {
	width:250px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}
.frmSelectSmall {
	width:100px;
	height:20px;
	border:0;
	background:#cccccc;
	font-size: 11px;
	font-weight: 300;
	font-family:verdana,helvetica,arial;
	color:#333333;
}