pre {
	display: block;
	font-family: monospace;
	margin: 5px 0;
	}

a:link, a:visited, a:hover, a:active {
	font-weight: bold;
	color: #483567;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

table#content td#main {
	background-color: #ffffff;
	padding-left: 18px;
	padding-bottom: 75px;
	}

#mysthdr {
	margin: 3px 0 18px 0;
	}

#mysthdr h1, #mysthdr h2, #mysthdr h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	padding: 0
	}

h1 { font-size: 19px; }
h2 { font-size: 16px; }
h2 { font-size: 13px; }

form.myst {
	display: block;
	}
	
form.myst label {
	display: block;
	float: left;
	clear: both;
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 120px;
	padding: 2px 4px;
	margin-right: 2px;
	background-color: #d8bfd8;
	}

form.myst .required {
	color: #88393a;
	}

form.myst .comment,
form.myst .small {
	color: #666666;
	display: block;
float: left;
	font-size: .9em;
	font-weight: normal;
	line-height: .9em;
text-align: left;
	width: 100%;
	}

form.myst input {
	font-size: 12px;
	color: #000000;
	float: left;
	}

form.myst select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

form.myst .text,
form.myst .password {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #999999;
	}

form.myst textarea {
	color: 1px solid red;
	border: solid 1px #999999;
	float: left;
	font-size:1.0em;
	padding:.4em 0.2em;
	width:99%;
	}

form.myst .button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #444444;
	margin-right: 6px; 
	}

form.myst .right {
	float: right;
	font-weight: bold;
	text-align: right;
	}
	
form.myst .row {
	display: block;
	clear: both;
	padding: 4px 0;
	}

form.myst .row .exptext {
	display: block;
	float: left;
	padding: 5px 0 0 5px;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	}

form.myst .buttonbar {
	padding-top: 12px;
	}	

form.myst .buttonbar,
form.myst .captcha img {
	margin-left: 130px;
	}

form.myst .captcha img {
	border: solid 1px #000000;
	}

div.mystformerrors ,
form.myst .formerrors {
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 6px;
	}

form.myst .formerrors ul {
	margin-top: 100;
	padding-top: 1000;
	}

form.myst .full {
	display: block;
	width: 100%;
	}

.mystmsg {
	width: 60%;
	padding: 25px;
	margin: 30px auto 85px auto;
	border: 1px solid blue;
	}

#mystnavcolumn {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	line-height: 1.3;
	padding: 10px 3px;	
	}
	
#mystnavcolumn .mystnavsection {
	margin: 12px 0 0 0;
	}

#mystnavcolumn .mystnavhdr {
	font-weight: bold;
	color: gold;
	background-color: #1b3881;
	padding: 2px 5px;
	border-bottom: 1px solid gray;
	}

#mystnavcolumn .mystnavitem {
	padding: 6px 10px;
	background-color: #d0d0d0;
	border-bottom: 1px solid #ffffff;
	}

.row .instrtext {
	margin: 9px 0 6px 0;
	}


table#dealareas {
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 20px;
	}

table#dealareas th {
	color: #666666;
	font-size: 10px;
	border-top:    1px solid purple;
	border-bottom: 1px solid purple;
	}

table#dealareas td {
	padding: 7px 3px;
	border-bottom: 1px solid purple;
	}

table#dealareas th {
	background-color: #d8bfd8;
	padding: 4px;
	text-align: left;
	}

table#dealareas .blank {
	background-color: #ffffff;
	border:0;
	}
