	body, td, input, select, textarea, .defaultFont {
		font-family: Verdana, Arial;
		font-size: 8pt;
	}
	
	body {
		margin: 0;
		background-color: #ffffff;
		color: #000000;
	}
	
	.content {
		background-color: #ffffff;
	}
	
	a {
		color : #335577;
		text-decoration : underline;
	}
	
	a:hover {
		color : #7799bb;
		text-decoration : none;
	}

	font.sectionTitle {
		color : #858885;
		font-size : 8pt;
		font-weight : bold;
	}

	font.sectionTypeTitle {
		color : #c5ccc5;
		font-weight : bold;
	}

	font.error {
		color : #cc0000;
	}

	font.required {
		color : #ff6600;
	}

	font.note {
		color : #999999;
	}