/* CSS Document */
P			 	{ text-align: justify }
A:link   		{ text-decoration: none; color: black }
A:visited	 	{ text-decoration: none; color: #333333}
A:active   		{ text-decoration: none; color: #990000}
A:hover			{ text-decoration: underline; color: #330066}

.disclaimer {
	font-size: 12px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330066;
}
.body {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.nav {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
body {
	background-color: #CCCCCC;
}