/* CSS Document */
body 
{
	margin:0px;
}
/*.over { background-color:#505050; }
.out  {	background-color:#1A1A1A; }
*/
.menulink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	color: #A9A9A9;
	text-decoration: none;
}
.menulink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-variant: normal;
	color: #F5F5F5;
	text-decoration: none;
}
.bhead 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.02em;
}

.bhead1 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	letter-spacing: 0.02em;
}
.bhead2
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.03em;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;	
}

.infotable {
	border: 1px solid #808080;
	border-collapse: collapse;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 10px;
}
.smalltxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}
.smalltxt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF8C00;
	font-size: 8px;
}

.current {
	font-weight: bold;
	background-color: #883928;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newlabel {
	font-size: 100%;
	font-weight: bold;
	color: #eeeeee;
	background-color: #CC4400;
}

a:link {
	text-decoration: none;
 	color: #006699;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #FF8C00;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #aaaaaa;
}

.inputtext
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 	#000000;
	border: 1px solid #E6D4BA;
}

.image { border: 1px solid #aaaaaa;}
a:link .image {  border-color: #aaaaaa;}
a:visited .image {  border-color: #aaaaaa;}
a:hover .image { border-color: #ffffff;}

.conthead 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E6D4BA;
}

.conthead2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1em;
}

<!---->
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 10px Arial;
margin:0;
margin-left: 235px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: #E6D4BA;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 0px solid gray;
}

#modernbricksmenu a:hover{
background-color: #9FBA32; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D15A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
	font: bold 11px Verdana;
	height: 22px;
	background-color: #FFFFCC;
}
<!---->

