/* CSS Document */

a	 		{ text-decoration:none; }
a:link 		{ color:#C3B597; font-weight:bold; text-decoration:none; }
a:visited 	{ font-weight:bold; }
a:active 	{ color: #C3B597; font-weight:bold; }
a:hover 	{ color: #BA1C2C; font-weight:bold; }

td 	{ vertical-align: 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: #370408;
		color: FFFFFF; }
	
#content	{
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 10pt;
		text-align: justify; 
		padding: 10px, 0px, 5px, 20px;
		color: #FFFFFF;
		background-color: transparent;	}
		
hr 		{ color:FE0000; }
h5 		{ color:B6AF79; }
h4 		{ color:480D01; }