
BODY
{
	background-image: url(images/HallApts-greenBKGD.gif);
	background-color: #c0d1ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
}

A:link	{	
	text-decoration:	underline;
	color:	#395B82;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#395B82;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0A7305;
	}

select {
	font-size: 11px;
	color: #395B82;
}

input {
	font-size: 11px;
	color: #395B82;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
}

.textLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #395B82;
}

.textAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F2D06;
}

.textAltLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #6F2D06;
}

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #395B82;
}

.textSmallAlt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0A7305;
}

.textSmallWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.textSmallWhite:link	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.textSmallWhite:visited	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.textSmallWhite:hover	{	
	text-decoration:	underline;
	color:	#C0D1AB;
	}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #395B82;
	font-weight: bold;
}

.textSide {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.textHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
	font-weight: bold;

}
.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

.PhotoBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #8597AB;
}

.PhotoBorderB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
	border-bottom: 1px solid #8597AB;
}
.PhotoBorderT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
	border-top: 1px solid #8597AB;
}

.AccentBorder {
	border: 1px solid #8597AB;
	background-color: #D1D3D5;
	padding: 8px;
}

.AccentBorderDark {
	border: 1px solid #8597AB;
	background-color: #8597AB;
	color: #FFFFFF;
	padding: 8px;
}

.AccentBorderState {
	color: #6F2D06;
	border: 1px solid #8597AB;
	background-color: #D1D3D5;
	padding: 8px;
}

.AccentBorderCity {
	color: #0A7305;
}

.contentError
{
	color: #ff3333;
}

.stepsLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #395B82;
	border-bottom: solid 1px #8597AB;
}

.stepsB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395B82;
	border-bottom: solid 1px #8597AB;
}

.stepsAdminLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	border-bottom: solid 1px #000066;
}

.stepsAdminTitle
{
	font-size: 12px;
	color: #000066;
	border-bottom: #000066 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: lightsteelblue;
}

.stepsAdminB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	border-bottom: solid 1px #000066;
}

.stepsAdminBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #000066;
}

.box50
{
	width: 50%;
}
.box50px
{
	width: 50px;
}
.box100
{
	width: 100%;
}
.box100px
{
	width: 100px;
}
.box95
{
	width: 95%;
}

.box50Required
{
	width: 50%;
	background-color: #dfe8d5;
}
.box50pxRequired
{
	width: 50px;
	background-color: #dfe8d5;
}
.box100Required
{
	width: 100%;
	background-color: #dfe8d5;
}
.box100pxRequired
{
	width: 100px;
	background-color: #dfe8d5;
}
.box95Required
{
	width: 95%;
	background-color: #dfe8d5;
}
/* ===================================================================
	Form elements
=================================================================== */
.RequiredField
{
	background-color: #dfe8d5;
}
