@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.grey {
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DD7a4a;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
a:link {
	color: #5AA3D8;
	text-decoration: none;
}
.small {
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.largegrey {
	font-size: 22px;
	font-weight: bold;
	color: #CCCCCC;
}
a:visited {
	color: #5aa3d8;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #DD7A4A;
	text-decoration: none;
}
.medgrey {
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
}
.medwhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.orange {
	color: #d46028;
}
.blue {
	color: #4783ba;
}
.greyP {
	color: #333333;
}
ul {
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: url(images/structure/bullet-org.gif);
	list-style-position: outside;
	line-height: 16px;
}

