/* TAG OVERRIDES */

BODY {
	background-image: url(../_images/logo_background_gry.gif); 
	background-position: 55px 30px;
	background-repeat: no-repeat;
}

HR {
	width: 100%;
	height: 2px;
	color: #003399;
}

/*  CLASSES */
	
.txtHeaderBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-transform: capitalize;
}

.txtBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.txtBodyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	text-decoration: underline;
}

.txtBodyLink:hover {
	color: #0000FF;
}

.txtBodyLinkLrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.txtBodyLinkLrg:hover {
	color: #0000FF;
}

.txtBodyHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	font-weight: bold;
	text-transform: uppercase;
}

.txtBodyBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.txtIncrease {
	font-size: 10pt;
}

.txtDecrease {
	font-size: 7pt;
}

.txtNote {
	font-family: Arial;
	font-size: 8pt;
	color: #669999;
}

.txtError {
	font-family: Verdana;
	font-size: 9pt;
	color: #FF0000;
}

.txtMenuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #999999;
}

.txtMenuLinkOn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #CC0000;
}

.txtMenuLink:hover {
	color: #0000FF;
	text-decoration: none;
}

.txtMenuNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.txtMenuNumber:hover {
	color: #0000FF;
}

.txtMenuNumberOn {
	color: #FFFFFF;
}

.tblHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.tblSubHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

.tblLabel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
	text-transform: capitalize;
}

.tblLabel2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003399;
}

.tblData{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #336666;
}

.tblColLabel {
	width: 70%;
	text-align: left;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.tblColLabel2 {
	text-align: left;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.tblColLabel3 {
	text-align: left;
	vertical-align: top;
	background-color: #DDDDDD;
}

.tblColData {
	width: 30%;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.tblColData2 {
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.tblRowHeader {
	text-align: center;
	background-color: #003399;
}

.tblRowSubHeader {
	text-align: center;
	background-color: #BBBBBB;
}

.tblRowSpacer {
	width: 100%;
	background-color: #FFFFFF;
}

.txtFormData {
	font-family: Verdana;
	font-size: 9pt;
	color: #003399;
}

.txtFormLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: capitalize;
	color: #003399;
}

.tblColFormLabel {
	width: 40%;
	text-align: left;
	vertical-align: middle;
	background-color: #DDDDDD;
}

.tblColFormField {
	width: 60%;
	text-align: left;
	vertical-align: middle;
	background-color: #DDDDDD;
}
.txtFooter {
	color: #999999;
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
}
.tblColHead 
{
	font-size: 10pt;
	font-weight: bold;
}
.tblCol 
{
	font-size: 10pt;
}