/* CSS Document */

body {
	background: #cadeb9;
	font-family: Arial;
	color: #660099;
	font-size: 12px;
	}
	
h1 {
	font-family: Arial;
	color: #003300;
}

h2 {
	font-family: Arial;
	color: #003300;
}

h3 {
	font-family: Arial;
	color: #003300;
}

td.whitecell_greenborder {
	background-color: #FFFFFF;
	border: medium solid #003300;
}

td.white {
	background-color: #FFFFFF;
}

a:link {
	text-decoration:none; 
	color: #660099; }
a:visited {
	text-decoration:none;
	color: #660099;
}
a:hover {
	text-decoration:none;
	color: #003300;
}