@import "styles.css";  /* hides advanced styles from some CSS-challenged browsers */

body	{
	width:100%;
	margin:10px 10px 0px 10px;
	padding:0px;
	font-size:11pt;
	text-align:left;
}


body, p, li, td, h1, div, span {
	font-family: calibri,arial,trebuchet ms,sans-serif;  /* help for NS4 inheritance problems */
}

a	{ 
	color:#333333;
	text-decoration:none;
	}
a:hover	
	{ 
	color:#333333;
	text-decoration:underline;
	}

/* Remove extra spacing from forms */
form {
	margin:0;
}

.company_normal {
	color: #000000;
}




