/* CSS Document */

body {
	background-color: #F2F6FF;
	color: black;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	margin:0px;
}

a:link {
	text-decoration: underline;
	color: #AA6E7E;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #AA6E7E;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #AA6E7E;
	font-weight: bold;
}



#main_area {
	border-top:10px solid #AA6E7E;
	border-bottom:10px solid #AA6E7E;
	background-color:#E0E5E9;
}

#copyright {
	color: gray;
	font-family:  Arial, sans-serif;
	font-size: 7.5pt;
}
#copyright a:link,a:visited {
	text-decoration: none;
	color: gray;
}
#copyright a:hover {
	text-decoration: underline;
	color: gray;
}
#copyright a:active {
	text-decoration: none;
	color: gray;
}

.pictures {
border:3px solid #AA6E7E;
}

.tagline {
	color: #666666;
	font-size: 11px;
}
