body,
p,
td
{
	color			: #000000;
	font-family		: verdana;
	font-size		: 11px;
	line-height		: 18px;
}

body
{
	margin			: 0px;
	padding			: 0px;
	background-color	: white;
}

a,
a:visited
{
	cursor			: hand;
	cursor			: pointer;
	
	color			: #e87f23;
	text-decoration	: none;
}

a:hover,
a:active
{
	text-decoration	: underline;
}

a.dark,
a.dark:visited
{
	color			: #4b5a81;
	text-decoration	: none;
}

a.dark:hover,
a.dark:active
{
	text-decoration	: underline;
}

.inactive
{
	color			: #c2c6d4;
	cursor			: default;
}

h1
{
	font-size		: 12px;
	font-weight		: bold;
}

h2
{
	font-weight		: bold;
}

h3
{
	text-decoration		: underline;
}

h4
{
	text-decoration		: italic;
}	

input,
textarea,
select
{
	font-family		: verdana;
	font-size		: 11px;
}

.breadcrumb,
A.breadcrumb,
A.breadcrumb:visited
{
	color			: #ffffff;
	background-color	: #e87f23;
	font-weight		: bold;
	text-decoration	: none;
	text-align			: middle;
	
	height			: 20px;
}

A.breadcrumb:hover,
A.breadcrumb:active
{
	text-decoration	: underline;
}

.menu
{
	color			: #000066;
	background-color	: #fcebdd;
}

.submenu,
A.submenu,
A.submenu:visited
{
	color			: #000066;
	background-color	: #fbcea7;
	text-decoration	: none;
	text-align			: right;
}

A.submenu:hover,
A.submenu:active
{
	text-decoration	: underline;
	text-algin			: right;
}
.submenu_active
{
	font-weight		: bold;
	text-align			: right;
}

.news_home
{
	color			: #ffffff;
	background-color	: #4b5a81;
		
	padding			: 3px 5px;
}

A.news_home,
A.news_home:visited
{
	color			: #81a7df;
	padding			: 0px 0px;
	font-weight		: bold;
	text-decoration		: none;
}

A.news_home:active,
A.news_home:hover
{
	padding			: 0px 0px;
	text-decoration		: underline;
}

.newskop_home
{
	color			: #ffffff;
	background-color	: #667394;
	font-size		: 12px;
	font-weight		: bold;
	padding			: 0px 5px;
}

a.newskop_home,
a.newskop_home:visited,
a.newskop_home:active,
a.newskop_home:hover
{
	color			: #ffffff;
	background-color	: #667394;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration	: none;
	padding			: 0px 0px;
}

.newskop
{
	color			: #000000;
	background-color	: #c2c6d4;
	font-weight		: bold;
	
	width			: 90%;
	height			: 12px;
	padding			: 3px 10px;
}
a.newskop,
a.newskop:visited,
a.newskop:active,
a.newskop:hover
{
	color			: #000000;
	background-color	: #c2c6d4;
	font-weight		: bold;
	text-decoration	: none;
	padding			: 0px 0px;
}

.newsdate
{
	color			: #ffffff;
	background-color	: #7a82a1;
	font-size		: 10px;
	font-weight		: bold;
	
	height			: 12px;
	padding			: 3px 6px;
}

.newsimage_left
{
	background-image	: url(/images/news_bg_image_left.gif);
	background-repeat	: repeat-y;
	background-position	: top right;
	vertical-align		: top;
	text-align			: right;
}

.newsimage_right
{
	 background-image	: url(/images/news_bg_image_right.gif);
	background-repeat	: repeat-y;
	vertical-align		: top;
}

.news
{
	color			: #000000;
	background-color	: #d9dce4;
	
	padding			: 6px 6px;
}

A.news,
A.news:visited
{
	color				: #000000;
	font-weight		: bold;
	text-decoration	: none;
	padding			: 0px;
}

A.news:active,
A.news:hover
{
	color				: #000000;
	text-decoration		: underline;
}

table.basic
{
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

td.basic
{
	text-align		: left;
	vertical-align		: top;
}

td.topright
{
	text-align		: right;
	vertical-align		: top;
}

td.middleright
{
	text-align		: right;
	vertical-align		: middle;
}

td.bottomright
{
	text-align		: right;
	vertical-align		: bottom;
}