/**** LINK-tag style sheet brown.css ****/

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #800000;
	}
	
#nav {
	width: 140px;
	float: left;
        color: white;
	margin-left: -1px;
	padding: 10px;
	background-color: #F4A460;
	border-right: 1px solid #8B4513;
	}
	
#content {
	padding: 10px;
	padding-left: 25px;
	margin-left: 150px;	
	}

#header {
	background-color: #800000;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	padding: 5px;
	height: 40px;
	}
	
#footer {
	background-color: #fff;
	color: #800000;
	border-top: 1px solid #8B4513;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	}

dd, dt {
    font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: 0.95em;
	}


a,  a:visited{
	text-decoration: none;
	color : #A0522D;
}
a:hover{ color: #800000;  background-color: #FFE4B5;  }

a.list_keyword{
	color: #CD853F; font-size: 10px; line-height: 17px; 
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	text-decoration: underline;
}
.logo{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #fff;
}
.accesskey { text-decoration: underline }
.label{
   width: 7em;
   font-weight: bold;
   margin-right: 1em;
	 padding-left : 10px;
}
tr.tableheader{
	background-color : #800000;
	color : #fff;
	font-size : small;
	text-transform : capitalize;
}
td.list_row{
	border-bottom : 1px dotted #8B4513;
}

.bookmark_comment{ 
	color: #CD853F; font-size: 10px; line-height: 17px; 
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

a.txtbutton, a.txtbutton:link, a.txtbutton:visited{
    background-color:#F4A460;
    color:#ffffff;
    border:1px outset;
    padding-left:1px;
    padding-right:1px;
		font-size: 9px;
}

a.redtxtbutton, a.redtxtbutton:link, a.redtxtbutton:visited{
    background-color:#A0522D;
    color:white;
    border:1px outset;
    padding-left:1px;
    padding-right:1px;
		font-size: 9px;
}

input.boton{
	font-size: 11px;
	color: #A0522D;
	font-weight: bold;
	background-color: #F4A460;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

input.redboton{
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-color: #A0522D;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

h1{
	margin-bottom: 0px;
	font-size: medium;
    font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
}
h3{
	font-size: medium;
}
.refine_bar{
	font-size:12px; 
	margin-bottom:10px;
	border: 1px solid #8B4513; 
	background-color: #FFE4B5; 
	padding: 2px;
	margin-top: 5px;	
}
.inline-help{
	font-style: italic;	
	color: #999;
	font-size: small;
}	


