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

a {
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: underline;
	color:#993333;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#993333;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color:#993333;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
body, p {
font-family: Verdana, Arial, Helvetica, sans serif;
font-size: 10px;
color:#000000;
line-height:16px;
text-align:left;
}

h1 {
font-size: 14px;
font-family: Times New Roman, Times, serif;
color:#000066;
font-weight:bold;
font-style:italic;
margin-top: 0px;
margin-bottom: 0px;
}

h2 {
font-size: 12px;
color: #993333;
margin-top: 0px;
}

.boldblue {
font-size: 12px;
color: #000066;
font-weight:bold;
}

.boldred {
font-size: 12px;
color: #993333;
font-weight:bold;
text-align:left;
}
