
body
{
	margin: 0px 0px 0px;
	background-color: #FFCCCC;
}
h1 {
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
h3 {
	color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}
body, p, td, th, div, span, persons_name, .FormButton, .FormField, .SmallRedText, .SmallBlueText, .MainNav, .PaddedContent, .ClassificationSelection
{
	font: x-small Arial, Arial, Helvetica, sans-serif;
	color: A47171;
}
P
{
	text-align: justify;
}


A
{
	text-decoration: none;
	color: #A47171;
}

A:hover
{
	text-decoration: underline;
}

.MainNav
{
	font-size: x-small;
	color: #A47171;
}

.SmallRedText
{
	font-size: xx-small;
	color: #A47171;
}

.SmallBlueText
{
	font-size: xx-small;
	color: #4b6ba7;
}

.RedBackground, .RedBackgroundRedText
{
	background-color: #A47171;

}
.RedBackgroundBlueText
{
	font-weight: bold;
	font-size: xx-small;
	color: #white;
	
	
	
}

.BlueBackground, .BlueBackgroundBlueText
{
	background-color: #797979;
}
.BlueBackgroundBlueText
{
	font-weight: bold;
	font-size: xx-small;
	color: #4b6ba7;
}

.PaddedContent
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.ClassificationSelection
{
	font-size: xx-small;
	color: #4b6ba7;
}
	
.SearchPanel
{
	border-right: #4b6ba7 2px solid;
	padding-right: 5px;
	border-top: #4b6ba7 2px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 5px;
	border-left: #4b6ba7 2px solid;
	color: #4b6ba7;
	padding-top: 5px;
	border-bottom: #4b6ba7 2px solid;
	background-color: #797979;
}

HR
{
	color: #A47171;
}

.FormButton
{
	font-size: xx-small;
	color: white;
	background-color: #A47171;
}

.FormField
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: xx-small;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}