@charset "iso-8859-1";

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	background-attachment:scroll;
	background-image:url(images/bg.jpg);
}

body,td,th {
	font-size: 12px;
	font-family: Georgia;
	color: #FFFFFF;
}

img {
	border: none; 
}


.title {
	color:#d0bed4;
	font-size: 20px;
	font-family: Georgia;
	font-weight:bold;
}

.title2 {
	color:#8a4d99;
	font-size: 14px;
	font-family: Georgia;
}

.menuitem {
	color: #000000;
	font-size: 18px;
	font-family: Georgia;
	font-weight:bold;
}
.menuitem a:link {
	color: #000000;
	font-size: 18px;
	font-family: Georgia;
	font-weight:bold;
	text-decoration: none;
}
.menuitem a:visited {
	color: #000000;
	font-size: 18px;
	font-family: Georgia;
	font-weight:bold;
	text-decoration: none;
}
.menuitem a:hover {
	color: #000000;
	font-size: 18px;
	font-family: Georgia;
	font-weight:bold;
	text-decoration: underline;
}
.menuitem a:active {
	color: #000000;
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
}

.text {
	color:#FFFFFF;
	font-size: 11px;
	font-family: Georgia;
	text-align:justify;
	text-indent: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.textnoindent {
	color:#FFFFFF;
	font-size: 11px;
	font-family: Georgia;
	text-align:justify;
	text-indent: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.quote {
	color:#bbaabf;
	font-size: 11px;
	font-family: Georgia;
	text-align:justify;
	text-indent: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style:italic;
}

.foto {
	color:#bbaabf;
	font-size: 10px;
	font-family: Georgia;
	text-align: right;
	text-indent: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style:italic;
}

a:link {
	color: #662e73;
	text-decoration: none;
	border:none;
}
a:visited {
	color: #662e73;
	text-decoration: none;
}
a:hover {
	color: #662e73;
	text-decoration: underline;
}
a:active {
	color: #662e73;
	text-decoration: none;
}

