a {
	background: transparent;
	text-decoration: none;
}

div.hdg {
	font-family: Arial, Helvetica, sans-serif;
	color: #213B3C;
	font-weight: bold;
	font-size: 12px;
	background-color: #B3CFA5;
	padding: 2px 6px;
//	margin: 15px 0 -10px 0;
margin: 15px 0 4px 0;
}

a:link {
	color: #0000FF;
}

a:active {
	color: #0000FF;
}

a:visited {
	color: #800080;
}

a:hover{
	color: Blue;
	text-decoration: none;
}

ul {
	margin: 0;
	list-style-position: inside;
}

html {
	/* border: 2px solid #AFD0B0 */
}

body, html, ul {
	background-color: #F9FFF0;
	color: #35441F;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

div.all {
	margin: 3px;
	padding: 10px 12px;
}

h5 {
	color: #313000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -12px;
}

.txt {
	text-align: left;
}

html{
	margin: 0; /* */
	padding: 0;
}

div.lnkbtn {
	border-top: 1px solid #B8DABB;
	padding-top:10px;
	margin: 15px 0 1px;
}
a.lnkbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A2A2A2;
	text-align: center;
	background-color: #F5F5F5;
	padding: 1px 5px 1px 5px;
	color: #696969;
	letter-spacing: .05em;
}
a.lnkbtn:hover {
	color: white;
	text-decoration: none;
	background-color: Gray;
}

/***********************************/

/* Messages */
.msgattn {
	background-color: #B0E0E6;
	border: 1px dotted #2F4F4F;
	color: #2F4F4F;
	font-size: 11px;
	font-weight: normal;
	line-height: 140%;
	margin: 20px 20% 30px;
	padding: 12px 10px 10px;
	text-align: center;
}

.btns {
	margin-top: 30px;
	text-align: center;
}


.msghdg {
	color: #006666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: normal; /* */
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: center;
}

.msgwin {
	background: #D5D5BD;
	color: #313000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

ul li {
	margin: 0px 12px 10px 15px;
}

ol li {
	margin: 6px;
	font-size: 11px;
}

dl { margin:18px 0 0 0; padding: 0; }
dl dt {
	margin-top: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
dl dd {
	margin-left: 20px;
	padding: 3px 0 10px; 
}

span.pgbtn {
	padding: 1px 5px;
	border: 1px solid #DDDFA6;
	color: #55502D;
	background-color: #FFFFE0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: .1em;
}

span.optbtn, span.optBtn {
	padding: 1px 5px;
	border: 1px dotted #A9A9A9;
	color: #666666;
	background-color: #E9E9E9;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
span.redBtn {
	color: red;
	font-weight: 800;
}


span.rowBtn {
	padding: 1px 5px;
	border: 1px dotted #A9A9A9;
	color: #666666;
	background-color: #D6EEF3;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}


span.lnk {
	color: blue;
	font-size: 11px;
	font-weight: normal;
}

span.lbl {
	color: Gray;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


dl.content dt {
	border-top: 1px dotted #C8DDC9;
	color: #7E7E7E;
}
dl.optlst ul {
	margin: -5px 0 -30px;
}
ul.optbtns li {
	margin: 0px 0 10px 15px;
}
hr {
text-align: center;
	border: 1px solid #B8DABB;
	width:90%;
}








