body {padding:0; margin:0; background-color:#5682b0}
body, td, input, textarea{
	font-size:14px;
    font-family:Tahoma;
	color:#000000;
	line-height:18px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px}
table{border:0px; border-collapse:collapse;	}
form { margin:0px; padding:0px}

a{color:#000000; text-decoration:none} 
a:hover{color:#6AA316; text-decoration:none}
b a{color:#353535; text-decoration:underline}
.a{color:#353535; }

li{  center left no-repeat; margin:0px; padding-left:14px }
li a{color:#FFFFFF;} 
ul{margin:0; padding:0; list-style:none; line-height:16px}

.footer{color:#353535; font-size:11px; } 
.footer a{color:#353535; font-size:11px; text-decoration:none} 
.footer a:hover{text-decoration:underline}
.footer span {color:#353535; font-size:10px;} 
.footer span a{color:#353535; font-size:10px; text-decoration:underline} 
.footer span a:hover{text-decoration:none}

.more{background:url(images/1_z1.gif)  center left no-repeat; padding-left:19px; padding-bottom:3px}

select{
   background:#F4F2E5;
   border:1px solid #A5A191;;
   width:128px; height:22px;
   color:#8B8A85;
   font-size:10px;
   
}
input{
   background:#FFFFFF;
   border:1px solid #C6C5BB;
   padding-left:5px;
   width:164px; height:21px;
}
#input1{
   background:#F4F2E5;
   border:1px solid #A5A191;
   padding-left:9px;
   padding-top:3px;
   margin-right:9px;
   width:152px; height:22px;
   color:#8B8A85;
   font-size:10px;
   vertical-align:middle   
}
#input2{
   width:36px; height:22px;
   border:0px;
   vertical-align:middle; padding:0px
}
#input3{
   width:61px; height:22px;
   border:0px;
   vertical-align:middle; padding:0px
}
textarea{
   background:#FFFFFF;
   border:1px solid #C6C5BB;
   padding-left:5px;
   width:164px; height:81px;
   overflow:auto}

#banner {
	background:#f1f0e2;
	}
html>body #banner {
	height:20px;
	}

.bevelmenu{
font: bold 12px Tahoma;
padding: 4px 0;
margin: 0;
width: 100%;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 1px 1px;
text-decoration: none;
color: black;
background-color: #c4bfaf;
border: 2px solid #c4bfaf;
}

.bevelmenu li a:hover{
color: #047303;
background-color: #cecbc3;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.listitems{
font: 14px Tahoma;
margin: 0;
padding-left: 1em;
text-indent: -1em;
width: 100%;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.listitems li{
list-style-type: disc;
list-style-position: inside;
}

.listitems li a{
color: #047303;
}

.listitems li a:hover{
color: #047303;
text-decoration: underline;
}

html>body .listitems li a:active{ /* Apply mousedown effect only to NON IE browsers */
}