@charset "UTF-8";
/* CSS Document */
body{
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	font-weight: normal;
	}
img{
 border: 0px;}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #990009;
}
a:active {
	text-decoration: none;
	color: #660000;
}




body {
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
}




.menu {
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
	font-weight: bold;
}

.content {
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #452F16;
	line-height: 16px;
	padding: 10px 0px 15px 0px; 
}
.txtContent{
	padding: 10px 0px 0px 0px;
	}

.copyright {
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.menuactive {
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF7E0;
	font-weight: bold;
	background-color: #AD9B6B;
}


.style1 {font-size: 14px}

.btnPress{
	padding: 10px 0px 10px 0px;
	margin: 0px;}
