body {
	margin: 0px;
	background-color: #ffffff;
}

body,td,p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}


h1 { font-size: 24px; color: #000000;}

h2 { font-size: 22px; color: #000000;}

h3 { font-size: 20px; color: #000000;}

h4 { font-size: 18px; color: #cc0000;}

h5 { font-size: 16px; color: #cc0000;}

h6 { font-size: 14px; color: #cc0000;}

.red { color:#cc0000;}

.small {font-size:10px;}

.navigation {
	background-image: url(img/dot_lightBlue.gif);
	vertical-align: top;
	width: 108px;
}

a {
	color:#003399;
	text-decoration: underline;
}


a:hover {
	background-color:#cccc66;
	text-decoration:none;
}

.mainBody {
	width: 638px;
	padding-left: 32px;
	vertical-align: top;
}

@media print {
	.noPrint    { display: none; }
	.navigation { display: none; width: 1px;}
	.mainBody   { width: 620px; }
}