body {
	FONT-FAMILY: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Text
----------------------------------------------------------------------------------------------------*/

P{
	font-size: 14px;
	color:#FFFFFF;
}
#ContentMiddle a{
	color:#FFFFFF;
	text-decoration: underline;
}
#ContentMiddle a:hover{
	color:#292e26;
	text-decoration: none;
	background-color: #FFFFFF;	
}
#NewsTxt p{
	font-size: 12px;
	margin-right:15px;
}
ul, ol{
	font-size: 14px;
	color:#FFFFFF;
	margin-left:18px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 40px;
	color:#ffffff;
	font-weight: normal;
}

h2 {
	font-size: 30px;
	color:#ffffff;
}
#NewsTxt h2{
	font-size: 14px;
	margin-right:15px;
}
#NewsTxt h2 a{
	color:#BCC529;
	text-decoration: none;
}
#NewsTxt h2 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	color:#FFFFFF;
}
#ContentGallery h5{
margin-bottom:5px;
}
h6 {
	font-size: 16px;
	color:#FFFFFF;
	font-weight: normal;
}
h6 a{
	color:#FFFFFF;
	text-decoration: underline;
}
h6 a:hover{
	color:#292e26;
	text-decoration: none;
	background-color: #FFFFFF;	
}

/* other
----------------------------------------------------------------------------------------------------*/
.p_darker{
color:#151814;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#Footer p{
font-size: 12px;
}
#Footer p a{
text-decoration: none;
Color: #fff;
}
#Footer p a:hover{
text-decoration: underline;
Color: #BCC529;
}

#FooterRight p {
	font-size: 9px;
	Color: #fff;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#FooterRight p a{
text-decoration: none;
Color: #fff;
}
#FooterRight p a:hover{
text-decoration: underline;
Color: #BCC529;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

/*ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}*/