@charset "UTF-8";
/* COATS CSS */

body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #f2f0e6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
h1 {
	font-size: 10px;
	color: #000000;
}
h2 {
	font-size: 11px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 10px;
	color: #990000;
}
h5 {
	font-size: 11px;
	color: #990000;
}
h6 {
	font-size: 12px;
	color: #990000;
}
.a {
	font-family: Arial;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
.b {
	font-family: Arial;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.c {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.d {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.nomargin {
margin-top: 0px;
margin-bottom: 0px;
}

