/*@charset "UTF-8";*/
/* CSS Document */
/* --------------------------- */
/* CONTENT CONTAINER + DEFAULT TEXT */
/* --------------------------- */
#content {
	width:615px;
	position:relative;
	top:0px;
	left:0px;
	font-size: 12px;
	line-height:18px;
	text-align:justify
}
#content td {
	vertical-align:top;
	text-align:left
}
/* --------------------------- */
/* CAPTION */
/* --------------------------- */
.caption {
	font-size:9px;
	line-height:12px;
}
/* --------------------------- */
/* HEADLINES */
/* --------------------------- */
.headlineSmallGrey, .headlineSmallBlue {
	font-size: 12px;
	line-height:18px;
}
.headlineMediumGrey, .headlineMediumBlue {
	font-size: 14px;
	line-height:20px;
}
.headlineLargeGrey, .headlineLargeBlue {
	font-size: 16px;
	line-height:22px;
}
.headlineSmallGrey, .headlineMediumGrey, .headlineLargeGrey {
	color: #444444;
	font-weight:bold;
}
.headlineSmallBlue, .headlineMediumBlue, .headlineLargeBlue {
	color: #4e85c5;
	font-weight:bold;
}
/* --------------------------- */
/* LINKS, FONTS, COLORS GLOBAL */
/* --------------------------- */
#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #444444;
}
#content a, #content a:link, #content a:visited, #content a:active {
	color: #4e85c5;
	text-decoration: underline;
}
#content a:hover {
	color: #FF6600;
}
/* --------------------------- */
/* FLOATING PICTURES */
/* --------------------------- */

.imageFloatLeft {
	float:right;
	padding: 10px 0px 10px 20px;
	
}
.imageFloatRight {
	float:left;
	padding: 10px 20px 10px 0px;
}
.imageFloatRight, .imageFloatLeft {
	margin: 0 0 0 0;
	font-size:8px;
	line-height:12px;
	width: 282px;
	height: 226px;
}
/* --------------------------- */
/* LISTS */
/* --------------------------- */
#content ul 
{
	font-size:11px;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 20px 10px 25px;
	margin: 5px 0 0 0;
	border-top: 1px solid #4e85c5;
	border-right: 1px solid #4e85c5;
	border-bottom: 1px solid #4e85c5;
	border-left: 1px solid #4e85c5;
	line-height:15px;
	text-align:left;
}
.listHeaderBlue {
	background-color:#4e85c5;
	color:white;
	font-weight:bold;
}
.listHeader {
	font-weight:bold;
}
.listHeaderPlain {
	font-weight:normal;
}
.listComment {
	font-size:9px;
}
.listNoMarker {
	font-size: 11px;
	line-height:18px;
	text-align:left;
}
.listHeader, .listHeaderPlain, .listHeaderBlue, .listComment, .listNoMarker {
	list-style:none;
	list-style-position: outside;
	margin-top: 0px;
	margin-left: -25px;
	margin-right: -20px;
	margin-bottom: 0px;
	padding: 5px 20px 5px 10px;
}
#content .splitListTable {
	border-top: 0px solid #4e85c5;
	border-right: 1px solid #4e85c5;
	border-bottom: 1px solid #4e85c5;
	border-left: 1px solid #4e85c5;
}
#content .splitListTable ul {
	margin: 0px 0 0 0;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
