@charset "UTF-8";
/* CSS Document */

input{
		font-size: 14px;
		border-top: 1px solid #666;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		border-left: 1px solid #666;
		line-height: 22px;
}

input.formtext:focus
{
		border-top: 1px solid #999;
		border-right: 2px solid #F00;
		border-bottom: 2px solid #F00;
		border-left: 1px solid #999;
		font-size: 14px;
		background: #FF9;
}

textarea
{
		border-top: 1px solid #999;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		border-left: 1px solid #999;
}
textarea.feedback:focus
{
		border-top: 1px solid #F00;
		border-right: 3px solid #C00;
		border-bottom: 3px solid #C00;
		border-left: 1px solid #F00;
		background: #FF9;
}
#Submit
{
		font: italic 24px Georgia, "Times New Roman", Times, serif;
		color: #630;
		background: #FFC;
		text-align: center;
		border: thin solid #030;
}

input.captcha_entry:focus
{
		color: #630;
		background: #FF9;
		text-align: center;
		border-top: 1px solid #77740A;
		border-right: 2px solid #F00;
		border-bottom: 2px solid #F00;
		border-left: 1px solid #77740A;
		font-size: 18px;
		line-height: 32px;
		font-weight: bold;
}
.captcha_entry
{
		font: bold 18px/32px Georgia, "Times New Roman", Times, serif;
		text-align: center;
		border: 2px solid #5E4734;
}

.emphasis
{
		color: #B13D43;
		font-weight: bold;
		font-size: 18px;
}
.immed {display: none;}
p
{
		font: 14px/22px Verdana, Geneva, sans-serif;
		text-align: left;
}
.para_left
{
		text-align: left;
		margin: 0px;
		padding: 0px;
		border-style: none;
}
.para_center
{
		text-align: center;
}

.para_right
{
		text-align: right;
		margin: 0px;
		padding: 0px;
		border-style: none;
}

H1{color:#4B3720; margin:20px auto auto; padding:0px; text-transform:uppercase; text-align:center; font:italic bold 16px/24px Georgia,"Times New Roman",Times,serif}

H2{color:#6C4F2D; text-align:center; margin:6px; padding:0px; font:bold 15px/22px Verdana,Geneva,sans-serif}

H3{text-align:left; margin:auto auto 5px; padding:5px; font:bold 14px/20px Verdana,Geneva,sans-serif}

h4{font-size:14px; padding:5px; font-style:italic; line-height:20px; margin:auto auto 5px}

h5{padding:5px; margin-top:auto; margin-right:auto; margin-bottom:5px; margin-left:auto; font:12px/16px "Times New Roman",Times,serif}

h6{font-size:10px}

a{font-weight:bold; color:#4B0F14; text-decoration:none; font-size:14px; line-height:22px}

a:visited{color:#705C51}

a:hover{text-decoration:underline; background-color:#FF0; color:#039}


.call_out
{
		font: italic 18px/30px Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		background: #666;
		text-align: center;
		border: 4px solid #666;
}
#id_table
{
		margin: auto;
		padding: 0px;
		border-style: none;
		width: 650px;
}
#id_table TR TD
{
		margin: 0px;
		padding: 0px;
		border-style: none;
}
#top_of_page
{
		font: 15px/35px Verdana, Geneva, sans-serif;
		color: #FFF;
		background: #0B6634;
		text-align: center;
		margin: auto;
		padding: 0px;
		width: 450px;
}

#top_of_page A
{
		font-family: Verdana, Geneva, sans-serif;
		color: #FFF;
		line-height: 35px;
}

