/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-top: 1;
}



p {
  margin-top: 0;
  margin-bottom: 20px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}



/*** fonts ***/
body {
	
font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;	
background: url(../images/bg.jpg) repeat;
}

/* size attributes */
a.anew {
	color: #ffff99;
	font-size: 12px;
	letter-spacing: 1px;
}
a {
	color: #ffffff;
	font-size: 12px;
}


a.anew:hover {
	color: #ffff00;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: underline;
}

a.linkcolor:hover {
	color: #B10F0F;
	
}


td.left a.mainlevel#active_menu {
	color: #000;
}


a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

#mainbg {
	background: url(../images/bg.jpg) repeat;
}



form {
	border: 0;
	margin: 0;
	padding: 0;
}
input.inputbox {
 background-color: #E5D8BC; 
 color: #000000; 
 font-family: Verdana; 
 font-size: 10px; 
 border: 1 solid #8C6620;
 }
textarea.inputbox {
 background-color: #E5D8BC; 
 color: #000000; 
 font-family: Verdana; 
 font-size: 10px; 
 border: 1 solid #8C6620;
 }
input.button {
 background-color: #E5D8BC; 
 color: #000000; 
 font-family: Verdana; 
 font-size: 10px; 
 border: 1 solid #8C6620;
 }

input.select {
 background-color: #E5D8BC; 
 color: #000000; 
 font-family: Verdana; 
 font-size: 10px; 
 border: 1 solid #8C6620;
 }
 
 
 table.specs {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 2;
	text-align: left;
	border: 0;
	}

table.specs th,
table.specs td {
	margin: 0;
	padding: 2px;
	border: 0;
	text-align: left;
	color: #eeeeee;
	vertical-align: top;
	}
table.specs td.acc {
	margin: 0;
	padding: 2px;
	border: 0;
	text-align: left;
	color: #eeeeee;
	vertical-align: bottom;
	}

table.specs td strong {
	color: #000;
		text-align: left;
	}

table.specs td.redline {
	background-color: #550000;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	}
table.specs td.redlineV {
	background-color: #550000;
	padding: 0;
	margin: 0;
	border: 0;
	width: 2px;
	}





 
 