body,td,th, a, .Normal, .NormalBold, .NormalOblique, .NormalSmall, .SnippetNormal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a {
	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;
}

h1, .Headline01, .Headline02, .Headline03 {
	font-size: 16px;
	color: #DEE3E6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.Headline02 {
	font-size: 18px;
}

h3, .Headline03 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.SiteInputControl
{
	font-family: Arial, Verdana, 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: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration:none;
}

.level_0_0 {
	color: #000000;
}
.level_0_1 {
	color: #111111;
	font-weight: bold;
}

.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: Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration:none;
	color: #ffffff;
	padding-bottom: 5px;
}


.level_2_1,
A.level_2_1,
A.level_2_1:link,
A.level_2_1:visited {
	color: #c0c0c0;
}



.level_1_1,
A.level_1_1,
A.level_1_1:link, 
A.level_1_1:visited {
	color: #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
}

A.level_0_0:hover, A.level_1_0:hover, A.level_2_0:hover {
	color: #a0a0a0;
}
A.level_0_1:hover, A.level_1_1:hover, A.level_2_1:hover {
	color: #000000;
}



/* lists */
UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcc00;
}
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;
	}
	
/* snippet stuff */
a.morelink {
	background-image: url(../Themes/Images/internlink.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 16px;
	display: block;
	color: #920003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

a.returnlink {
	background-image: url(../Themes/Images/backlink.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 1px;
	background-color: #920003;
	padding-right: 5px;
	padding-bottom: 1px;
}

a.internallink, a.externallink {
	background-image: url(../Themes/Images/internlink.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
	display: inline;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
}

a.downloadlink {
	background-image: url(../Themes/Images/downloadlink.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 16px;
	display: block;
	color: #920003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}


/* page / menu backgrounds */
body {
	background-color: #BAD763;
	margin: 0px;
	padding: 0px;
	background-image: url(../Themes/Images/background.jpg);
	background-repeat: repeat-x;
}

DIV.outer {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 680px;
	margin-left: -340px; /* half of width */
}


td.contentpane {
	background-image: url(../Themes/Images/leftpanebg.jpg);
	background-color: #839D9E;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 360px;
	width: 360px;
}

td.rightpane {
	background-image: url(../Themes/Images/rightpanebg.jpg);
	background-color: #546867;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	height: 360px;
	width: 260px;
}

td.contentpanebbottom {
	background-image: url(../Themes/Images/bottomleftbg.gif);
	background-repeat:  no-repeat;
	height: 10px;
}

td.rightpanebottom {
	background-image: url(../Themes/Images/bottomrightbg.gif);
	background-repeat: no-repeat;
	height: 10px;
}
      
DIV.inner {
	width: 680px;
	position: relative;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: 10;
	overflow: visible;
	background-image: url(../Themes/Images/contentbg.jpg);
	background-color: #DEE3E6;
	background-repeat: repeat-x;
}

DIV.textmenu {
	width: 680px;
	left: 0px;
	top: 0px;
	height: 20px;
	position: relative;
	z-index:7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../Themes/Images/bottomlinebg.gif);
	background-repeat: no-repeat;
}

Div.MenuIndent {
	left: 20px;
	top: 2px;
	height: 20px;
	position: relative;
}
