/* 
    BUG in IE6: When we refer to "#" in <a href="#">link</a> while designing a page, IE 
    declares these links as visited once the page itself is loaded (fixed in IE7b3). 
    This may result in some surprising differences once the references are included.
    
    See: http://www.satzansatz.de/cssd/pseudocss.html
*/

a:visited,
a:active,
a:link { /* general page active link style */
    color: #F08B05;
    text-decoration: underline;
}   
.containerbord {
border-top-color: #726F65;
	border-bottom-color: #726F65;
	border-right-color: #726F65;
	border-left-color: #726F65;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.sidebarbord {
	border-left-color: #726F65;
	border-width: 1px;
	border-left-style: solid;
}

a:hover {  /* general page mouse over link style */
    color: #F08B05;
    text-decoration: underline;
}

.body {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #3F371F;
}
.bodybold {
	font-family: arial;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
	font-weight: bold;
	color: #747474;
	}
	
.bodyboldgreen {
	font-family: arial;
	font-size: 12px;
	line-height:16px;
	font-style: normal;
	font-weight: bold;
	color: #13310C;
}
.fotterbody {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #3F371F;
}
.sidebarborder {
	border: 1px solid #AAAAAA;
	background: none;
}
.homebk {
	background-image: url(media/bkrep.png);
	background-repeat: repeat-x;
}


