/* CSS Document */


a 			{ text-decoration:none; }
a:link 		{ color: #284574; font-weight:bold; text-decoration:none; }
a:visited 	{ font-weight:bold; }
a:active 	{ color: #480D01; font-weight:bold; }
a:hover 	{ font-weight:bold; background-color: #E6E8EF; color: #284574; }

td 	{ vertical-aling: top; }

body 		{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	text-align: justify; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #F2E8D4;
	color: FFFFFF; }
	
#content	{
	overflow: auto;
	height: 300px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	text-align: justify; 
	padding: 10px;
	color: #000000;
	background-color: transparent;	
	}
			
hr 		{ color: #FE0000; }
h5 		{ color: #B6AF79; }
h4 		{ color: #480D01; }