@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #c8c9cb;
}

body.white {
	background: #fff;	
}

body, td {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
}

p, b, div {
	color: #8E8E8E;	
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}


a.darkblue {
	color: #1C449C;
	font-weight: bold;
}

a.darkblue:hover {
	text-decoration: underline;
}

p.first {
	margin-top: 0;
}
