/* body copy */

p, td, select, input {
	font-family: Arial, Helvetica;
	font-size: 12px;
}

.required {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FF0000;
}
.smalltext {
	font-family: Arial, Helvetica;
	font-size: 11px;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.caveat {
	font-family: Arial, Helvetica;
	font-size: 10px;
}

a:link {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FF7805;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FF7805;
	font-weight: bold;
}

.bottombar {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.whitetext {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.bottombar, a.bottombar:visited  {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.bottombar:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.footer, a.footer:visited  {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.smalltext:link{color: #000000; font-weight: normal; font-size: 11px; text-decoration: none;}
.smalltext:active{color: #000000; font-weight: normal; font-size: 11px; text-decoration: none;}
.smalltext:visited{color: #000000; font-weight: normal; font-size: 11px; text-decoration: none;}
.smalltext:hover{color: #FF7805; font-weight: normal; font-size: 11px; text-decoration: underline;}

.blacklink:link{color: #000000; font-weight: normal; text-decoration: none;}
.blacklink:active{color: #000000; font-weight: normal; text-decoration: none;}
.blacklink:visited{color: #000000; font-weight: normal; text-decoration: none;}
.blacklink:hover{color: #FF7805; font-weight: normal; text-decoration: underline;}


.box { margin-top: 0px; margin-bottom: 0px; margin-left: 100px; width: 500px; padding: 5px; background-color: silver; color: blue; }

form { border: 6px solid lightgrey; padding: 5px; background-color: silver; }

input { background-color: lightgrey; color: blue; }

select { background-color: darkgray; color: blue; }

input.radio { background-color: blue; }

textarea { background-color: lightgrey; color: blue; }

.button { font-size: 16px; font-family: Lucida Calligraphy; background-color: darkgray; color: blue; }



