body,td,th, a, .Normal, .NormalBold, .NormalOblique, .NormalSmall, .SnippetNormal, .TeaserHeadFont, .SearchBarFont, Headline03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #77787c;
}

body{
	scrollbar-track-color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Themes/Images/2009_main_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.SnippetNormal {
	BORDER-RIGHT: #000000 1px dotted;
	BORDER-TOP: #000000 1px dotted;
	BORDER-LEFT: #000000 1px dotted;
	BORDER-BOTTOM: #000000 1px dotted;
}

.NormalBold {
	font-weight : bold;
}

.NormalOblique {
	font-style: oblique;
}

.NormalSmall {
	font-size: 10px;
}

.WhiteFont {
	color: #ffffff;
}

.Headline01 {
	font-size: 24px;
	color: #bbbbbb;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.Headline02 {
	font-size: 18px;
	color: #bbbbbb;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.Headline03 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.SiteInputControl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* level menu */
.level_0_0, .level_0_1,
A.level_0_0, A.level_0_1,
A.level_0_0:link, A.level_0_1:link,
A.level_0_0:visited, A.level_0_1:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	text-decoration:none;
}

.level_0_0 {
	color: #999999;
}
.level_0_1 {
	color: #ffffff;
}

.level_1_0, .level_1_1,
A.level_1_0, A.level_1_1,
A.level_1_0:link, A.level_1_1:link, 
A.level_1_0:visited, A.level_1_1:visited, 
.level_2_0,
A.level_2_0,
A.level_2_0:link,
A.level_2_0:visited,
.level_2_1,
A.level_2_1,
A.level_2_1:link,
A.level_2_1:visited,
.level_3_0, .level_3_1,
A.level_3_0, A.level_3_1,
A.level_3_0:link, A.level_3_1:link,
A.level_3_0:hover, A.level_3_1:hover,
A.level_3_0:visited, A.level_3_1:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration:none;
	color: #a0a0a0;
}


.level_2_1,
A.level_2_1,
A.level_2_1:link,
A.level_2_1:visited {
	color: #ffffff;
}



.level_1_1,
A.level_1_1,
A.level_1_1:link, 
A.level_1_1:visited {
	font-weight: bold;
	color: #ffffff;
}

A.level_0_0:hover, A.level_1_0:hover, A.level_2_0:hover {
	color: #ffffff;
}
A.level_0_1:hover, A.level_1_1:hover, A.level_2_1:hover {
	color: #c0c0c0;
}



/* lists */
UL {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
UL LI	{
	list-style-type: square;
}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


/* page / menu backgrounds */

DIV.microouter {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 940px;
	height: 630px;
	margin-left: -470px; /* half of width */
	margin-top: -315px;  /* half of height */
}

DIV.microinner {
	width: 940px;
	height: 630px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #000000;
}

DIV.flashinner {
	width: 940px;
	height: 630px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}

DIV.microstartpage {
	width: 940px;
	height: 545px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}

DIV.micrologo {
	position: absolute;
	left: 790px;
	height: 35px;
	width: 150px;
	top: 25px;
	z-index: 100;
}

DIV.outer {
	position: absolute;
	left: 50%;
	width: 1028px;
	margin-left: -514px;  /* half of height */
	height: auto;
	top: 0px;
}

DIV.logo {
	position: absolute;
	left: 63px;
	height: 169px;
	width: 900px;
	top: 66px;
	z-index: 600;
}
      
DIV.inner {
	width: 1028px;
	position: relative;
	left: 0px;
	top: 0px;
	height: auto;
	background-image: url(../Themes/Images/2009_content_bg.gif);
}

DIV.head {
	width: 1028px;
	height: 235px;
	overflow: visible;
	position: relative;
	text-align: left;
	z-index: 500;
	background-image: url(../Themes/Images/2009_head_bg.gif);
	background-repeat: no-repeat;
}

DIV.leftpane {
	left: 63px;
	top: 235px;
	position: absolute;
}

DIV.contentpane {
	height: auto;
	position: relative;
	left: 260px;
	top: 13px;
	text-align: center;
	width: 703px;
}

DIV.contentsinglepane {
	width: 900px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 85px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	text-indent: 10px;
}


DIV.footerpane {
	width: 1028px;
	height: 125px;
	background-image: url(../Themes/Images/2009_footer_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}

DIV.startpage {
	width: 900px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 85px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}
.FooterPlacer {
	position: relative;
	top: 60px;
	width: 900px;
	height: auto;
	left: 63px;
	text-align: right;
}
