
/*  GLOBAL STUFF  */
body {
	background-color: #ffffff;
}


	body, p, td, tr, ul, ol, li, dl, dd {
		color: #666666;
		cursor: default;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 9pt;

		}

	a, a:link, a:active, a:visited {
		color: #760a29;
		text-decoration: none;
		font-weight:bold;
		}
	
	a:hover {
		color: #666666;
		}


	hr {
		color: transparent;
		height: 1px;
		border-style : none; 
		border-bottom: 1px dashed #91BCE3;
		}







	body {
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		}

		