@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #636363;
}
--> Links status

a:link {
	text-decoration: none;
	color: #1d7db5;
	}
a:visited {
	text-decoration: none;
	color: #1d7db5;
	}
a:hover {
	text-decoration: underline;
	color: #0099FF;
	}
a:active {
	text-decoration: none;
	color: #0099FF;
	}

table a:link {
	text-decoration: none;
	color: #1d7db5;
	}
table a:visited {
	text-decoration: none;
	color: #1d7db5;
	}
table a:hover {
	text-decoration: underline;
	color: #0099FF;
	}
table a:active {
	text-decoration: none;
	color: #0099FF;
	}

.left50 {
	padding-left:50px;
	}
.left20 {
	padding-left:20px;
	}
.right50 {
	padding-right:50px;
	}
	
.whitetext { font-size:10px; color: #FFFFFF;}

