h1 {
	font-size: 14px;
	font-weight: bold;
	display:inline;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
p {
	font-size: 14px;
	font-weight: normal;
	width: 90%;
	text-align: left;
}

#important {
	padding-top: 5px;
}

a:link    {color:#000000}
a:visited {color:#000000}
a:active {color:#FFFFFF}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.blueLink a:active
{
	color: #0000FF;
    text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:link
{
   	color: #0000FF;
   	text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:visited
{
   	color: #0000FF;
   	text-decoration: none;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink a:hover
{
   	color: #000000;
   	text-decoration: underline;
	font-size: 10pt;
	font-family: "Times New Roman";
}
.blueLink
{
	color: black;
	font-size: 10pt;
	font-family: "Times New Roman";
}
