body{
	background-color:#D0D0D0;
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	margin:0px;
	font-size:smaller;
}

td{
	background-color:#D0D0D0;	
	margin:0px;
	padding:0px;
	text-align:left;
}

h1,h2,h3,h4,h5{
	color:#888888;
	text-align:left;
	margin:0px;    
}

h1{	font-size:1.6em; }
h2{	font-size:1.4em; }
h3{	font-size:1.2em; }
img {border:0px;}
ul,li{
	padding:0px;
	margin:0px;
}	
hr{border:1px solid #232323;}
.lhs{
	background-color:#D0D0D0;
	background-image:url(design/lhs_tile.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.rhs{
	background-color:#D0D0D0;
	background-image:url(design/rhs_tile.gif);
	background-repeat:repeat-y;
}

.top{
	background-color:#0C0C0C;
	border-bottom:1px solid #440044;
	background-image:url(design/top_tile.gif);
	background-repeat:repeat-x;
}

.bdy{
	background-color:#cccccc;
}

/***************************/
#minimenu ul{
	color: white;
	float:right;
	text-align:left;
}
#minimenu li{
	color: white;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding:0px;
	border-left:1px solid black;
	background: url("design/top2_tile.gif") ;
}

#minimenu li a {
	text-decoration: none;
	color: #cccccc;
	padding-left:3px;
	background: url("design/top_tile.gif") ;
}
#minimenu li a:hover{
	color: #ffffff;
	background-color:#0C0C0C;
	background: url("design/top2_tile.gif") ;
	padding-left:3px;
}

/***************************/
#footermenu ul{
	color: white;
	float:right;
	text-align:left;
}
#footermenu li{
	color: white;
	background: url("design/top2_tile.gif") ;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	text-align:left;
	border-left:1px solid black;
}

#footermenu li a {
	text-decoration: none;
	color: #dddddd;
	text-align:left;
	background: url("design/top_tile.gif") ;
}
#footermenu li a:hover{
	color: #ffffff;
	text-align:left;
	background-color:#0C0C0C;
	background: url("design/top2_tile.gif") ;
}

a:link{ color:#cccccc; }
a:active{ color:#cccccc; }
a:visited{ color:#cccccc; }
a:hover{ color:#ffffff; }

.floatr{
	float:right;
	padding-top:6px;
	padding-left:12px;	
	padding-right:0px;
	padding-bottom:6px;
	border:0px;
}

.floatl{
	float:left;
	padding-top:0px;
	padding-left:0px;	
	padding-right:12px;
	padding-bottom:6px;
	border:0px;
}

ul{
	list-style-type: none;
	line-height: 1.2 em;
	margin:0px;    
	padding:0px;    	
}
li{
	line-height: 1.5 em;
	margin:0px;    
	padding:0px;    	
}
li a {
	text-decoration: none;
}
li a:hover{
	text-decoration: underline;
}

.shell{
	background-color:#000000;
	background-image:url("design/shell.jpg");
	background-repeat:repeat-y;
	padding:0px;
	text-align:left;
	color:#dddddd;
	border:1px solid #555555;
}

.shell a:link{color:#cccccc;}
.shell a:active{color:#cccccc;}
.shell a:visited{color:#cccccc;}
.shell a:hover{color:#ffffff;}

.shell ul{
	list-style-type: none;
	line-height: 1.4 em;
	padding:0px;
	margin:0px;
}
.shell li{
	line-height: 2.1 em;
	margin:0px;
}
.shell li a {
	background: url("design/bullet.gif") no-repeat left top;
	text-decoration: none;
	color: #aaaaaa;
	padding-left:15px;    
}
.shell li a:hover {
	background: url("design/bullet2.gif") no-repeat left top;
	text-decoration: underline;
	color: white;
	padding-left:15px;    
}

.lbar{
	background-color: #000000;
	background-image:url(design/lbar.jpg);
	background-position:bottom;
	background-repeat:repeat-none;
	color:#cccccc;
	border-right:1px solid black;
	font-size:smaller;
}
.rbar{
	background-color:#eeeeee;
	background-image:url(design/rbar_tile.jpg);
	background-position:top;
	color:#999999;
	text-align:left;
	padding:17px;
	text-align:left;
	font-size:smaller;
}

.rbar li a{
	color:#999999;
	list-style-type: none;
	line-height: 1.2 em;
	padding:0px;
	margin:0px;
}

.rbar li a:hover{	color:#777777; text-decoration:underline;}
.rbar a{	color:#999999; text-decoration:underline;}
.rbar a:hover{	color:#777777; text-decoration:underline;}
.rbar hr{border:1px solid #d0d0d0;margin:0px;margin-top:20px;}

.hbar{
	background-color:#cccccc;
	background-image:url(design/hbar_tile.gif);
	text-align:left;
	font-family: courier, sans-serif;
	color:white;
	font-weight:700;
}

.footer{
	background-color: #333333;
	color:#cccccc;
	border-right:2px solid black;
	border-top:2px solid black;
	border-bottom:1px solid black;
	font-size:smaller;
	text-align:center;
	padding:4px;
}

.footer a:link{color:#cccccc;}
.footer a:active{color:#cccccc;}
.footer a:visited{color:#cccccc;}
.footer a:hover{color:#ffffff;}

.fine{	font-size:10px;}

