/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

#footer { font-size:small;}
#error {
	color:#CC0000;
	text-align:left;
	display: block;
	width: 650px;
	text-indent: 15px;
}
#succes {color:#006633;}

.small { font-size:small;}
.link {
	font-size: smaller;
	text-decoration: none;
}

a:link {
	color: #003366;
	text-decoration: none;
	font-weight:bold;}
a:active {	color: #003366;
	text-decoration: none;
	font-weight:bold;}
a:hover {	color: #003366;
	text-decoration: none;
	font-weight:bold;}
a:visited {	color: #003366;
	text-decoration: none;
	font-weight:bold;}
	
.astrix { color:#CC0000;}