/* System */
.FarbaDebugMessages {
	font:"Courier New", Courier, mono;
	font-size:9px;
	color:#707070;
}

/* Colors */
.color__light0 {color:#D22D22;}
.color__light1 {color:#8CB791;}
.color__light2 {color:#8C8C8C;}
.color__light3 {color:#E26A00;}
.color__light4 {color:#EE3200;}
.color__light5 {color:#588E14;}
.color__light6 {color:#42884A;}
.color__light7 {color:#3F7112;}

.color__dark0 {color:#000000;}
.color__dark1 {color:#454545;}
.color__dark2 {color:#0090D7;}


/* Page Styles */

html {height:100%;}
body {
	margin:0;
	padding:0;
	height:100%;
	color:black;
	background-color:white;
}

p {
	margin: 0;
	padding: 0;
	line-height:140%;
}

small {
font:Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size:10px
}



a{color: #0090D7;}
a:visited{color: #6A9672;}
a:hover, a:hover h1, a:hover h2, a:hover h3  {text-decoration:none;}
a img {border:none;}
a h1, a h2, a h3 {text-decoration:underline;}

em {
	font-size:116%;
	font-family:"Times New Roman", Times, serif;
}

ul {
	clear:both;
	padding:0px; 
	margin: 5px 16px 5px 16px;
	width:100%;
	list-style-type:none;
}
li {
	margin: 0;
	padding:0 0 1.61em 24px;
	background:url(img/marker.gif) no-repeat left 0.33em; 
	list-style: none;
}


p img {
border:none;
margin: 5px;
}

.imageLeft {
	margin:7px 7px 7px 0px;
	float:right;
}

.imageRight {
	margin:7px 0 7px 7px;
	float:right;
}


h1, a h1 {
font-family:Arial Narrow, Helvetica, sans-serif;
font-size: 30px;
color:#C47F00;
font-weight:100;
margin:0px 0 0 0;

}

h2, a h2 {
font-family:Arial Narrow, Helvetica, sans-serif;
font-size: 24px;
color:#E78C00;
font-weight:100;
margin:0px 0 0 0;
}

h3, a h3 {
font-family:Arial Narrow, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
color:#B00005;
margin:0 0 0 0;
}

.EnlargedText {
font-family:Tahoma, Arial;
font-size: 14px;
}

.ReducedText {
font-family:Tahoma, Arial;
font-size: 10px;
}


/* Page Elements */
.TextBody, .TextBody table, .TextBody ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1.2px;
}
.TextBody {
	text-align:left;
	vertical-align: top;
	padding: 16px;
	background: url(./img/text-r-background.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
	padding-bottom:54px;
}


.FooterItem {
	position:absolute; 
	width:190px; 
	text-align:center; 
	top: -35px
}
.FooterSiteMap {
	width:80px; 
	text-align: right; 
	padding-top:15px; 
	vertical-align:top; 
	padding-right:5px
}

.FooterSection {
	vertical-align: top;
	height:120px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.FooterDelimiterSection {
	height:27px;
}
.FooterDelimiterSection table {width:100%;}
.FooterDelimiterSection td {text-align:right;}

.FooterDelimiter {
width:100%; 
background:url(./img/repeatline-footer.gif); 
background-position: right; 
background-repeat:repeat-x;
}

.FooterCopyrights {
	padding-top:15px;
	vertical-align:top;
}

.FooterCopyrightsA, .FooterCopyrightsA:visited {
	text-decoration:none;
	color:black;
}

