body {
	font-family: Arial, Verdana , Helvetica, sans-serif;
	font-size: 12px;
	background-color: #130C00;
	/*color: #FFFFFF;*/
}

h1 {
	display:none;
}

/************************************************************************
LINK
*************************************************************************/
a {
	color: #084887;
	text-decoration:underline;
}
a:hover {
	color: #336699;
	text-decoration:underline;
}


/*************************************************************************
CONTACT FORM 
***************************************************************************/
form {
	padding: 0;
	margin: 0;

}
form fieldset {
	border: 1px solid #000000;
	padding: 10px 2px;
	width: 80%;
}
form fieldset legend {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}
form fieldset p {
	padding: 0;
	margin: 3px 0;
	margin-left: 10px;
}
form p.comment_box {
	margin-left: 145px;
}
form p.form label {
	float: left;
	width: 120px;
	padding: 2px;
	padding-left: 5px;
	margin: 0 5px 0 0;
	border-bottom: 1px dashed #B6DAE1;
}
form p.submit_but {
	padding: 0;
	margin: 5px 0;
	text-align: center;
}
form p.submit_but input {
	padding: 5px 50px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: lowercase;
	background-color: #CF4044;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	cursor: pointer;
}
form p.form input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
form p.form input.no_border {
	border: none;
}

