td {
  	font-size: 8pt;
}

a,
a:visited {
  
	color: black;
}

a:hover {
  
	color: red;
}

input {
  
	font-size:8pt;
}

.inred {
  
  	color: red;
}

.inblue {
  
  	color: blue;
}

.cButton {
  
	width: 100px;
	height: 25px;
	border: 1px solid #6699cc;
	color: red;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
}

#menu {
  
  	line-height: 30px;
	color: white;
	font-family: arial;
}

#menu a,
#menu a:visited {
  
	width: 100px;
	height: 30px;
  	border-top: 5px solid white;
	color: white;
	text-align: center
}

#menu a:hover {
  
  	border-top: 5px solid black;
  	color: yellow;
}

#menu a.active,
#menu a:visited.active {
  
  	border-top: 5px solid black;
}

#sidemenu ul {
  
  	line-height: 25px;
  	list-style: none;
  	margin: 30px 0 0 0;
}

#sidemenu li {
  
  	border-bottom: 1px solid blue;
}

#sidemenu li a,
#sidemenu li a:visited {
  
  	width: 100%;
  	height: 25px;
  	padding-left: 10px;
  	color: blue;
  	font-family: arial;
  	font-weight: bold;
  	text-align: left;
  	text-decoration: none;
  	text-transform: uppercase;
}

#sidemenu li a:hover {
  
  	background: url('img/bgimg/sidemenu-hover.gif');
  	background-color: yellow;
  	background-position: right;
  	background-repeat: no-repeat;
}

#main {
  
	padding: 20px;
	background: url("img/bgimg/bg-main-b.gif");
  	font-family: arial;
}

#main ul {
  
	margin-left: 30px;
	list-style: none;
}

#main li {
	
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url('img/icon/icon-bin.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#main li.arrow {
 
	background: url('img/icon/icon-listarrow.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#main li.arrow a {
 
 	font-weight: bold;
	text-decoration: none;
}

#pickup a.check,
#pickup a:visited.check {
  
  	font-weight: bold;
  	text-decoration: none;
}

#pickup a:hover.check {
  	
  	color: black;
}

#pickup input.text {
  
	border: 1px solid #6699cc;
	width: 300px;
	height: 20px;
	background-color: white;
}

#homemenu {
 
	padding: 5px;
	background: url('img/bgimg/bg-main-t.gif');
	font-family: sans-serif ;
}

#homemenu a {
 
	font-weight: bold;
 	text-decoration: none;
}

#footer {
 
	padding:10px;
	font-family:sans-serif 
}

#footer a {
 
 	text-decoration: none;
}