<Style>/* Default CSS Stylesheet for a new Web Application project */{}

p
{
font-family: Arial; 
font-size: 11pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
}

.FooterText
{
font-family: Arial; 
font-size: 8pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
padding:2px;
vertical-align: Bottom; 
}

.FooterText a:link
{
font-family: Arial; 
font-size: 8pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
}

.FooterText a:visited
{
font-family: Arial; 
font-size: 8pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
}
.FooterText a:active
{
font-family: Arial; 
font-size: 8pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
}

.FooterText a:hover
{
font-family: Arial; 
font-size: 8pt; 
color: #000000; 
font-weight: normal; 
font-style: normal; 
text-decoration: underline;
}

.SectionTopNav 
{
font-family: Arial; 
font-size: 10pt;
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
padding-bottom: 2px;
}

.SectionTopNav a:link
{
font-family: Arial; 
font-size: 10pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
vertical-align: Bottom; 
}

.SectionTopNav a:visited
{
font-family: Arial; 
font-size: 10pt; 
color: #433A27; 
font-weight: normal; 
font-style: normal; 
text-decoration: none;
vertical-align: Bottom; 
}

.SectionTopNav a:hover
{
font-family: Arial; 
font-size: 10pt; 
color: #000000; 
font-weight: normal; 
font-style: normal; 
text-decoration: underline;
vertical-align: Bottom; 
}

.Headers
{
font-family: Georgia, Times New Roman, Times, serif; 
font-size: 18pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
}

a:link, a:visited, a:active
{
font-family: Arial; 
font-size: 10pt; 
color: #663300; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
}

a:hover
{
font-family: Arial; 
font-size: 10pt; 
color: #000000; 
font-weight: bold; 
font-style: normal; 
text-decoration: underline;
}

.bulletlist
{
font-family: Arial; 
font-size: 12pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
padding:5px;
}

.bulletlist:link
{
font-family: Arial; 
font-size: 12pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
padding:5px;
}

.bulletlist:hover
{
font-family: Arial; 
font-size: 12pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: underline;
padding:5px;
}

.bulletlist:visited
{
font-family: Arial; 
font-size: 12pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
padding:5px;
}

.bulletlist:active
{
font-family: Arial; 
font-size: 12pt; 
color: #2D4372; 
font-weight: bold; 
font-style: normal; 
text-decoration: none;
padding:5px;
}

/* Start Home Page Styling */
	#special1 {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14pt; color: #433A27; 
	font-weight: bold; font-style: italic; 
	padding-top: 2px;
	padding-left: 130px;
	}
	#special2 {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; color: #2D4372; 
	font-weight: bold; font-style: normal; 
	text-decoration: none;
	padding-top: 15px;
	padding-left: 130px;
	}
	#special2 a:{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10pt; color: #2D4372; 
	font-weight: normal; font-style: normal; 
	text-decoration: underline;
	padding-top: 15px;
	padding-left: 130px;	
	}
	#special3 {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14pt; color: #433A27; 
	font-weight: bold; font-style: italic; 
	padding-top: 2px;
	padding-left: 5px;
	}
/* End Home page styling */	

</Style>