body {
	background-color: #edeacd;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #214c70;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #214c70;
	text-decoration:underline;
}

.text a:hover {
	color: #214c70;
	background-color: #89dff5;
	text-decoration:underline;
}

.photos {
    border:solid 1px #ffffff;
} 

.title2{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #112d44;
	text-decoration: none;
	font-weight: bold; 
}

.tables {
	border-style: solid; 
    border-width: 0 0 1px 1px;
	border-color: #214c70;
} 

.tables th, .tables td {
	border-style: solid; 
    border-width: 1px 1px 0 0;
	border-color: #214c70;
} 

