/* TEXT STYLES */
.article_title, .article_content, .article_note {
	font-family:Arial, Helvetica, sans-serif;
	cursor:default;
}

.article_title {
	font-size:11px;
	font:Arial, Helvetica, sans-serif
	color:#ffffff;
	padding:4px;
	padding-left:10px;
}

.article_content {
	font-size:12px;
	color:#ffffff;
	text-align:justify;
	padding:4px;
}

.article_note {
	font-size:10px;
	color:#c5d1de;
	padding:6px;
	padding-bottom:10px;
	text-align:justify;
}

.article_image {
	text-align:justify; 
	float:left;
	padding:5px;
}

/* LINK STYLES */

.link_section, .link_readmore, .link_footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.link_section {
	color:#909eac;
}
.link_section:hover {
	color:#ffffff;
}

.link_readmore {
	color:#fffff00;
}

.link_readmore:hover {
	color:#000000;
}

.link_footer {
	text-decoration:none;
	color:#c0cfde;
	padding:3px;
}

.link_footer:hover {
	text-decoration:underline;
	color:#ffffff;
}

/* BODY ELEMENTS */
body {
	background-color:#f7f6f9;
	text-align:center;
	margin:0px;
}

.page_content {
	background:url(images/page_bgr.jpg) repeat-x top left;
	text-align:center;
}

.page_header {
	background: url(images/back_header.jpg) repeat-x bottom left;
	text-align:center;
	height:56px;
}

.table_pagehead {
	background: url(images/big_logo.jpg) no-repeat;
}

.table_pagecontent {
	background-color:#4f6275;
}

.table_mainwidth {
	width:1000px;
}

#left_column {
	width:490px;
	padding:5px;
	vertical-align:top;
}

#center_column {
	width:300px;
	padding:5px;
	vertical-align:top;
}

#right_column {
	width:210px;
	padding:5px;
	vertical-align:top;
}

#bottom_column {
	background-color:#63788e;
	text-align:left;
	vertical-align:top;
}

#bottom_menu {
	background:url(images/bottom_bgr.jpg) repeat-x;
	height:27px;
}


input[type="text"] {
	background-color:#63788e;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-width:0px;
}

input[type="button"] {
	background-color:#63788e;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-width:0px;
	cursor:pointer;
}

.headline {
	background:url(images/headline_bgr.jpg) repeat-x top left;
	height: 30px;
	padding-bottom:5px;
}
.headline_menu {
	text-align:justify;
	float:right;
	color:#909eac;
}

.bgr_headline_light {
	background-color:#56687a;
	border-bottom:1px solid #738292;
	padding:5px;
	padding-left:0px;
	text-align:left;
}

.bgr_headline_dark {
	background-color:#405365;
	text-align:left;
}

.spacer {
	height:5px;
}

li {
	padding:2px;
	list-style:none;
	font-size:13px;
}