/*--------------------------------page properties-----------------------------------*/
body{
	margin: 5px 0 10px 0;
	background-color: #8b9b74;
}

.pagetext{ font-family:arial; font-size:11px; text-decoration: none; font-weight: normal; line-height:13px; color: #000000}
.pagetext a:active {  font-family:arial; font-size:11px; text-decoration: underline; font-weight: normal; line-height:13px; color: #354e0f}
.pagetext a:link {  font-family:arial; font-size:11px; text-decoration: underline; font-weight: normal; line-height:13px; color: #354e0f} 
.pagetext a:visited {  font-family:arial; font-size:11px; text-decoration: underline; font-weight: normal; line-height:13px; color: #354e0f} 
.pagetext a:Hover {font-family:arial; font-size:11px; text-decoration: underline; font-weight: normal; line-height:13px; color: #000000}


/*--------Image Borders------*/
.photos-border img {
	border-style: solid;
	border-color: #1b3f73;
	background: #FFF;
	border-width: 1px;
	padding: 0px;
	margin: 5px;
}

.photos-border a:hover img {
	border-style: solid;
	background: #FFF;
    border-color: #76b360;
	border-width: 1px;
	padding: 0px;
	margin: 5px;
}		
		
/*--------Table Spacings------*/
.spacer1 {
	line-height: 1px;        
        }

.spacer2 {
	line-height: 2px;        
        }
		
.spacer4 {
	line-height: 4px;        
        }
		
.spacer_5 {
	line-height: 5px;        
        }
