/* MARELIS STYLE SHEET */

/* ELEMENTS */

html,body {
	text-align: center;
	background: #000000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #FDC689;
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
table	{
	border: none;
}
hr	{
	border: 1px solid #564941;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* LINKS */

a:visited {
	color: #F9A23B;
	text-decoration: underline;
}
a:link	{
	color: #F9A23B;
	text-decoration:underline;
}
a:hover {
	color: #F9A23B;
	text-decoration: underline;
}
a.light:visited {
	color: #FDC689;
}
a.light:link {
	color: #FDC689;
}
a.light:hover {
	color: #FDC689;
}
a.noline:visited {
	color: #FDC689;
	text-decoration: none;
}
a.noline:link {
	color: #FDC689;
	text-decoration: none;
}
a.noline:hover {
	color: #FDC689;
	text-decoration: none;
}

/* LISTS */

ul.basic {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: url('/img/li-basic.gif') inside;
}
ul.extra {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 30px;
	list-style: url('/img/li-extra.gif') inside;
	color: #8E4A01;
}

/* BASIC FORMATTING */

table.index {
	background-image: url('/img/girl-index.jpg'); 
	background-repeat: no-repeat; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	margin-top: 100px;
	font-size: 8pt;
}
table.pages {
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	height: 100%;
}
td.header {
	color: #FDC689;
	background-image: url('/img/girl-header.jpg'); 
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	font-size: 7pt;
}
.center	{
	text-align: center;
	height: 100%;
}
.content {
	background: #FEDBB4;
	color: #000000;
	font-size: 8pt;
	padding: 20px;
	vertical-align: top;
}
.indent {
	padding-left: 20px;
}

/* OTHER */

.copyright {
	font-size: 8pt;
	color: #FDC689;
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
}
.title	{
	color: #F6931D;
	font-size: 12pt;
	font-weight: bold;
}
.subtitle {
	color: #8E4A01;
}
.subtitle-b {
	color: #8E4A01;
	font-weight: bold;
	font-size: 10pt;
}
.subtitle-s {
	color: #8E4A01;
	font-weight: bold;
	font-style: italic;
}
.note {
	color: #F6931D;
	text-decoration: underline;
}
.more {
	color: #F6931D;
	font-style: italic;
	text-decoration: underline;
}
.accented {
	font-weight: bold;
}
