/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

b {
	color: #DCCAB2;
	}
em {
	font-size: 120%;
	font-weight: 600;
	color: #DCCAB2;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

h1 { font-size: 34px; }

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	background: #000000 url(../images/img3.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 15px;
	background: #000000 url(../images/img3.gif) repeat-x left bottom;
}

a {
	color: #FE4E00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-style: italic;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(../images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

.pageBody {
	text-align: justify;
	margin-top: 20px 10px 20px 10px;
	border: 1 dotted lime;
	line-height: 140%;
	}


/* varie */
.myBox {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 630px;
	height: auto;
	overflow: auto;
}
.bioIndex {
	position: absolute;
	top: 20px;
	right: 5px;
	font-size: 120%;
	}
.bioBox {
	width: 500px;
	height: 400px;
	overflow: auto;
	padding: 10px 50px 0px 70px;
	}
.bioBox h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	padding: 0 0 18px 0;
	font-size: 15px;
	}
.bioBox b {
	font-weight: 600;
	color: #FFFFFF;
	}
.bioBox small {
	font-size: 10px;
	}
.bioBox sup {
	font-size: 8px;
	color: #FFFF00;
	}
.bioBox sub {
	font-size: 8px;
	color: #FF0000;
	}
	

/* Small menu for inpage navigation */
#smallmenu { 
	position: relative;
	top: 0px; left: 45px;
	width: 500px;
	font-family: Helvetica, sans-serif; 
	font-size: 85%;
	} 
#smallmenu ul {
	list-style: none; 
	margin: 0; 	
	padding: 2px 0px 2px 0px; 
	border: 1px solid #7F7F7F; 
	} 
#smallmenu li { 
	display: inline;
	} 
#smallmenu li a { 
	padding: 6px 10px 4px 10px; 
	border-right: 1px solid #7F7F7F; 
	color: #4C4C4C; 
	text-decoration: none; 
	}
#smallmenu li a:hover { 
	color: #FFE6B4;
	background: none;
	}


