@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background:#CCC;
	font-family:tahoma;
	font-size:12px;
	color:#036;
	
}
table{
	border:0px;	
}
.controlBtn{
	cursor:pointer;
	border:0px;
}

.borderDiv{
	width:98%; 
	height:98%;
	border: #666 thin solid;
	margin:0px;
	background:#CCC;
	}
	a:link {
	text-decoration: none;
	color: #183AAD;
}

a:hover {
	text-decoration: none; color:#FF6600
}
a:visited {
	text-decoration: none;
	color:  #183E9E;
}
a:visited:hover
{
	text-decoration: none; color:#FF6600
}
a:active {
	text-decoration: none;
}


