/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/Big-Background2.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #423000; 
	font-weight: regular; 
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #423000; 
	font-weight: bold; 

}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #423000; 
	font-weight: regular; 

}

.footertext {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #423000;
}
.categoriestext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #423000;
}

a:link {
	color: #36A8BA;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #9A4D5D;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.articlesectiontitle {
	border-bottom: solid;
	border-bottom-width: 1px;
	border: #000000;
	}
.articlessubline {
	padding-top: 5px;
	font-style:italic;
	color: #333333;
	}	
