body {
	background:#666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:hover.bg-blue {
	background-color: #0F1477;
}
a:hover.bg-red {
	background-color: #CC0000;
}
td, p, input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
H1 {
	font-size: 12px;
}
.grey1 {
	color: #E7FFA6;
}
.grey2 {
	color: #666666;
}
.grey3 {
	color: #333333;
}
.red {
	color: #CC0000;
}
.orange {
	color: #FF9900;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0F1477;
}

.box-grey {
	border: 1px solid #999999;
}

.box-white {
	border: 1px solid #FFFFFF;
}

