BODY, P, TD, DIV, SPAN, BLOCKQUOTE, FORM, INPUT, SELECT, TEXTAREA {
font-family : Geneva CE, Geneva, Verdana, Helvetica, sans-serif;
font-size : 11px;
color: #666666;
margin : 0px;
}
a:visited {
  color: #0000CC;
  text-decoration: underline;
}
a:link {
  color: #0000CC;
  text-decoration: underline;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
a:visited.menu {
  font-size : 11px;
  color: #888888;
  text-decoration: none;
}
a:link.menu {
  font-size : 11px;
  color: #888888;
  text-decoration: none;
}
a:hover.menu {
  font-size : 11px;
  color: orange;
  text-decoration: none;
}
a:visited.cr {
  font-size : 11px;
  color: #999999;
  text-decoration: none;
}
a:link.cr {
  font-size : 11px;
  color: #999999;
  text-decoration: none;
}
a:hover.cr {
  font-size : 11px;
  color: orange;
  text-decoration: none;
}
TD.menubar{
	padding-top: 5px;
	padding-botttom: 5px;
	padding-right: 10px;
}
TD.main_td{
	padding-top: 0px;
	padding-botttom: 10px;
	padding-right: 0px;
	padding-left: 10px;
}
IMG.ram {
	border: #888888 1px solid;
}
INPUT { 
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      
		color: #000000;
      	background-color: #FFFFFF;
}
INPUT[type=submit] { 
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      		
		color: #000000;
      	background-color: #E2D6BE;
}
INPUT[type=text] { 
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      
		color: #000000;
      	background-color: #FFFFFF;
}
INPUT[type=checkbox] { 
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      
		color: #000000;
      	background-color: #FFFFFF;
}
INPUT[type=password] { 
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      
		color: #000000;
      	background-color: #FFFFFF;
}
TEXTAREA {
		border-bottom: #BA9E65 1px solid;
		border-top: #BA9E65 1px solid;
		border-left: #BA9E65 1px solid;
		border-right: #BA9E65 1px solid;      
		color: #000000;
      	background-color: #FFFFFF;
}