/* Styles for the body */
body
{
	color: #7F8F9B;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: normal;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #7F8F9B;
}
/* Styles for the links, anchors */
a {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
/* Styles for tables */
table.border {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0;
}
th {
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
td {
	color: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
/* Styles for the headers */
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; 
}
.h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF; 
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF; 
}
.h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF; 
}
p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	word-spacing: 0;
	margin: 0;
}
.b
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF; 
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.top {
	vertical-align:top;
}