/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E699C;
	font-weight: bold;
}

form {
display:inline;
}
p
{
	text-align:		justify;
}

a {
	text-decoration: none;
	color: #3E699C;
}

a:hover {

	text-decoration: none;
	color: #7593B7;
	
}

a.footerNav 	  { color: #3E699C; text-decoration: none; font-weight: bold; font-size: 11px;}
a.footerNav:hover { color: #7593B7; text-decoration: none; font-weight: bold; font-size: 11px;}

.stockName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}
.stockValue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;

}
.titleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;

}
.titleSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 10px;

}
.fields {
	width: 100%;
}
.decUnderline {
	text-decoration: underline;
}
.decNoDecoration {
	text-decoration: none;
}
.cntDefaultHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E699C;
	font-weight: bold;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform:uppercase;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7593B7;
	font-weight: bold;
	text-transform:uppercase;
}

.lstTitle {
	font-size: 14px;
	color: #3E699C;
	font-weight: bold;

}
.lstName {
	color: #3E699C;
	font-weight: bold;
}
.snpTitle {
	font-weight: bold;
	color: #3E699C;
}
.snpBody {
	color: #000000;
}

