/* main
----------------------------------------------- */
	.text1 {
	font-family : "Times New Roman", Times, serif;
		font-size: 18px;
		color: #b4ab4a;
	}

	.text2 {
	font-family : "Times New Roman", Times, serif;
		font-size: 16px;
		color: #b4ab4a;
	}

	.text3 {
	font-family : "Times New Roman", Times, serif;
		font-size: 24px;
		color: #b4ab4a;
		font-weight: normal;
}

	.text4 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #DBD7A6;
		font-weight: normal;
	}

	.text6 {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #DBD7A6;
		font-weight: normal;
		line-height: 10px;
		font-style: italic; 
		margin-left: 150px; 
		margin-right: 150px;
	}
	
	a {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #DBD7A6;
		text-decoration : underline;
	}

	a:hover {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : #F0EED9;
		text-decoration : underline;
	}

	
#text1_hover a {
	font-family : "Times New Roman", Times, serif;
		font-size: 18px;
		color: #b4ab4a;
		font-weight: bold;
		text-decoration : none;
	}
	
	
#text1_hover a:hover {
	font-family : "Times New Roman", Times, serif;
		font-size: 18px;
		color: #b4ab4a;
		font-weight: bold;
		text-decoration : underline;
	}

#text2_hover a {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #DBD7A6;
		text-decoration : none;
	}
	
	
#text2_hover a:hover {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color : #F0EED9;
		text-decoration : underline;
	}
#text3_hover a {
		font-family : "Times New Roman", Times, serif;
		font-size: 24px;
		color: #b4ab4a;
		font-weight: bold;
		text-decoration : none;
	}
	
#text3_hover a:hover {
		font-family : "Times New Roman", Times, serif;
		font-size: 24px;
		color: #b4ab4a;
		font-weight: bold;
		text-decoration : underline;
	}

#text4_hover a {
		font-family : "Times New Roman", Times, serif;
		font-size: 16px;
		color: #b4ab4a;
		font-weight: bold;
		text-decoration : none;
	}
	
#text4_hover a:hover {
		font-family : "Times New Roman", Times, serif;
		font-size: 16px;
		color: #b4ab4a;
		font-weight: bold;		
		text-decoration : underline;
	}

	
	
/* sidebar
----------------------------------------------- */

#nav a{
	font-family : "Times New Roman", Times, serif;
	font-size: 16px;
	font-style : italic;
	color: #EFE7C6;
	background-color: #15171A;
	margin-bottom: 1px;
	text-decoration: none;
	cursor: hand;
	display: block;
	height: 16px;
	padding: 1px 3px 1px 3px;
}
	
#nav a:hover{
	font-family : "Times New Roman", Times, serif;
	font-size: 16px;
	color: white;
	background : #363633;	
	background-color: #363633;
	margin-bottom: 1px;
}		

	.text5 {
	font-family : "Times New Roman", Times, serif;
	font-size: 16px;
	font-style : italic;
	color: white;
	background-color: #363633;
	margin-bottom: 1px;
	text-decoration: none;
	display: block;
	height: 16px;
	padding: 1px 3px 1px 3px;
	}
