/* CSS Document */

body {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

body, p, table, td, tr, th {
	font-family: Optima, "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

.nav {font-size: 14px;}

.white {
	font-size: 9px;
	color: #FFFFFF;
}

.header {font-weight: bold; }










