.title {
	font-size: 18px;
	font-weight: normal;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-style: normal;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height:1.3;
}
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.content_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #BB281E;
	font-size: 12px;
}
.content_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
.content_darkgrey {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 18px;
	display: inline;
}
.content a, .content_bold a {
	font-family: Arial, Helvetica, sans-serif;
	color: #DA8403;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover, .content_bold a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A66402;
	font-weight: bold;
	text-decoration: none;
}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.footer_nav a {
	color: #CCCCCC;
	text-decoration: none;
}
.footer_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_info {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer_info_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.footer_info a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.footer_info a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.img_border {
	border:1px; 
	border-thickness: 1px; 
	border-color: #675900;
	border-style: solid;
}
a:hover .img_border {
	border:1px; 
	border-thickness: 1px; 
	border-color: #FAEB83;
	border-style: solid;
}
.content li {
	padding-bottom: 5px;
}
