﻿body {
    background-color: #000000;
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans","Lucida",sans-serif;
    font-size: 13px;
    color: #949CA5;
    line-height: 1.4em;
}
p {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 13px;
    line-height: 1.4em;	
}
p.intro {
    font-size: 15px;
}
p.small {
    font-size: 11px;
    line-height: 1.2em;
}
b {
    color:#fff;
}
a {
    color: #26590D; /* #8EA106 */
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	font-size: 24px;
	font-family: "Arial","Helvetica","Nimbus Sans L",sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: -1px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	line-height:110%;
}
h2 {
	font-size: 17px;
	font-family: "Arial","Helvetica","Nimbus Sans L",sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 8px 0;
	text-transform: uppercase;
    line-height:110%;
}
h3 {
	font-size: 14px;
	font-family: "Arial","Helvetica","Nimbus Sans L",sans-serif;
	color: #FFFFFF;
	margin: 0 0 8px 0;
	text-transform: uppercase;	
}
hr {
    color: #333;
    background-color: #333;
    height: 1px;
    border:0px;
    margin:-5px 0px 10px 0px;
    padding:0px;
}
