﻿body 
{
	background-color: #666666;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans Serif;
	font-size: 9pt;
	
	
}

.main_page
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	height: -35px;
}

.footer
{
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	background-image: url("img/footer.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 89px;
	
}
.notes
{
	margin:  10px 10px 10px 10px;
	font-size: 8pt;
	color: #333333;
	text-align: center;
	
}


.header
{
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	height: 35px;
	
	
}

.vac_table
{
	width: 80px;	
}

.vac_table2
{
	width: 120px;	
}
.left_border
{
	background-image: url("img/left.jpg");
	background-repeat: repeat-y;
}
.right_border
{
	background-image: url("img/right.jpg");
	background-repeat: repeat-y;
}

.bottom_shadow
{
	height: 19px;
	background-image: url("img/shad_bot.jpg");
	background-repeat: repeat-x;
}

.buttons
{
	height: 25px;
	background-image: url("img/button_bar.gif");
	background-repeat: repeat-x;
}

.center
{
	display: block;
    margin-left: auto;
    margin-right: auto 
    
}

h1
{
	font-family: Georgia, Serif;
	font-size: 14pt;
	font-weight:normal;
	
}

h2
{
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight:bold;
	
}
.bold
{
	font-family: Georgia, Serif;
	font-size: 12pt;
	font-weight:normal;
	
}

.unitaddress
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight:bold;
	
}

.content
{
	background-color: #E9E0CD;
	padding: 15px 25px 25px 25px;
	}

.bottom
{
	height: 12px;
	background-image: url("img/home_page/bottom.gif");
	background-repeat:repeat-x;
}


.right
{
	width: 16px;
	background-image: url("img/home_page/right.gif");
	background-repeat:repeat-y;
}

.bottom_right
{
	height: 12px;
	width: 16px;
	background-image: url("img/home_page/bottom_right.gif");
	background-repeat: no-repeat;
}


