/* DTLS FORMS CSS SHEET */

body{
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding:0
}
.head {
	font-family: "Arial Narrow", Arial, Geneva, "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #004A66;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}

.maintxt {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.maintxtbold {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}

.pagettl {
	font-family: "Arial Narrow", Arial, Geneva, "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #006186;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.heading1 {
	font-family: Arial, Geneva, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #004A66;
	font-weight: bold;
}

.heading2 {
	font-family: Arial, Geneva, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.heading3 {
	font-family: Arial, Geneva, "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.intro {
	width: 500px;
	margin-left: 50px;
}
#wrap{
	width:775px;
	border-right-width: 1px;
	border-left-width: 1px;
/*	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003333;
	border-left-color: #003333;*/
	padding:10px 15px;
}
textarea {
	margin-left: 15px;
	padding: 0 15px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004A66;
	padding-bottom: 10px;
}

