body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #191919;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	/*margin-top: 15px;*/
}

a {
	color: #EE7918;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #191919;
	text-decoration: none;
}

h1 {
	font-size: 230%;
	margin-bottom: 5px;
}

h2 {
	font-size: 150%;
	margin-bottom: 5px;
}

h3 {
	font-size: 130%;
	margin-bottom: 5px;
}

h4 {
	font-size: 110%;
	margin-bottom: 5px;
}

h5 {
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 5px;
}

p {
	/*line-height: 1.3em;*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.article h2.extra-title {
	font-size: 150%;
	font-weight: normal;
	color: #F9A51B;
	margin-bottom: 10px;
}

.article p.text {
	font-size: 130%;
	margin-bottom: 10px;
}

ul {
	/*list-style: none;*/
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 10px;
}

ul li {
	/*background: url(dot_grey.gif) top left no-repeat;
	padding-left: 12px;*/
	padding-bottom: 5px;
}

ol {
	/*list-style: none;*/
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 10px;
}

ol li {
	/*background: url(arrows_red-small.gif) top left no-repeat;
	padding-left: 12px;*/
	padding-bottom: 5px;
}

.embedded-img {
	border: none;
	margin: 0px;
}

table.image-box {
	padding: 0px;
	margin: 0px;
}

table.image-box td {
	text-align: left;
	padding: 0px;
}

table.image-box td.image-caption {
	font-size: 90%;
	/*background: #DEE2E7;*/
	padding: 5px 5px;
}

table.image-box.left-floated {
	margin: 0px 15px 10px 0px;
	float: left;
	display: inline;
}

table.image-box.right-floated {
	margin: 0px 0px 15px 10px;
	float: right;
	display: inline;
}

table.image-box.none-floated {
	margin: 15px 0px;
	float: none;
	display: block;
}

table.user-table {
	margin 10px 0px;
	xwidth: 100%;
}

table.user-table tr td {
	vertical-align: top;
	padding: 4px;
}

table.bordered-user-table {
	background-color: #E4E7EA;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}

table.bordered-user-table tr td {
	vertical-align: top;
	border: 1px solid #FFFFFF;
	padding: 4px;
}

div.user-box {
	font-size: 100%;
	xcolor: #FFFFFF;
	background-color: #E4E7EA; /*#D3D9DE;*/
	border: none;
	padding: 0px;
	margin: 0px 0px 15px 15px;
	width: 200px;
	float: right;
}

div.user-box h5 {
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 23px;
	background-color: #AEB8BF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px 10px;
	margin-bottom: 0px;
	height: 23px;
}

div.user-box ul {
	xcolor: #FFFFFF;
	/*list-style: none;*/
	padding: 5px 10px 5px 25px;
	margin: 0px;
}

div.user-box ul li {
	xcolor: #FFFFFF;
	/*background: url(dot_black.gif) top left no-repeat;
	padding-left: 12px;*/
	padding-bottom: 5px;
}

#header {
	/*background: url(header-BG.gif) top left no-repeat;*/
	margin-bottom: 1px;
	width: 100%;
	height: 75px;
	position: relative;
}

#header .logo {
	position: absolute;
	left: 15px;
	top: 17px;
}

#header .slogan {
	position: absolute;
	right: 12px;
	top: 50px;
}

#content {
	padding: 15px;
}