.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #29364C;
	line-height: 20px;
}

.nav
	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}

.blackNav
	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

a:link
	{
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}

a:visited
	{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	}

a:hover
	{
	color: #29364C;
	background-color: transparent;
	text-decoration: underline;
	}
	
.darkText
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #29364C;
	line-height: 20px;
}

.whiteText
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
	
a:link.darkText
	{
	color: #29364C;
	background-color: transparent;
	text-decoration: none;
	}

a:visited.darkText
	{
	color: #29364C;
	background-color: transparent;
	text-decoration: none;
	}

a:hover.darkText
	{
	color: #9C6E57;
	background-color: transparent;
	text-decoration: underline;
	}
	
.brownText
	{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9C6E57;
	line-height: 20px;
}
	
a:link.brownText
	{
	color: #9C6E57;
	background-color: transparent;
	text-decoration: none;
	}

a:visited.brownText
	{
	color: #9C6E57;
	background-color: transparent;
	text-decoration: none;
	}

a:hover.brownText
	{
	color: #29364C;
	background-color: transparent;
	text-decoration: underline;
	}
	
.background 
	{
	background: #C3CDD9 url(../img/main_background.jpg) 0 0 no-repeat absolute;
	width: 90%;
	height: 496px;
	}
	
.backgroundNav 
	{
	background: #D2DAE3 url(../img/spacer.jpg) 0 0 no-repeat fixed;
	width: 178px;
	}
	
.scroll
{
	   scrollbar-face-color:#4F5F80;
	   scrollbar-arrow-color:#D0D8E0;
	   scrollbar-track-color:#425576;
	   scrollbar-highlight-color:#71819A;
	   scrollbar-darkshadow-Color:#545454;
	   scrollbar-shadow-color:#D0D8E0;
	   scrollbar-:3dlight-color:#D0D8E0;
}	
.bordersHeader
	{
	border: 1px #29364C solid;
	 
	}

.bordersMain
	{
	border: 1px #29364C solid;
	border-top: none; 
	}
	
.forms
	{
	background-color: #FFFFFF;
	font-size: 12px;
	color:#29364C;
	border: 1px solid #29364C;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Arial, sans-serif;
	}