/* CSS Document */

<STYLE type="text/css">

body {
	background-color: #707070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ItalicBoldLt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.ItalicBoldLtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F4F4F4;
}
strong {
	color: #666666;
	letter-spacing: .7px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #10409f;
	font-variant: small-caps;
	font-style: italic;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: .65px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.boldNoColor {
	font-weight: bolder;
}
#sidebar {
	float: right;
	margin-right: 18px;
	top: 100px;
	position: relative;
}
