@import "styles.css";  /* hides advanced styles from some CSS-challenged browsers */

body	{
	width:100%;
	margin:10px 10px 0px 10px;
	padding:0px;
	font-size:75%;
	font-weight:normal;
	background-color:#aee1ff;
	background-image : url(img/bg.jpg);
	background-repeat : repeat-x;
}


body, p, li, td, h1, div, span {
	font-family: calibri,arial,trebuchet ms,sans-serif;  /* help for NS4 inheritance problems */
}

a		{ color:#0e3f91;/* text-decoration:none;*/ }
a:hover		{ color:#6489c7;/* text-decoration:underline;*/ }

/* Remove extra spacing from forms */
form {
	margin:0;
}

.company_normal {
	color: #000000;
}

.company_normal a { color: #000000; text-decoration:underline; font-size:13pt; }

.company_normal a:hover { color: #000000; text-decoration:underline; }



