body {
	background-color: #9f9f9f;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #630d17;
	font-weight: 600;
	text-decoration:underline;
}

h1 {
	font-size: 17px;
	color: #000;
	text-transform:uppercase;
	border: solid 1px #999; border-bottom: none;
	background-color: #eeebeb;
	text-indent: 15px;
	line-height: 2.5em;
	margin: 0 11px 0 11px;
}

h3 {
	font-size: 17px;
	color: #000;
	text-transform:uppercase;
	background-color: #eeebeb;
	text-indent: 15px;
	line-height: 2.5em;
	margin: 0 11px 0 11px;
}

h2 {
	font-size: 17px;
	color: #630d17;
	text-transform: uppercase;
	border-bottom: solid 1px #999999;
	margin: 11px 11px 0 11px;
	padding: 0;
}


.content {
	border: solid 1px #999999;
	margin: 0 11px 0 11px;
	padding: 0 15px 0 15px;
	color: #333333;
	font-size: 12px;
	line-height: 1.6em
}

.content_box {
	margin: 11px 11px 0 11px;
	padding: 5px 15px 5px 15px;
	color: #333333;
	background-color: #eeebeb;
	font-size: 12px;
	line-height: 1.6em
}


.footer {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.6em;
	text-align:right;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	font-weight:600;
}

.nav {
	font-size: 14px;
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	text-align:right;
	line-height: 3em;
	margin: 0 15px 0 15px;
}
a.nav {
    text-decoration: none;
}
a.nav:link visited {
	font-size: 14px;
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	text-align:right;
	line-height: 3em;
	margin: 0 15px 0 15px;
}

a.nav:hover {
	text-decoration: none;
}

a.nav.active { /*Active state for button*/
	text-decoration: none;
	/*background: #6FA4CC;*/
	/* color: #f2dadd; */
	color #FFF;
}

/* Register Styles */
p.warning {
	font-weight: bold;
	color:#c11d23;
}
.error_tr {
	background-color: #eeebeb;
	font-weight: bold;
}

