/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #333333;
	letter-spacing: 1pt;
	background-color:#B5121B;
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	font-size:1.2em;
	color:#333333;
	font-weight: bold;
}
.style2 {
	color:#0099CC;
	font-weight:bold;
}
.styleheading {
	font-size:1.5em;
	color: #B5121B;
	font-weight: bold;
}
p {
	font-size:1em;
	margin:0 0 0.5em 0;
}
a:link,{
	color: #1D3E74;
	text-decoration: none;
}
 a:visited {
	color: #1D3E74;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}
