body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFCED;
	margin-top: 0px;
}

h1 {
	color: #077DB6;
	font-size: 14px;
}

.content {
	text-align: left;
	vertical-align: top;
	padding-left: 100px;
	padding-right: 100px;
}
.controls {
	text-align: left;
	vertical-align: top;
}
.bluebold {
	color: #077DB6;
	font-weight: bold;
}
.graybold {
	color: #666666;
	font-weight: bold;
}
.footer {
	color: #999999;
	font-size: 12px;
	text-align: right;
}
hr {
	color: #999999;
	background-color: #999999;
	height:1px;
	width:70%;
	text-align: center;
    	margin: 0px 0px 0px 0px;
    	border: 0;
}
.footerlink A:link  {
	font-size: 12pt;
	color: #999999;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.footerlink A:visited  {
	font-size: 12pt;
	color: #999999;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.footerlink A:hover  {
	font-size: 12pt;
	color: #077DB6;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.footerlink A:active  {
	font-size: 12pt;
	color: #999999;
	font-weight: bold;
	TEXT-DECORATION: none;
}

.content A:link  {
	color: #333333;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
.content A:visited  {
	color: #333333;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
.content A:hover  {
	color: #077DB6;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
.content A:active  {
	color: #333333;
	font-weight: bold;
	TEXT-DECORATION: underline;
}
