﻿body  
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 80%;
}

a img { border: none; }

p { margin: 15px 0px 0px 0px; }

.black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
	font-style: normal;
}
.blacklink { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight: normal; color: #CC6600; text-decoration: underline; line-height: 11px}
.blacklink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline; line-height: 18px}
.white { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; line-height: 11px}
.brown { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CCCC99; text-decoration: none; line-height: 11px }
.dark {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CC9966; text-decoration: none; line-height: 11px
}

.blacksmallitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
	line-height: 16px;
	font-style: italic;
}
.footerlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.footerwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.footerbrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CC9933;
}
.orangelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC6600;
}

.smallorangelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC6600;
}

.bigblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CC6600;
}
.footerorangelinkCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
	color: #CC6600;
}

/* Archive Request Form */

#archiveRequestForm { width: 400px; margin-bottom: 20px; }
#archiveRequestForm textarea {border: solid 1px black; }
#archiveRequestForm label { float: left; width: 150px; }
#archiveRequestForm input[type=text] { width: 200px; border: solid 1px black; }

/* Footer */

.footerParagraph { float: left; margin: 7px 0px 0px 55px; }

/* Client Page */

.clientHeader  
{
	background-color: #333333;
	color: White;
	padding: 3px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.clientItem { border-bottom: solid 1px #333333; padding: 2px; }

