﻿h1 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #800080;
	font-size: 30px;	
}
h2 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #800080;
	font-size: 24px;
}
h3 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #804040;
	margin-bottom: 8px;
	font-size: 18px;
}
h4 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #804040;
	margin-bottom: 8px;
	font-size: 14px;
}
h5 { font-family: verdana, tahoma, arial, helvetica, sans-serif; color: #800000;  margin-bottom: 8px }


p {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
}

li { font-family: arial, helvetica, sans-serif }
dd { font-family: georgia, "times new roman", serif }

a:link { font-family: verdana, arial, sans-serif; text-decoration: none; color: blue }
a:visited { font-family: verdana, arial, sans-serif; text-decoration: none; color: #000080 }
a:active { font-family: verdana, arial, sans-serif; text-decoration: underline; color: red }
a:hover { font-family: verdana, arial, sans-serif; text-decoration: underline; color: #009900; background-color:white}

body {
	margin-top: 0;
	background-color: #FFFFFF;
}

img {
	border:0px;
    max-width: 100%;
    height: auto;
}

.firstparas  { text-align: Left; margin-left: 20px; margin-bottom: 6px; margin-top: 0 }
.header      { position: relative; left: 200px; top: 0; margin-bottom: 6px; margin-top: 6px }

.false       { display: none; }

.greytop     { border-top-style: solid; border-top-width: 1px; border-top-color: #d0d0d0 }
.smalltophead {
	font-size: 13px;
	color: #804040;
}

.green {
	color:green;
}

.photo {
	margin-bottom: 1px;
}

.description {
	margin-top: 1px;
	margin-bottom: 20px;
}

.submit {
	color: #e8e8e8;
	background-color: #000088;
	border: none;
	cursor:pointer;
	font-family: verdana, geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 15px; font-weight:bold;
	padding: 3px;
	}
.over   {
	color: #ffff00;
	background-color: #6B8E23; 
	border: none;
	cursor:pointer;
	font-family: verdana, geneva, tahoma, helvetica, arial, sans-serif;
	font-size: 15px; font-weight:bold;
	text-decoration: none;
	padding: 3px;
	}
	
#captcha_holder {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight:bold;
	background-color:#666666;
	border-color:black;
	color:#FFFF00;	
}

.error {
	display:none;
	color:#CC3300
	
}