body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
	color : #39a5b5;
	vertical-align : top;
}

body {
	background-color : #f5dd9f;
	}

H1 {
	font-size : 16px;
	color : #39a5b5;	
}

H2 {
	font-size : 14px;
	color : #39a5b5;	
	border-bottom : 1px dashed #c0a989;		
}

a:link {
	color : #39a5b5;
	text-decoration: underline;
}

a:visited {
	color : #39a5b5;
	text-decoration: underline;
}

a:hover {
	color : #39a5b5;
	text-decoration: none;
}

a:active {
	color : #39a5b5;
	text-decoration: underline;
}

.otherlink {
	color:#ffffff;
}

.otherlink a:link {
	color:#ffffff;
	text-decoration: underline;
}

.otherlink a:visited {
	color:#ffffff;
	text-decoration: underline;
}

.otherlink a:hover {
	color:#ffffff;
	text-decoration: none;
}

.otherlink a:active {
	color:#ffffff;
	text-decoration: underline;
}

.altback {
	background-color : #c0a989;}

.frame {
	background-color : #39a5b5;
	padding : 5px 5px 5px 5px;
}

.content {
	background-color : #FFFFFF;

}

.pictureframe {
	background-color : #f5dd9f;
	padding : 2px 2px 2px 2px;
}


.menu a{
	font-size : 12px;
	color : #39a5b5;
	display:block;
	float:left;
	text-align:center;
	border:1px solid #c0a989;
	text-decoration:none;
	margin:0 10px 0 0;
	padding:3px;
}

.menu a:hover{
	float:left;
	font-size : 12px;
	color : #154381;
	display:block;
	text-align:center;
	border:1px solid #39A5B5;
	text-decoration:none;
}

