@charset "utf-8";
/* CSS Document */

body 
	{
	background-color: #DFE2E4;
	
}


p {
	font: 10pt/16pt arial;
	margin-top: 0px;
	text-align: justify;
	color: #FFFFFF;
	}
h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #7D775C;
	text-decoration: underline;
	}
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #FCFCFC;
	}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #DFE2E4;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #FFCCCC;
	}
