body {
	margin: 0px;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}

table, form, p{
	margin:0px;
	padding:0px;
}

a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

#leftMenu a{ color:#fff; }

h2, h1, h3, h4, h5, h6{
	font-size:15px;
	margin-bottom:4px;
	margin-top:10px;
	color:#000;
	/*color:#ff0000;*/
}

#leftMenu ul{ margin:0px; padding:0px; list-style:none; }
#leftMenu li a{ width:128px; height:23px; display:block; text-indent:-500px; overflow:hidden; background-repeat:no-repeat; background-position: 0px 0px; }
#leftMenu li a:hover{ width:128px; height:23px; display:block; text-indent:-500px; overflow:hidden;background-repeat:no-repeat; background-position:0px -23px; }
#leftMenu #active { width:128px; height:23px; display:block; text-indent:-500px; overflow:hidden;background-repeat:no-repeat; background-position:0px -23px; }

#divLinks td{
	padding-left:5px;
}

#divLinks th {
	background-color:#ffcc00;
	text-align:left;
	padding-left:3px;
	padding-bottom:2px;
	color:#000;
}

#divTour th{
	background-color:#ffcc00;
	text-align:left;
	padding-left:3px;
	padding-bottom:2px;
	color:#000;
	padding-top:3px;
}

#divLink table{ font-size:12px; }

form{ margin:0px; padding:0px; }
textarea { border:1px solid #888888; overflow:auto; font-size:11px; font-family:Arial, Helvetica, sans-serif; letter-spacing:1px; padding:2px; }
select{ font-size:11px; font-family:Tahoma, Arial, Helvetica, sans-serif; }

