BODY {background-color: #577888;}

.table_bg_color {
 background-color: #262f36;
}

a:link {
	color: #262f36;
	text-decoration: none; 
	}
a:visited { 
	color: #262f36;
	text-decoration: none; 
	}
a:hover {
	color: #577788;
	text-decoration: none; 
	}
a:active { 
	color: #262f36; 
	text-decoration: none; 
	}


.myText { 
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color:#262f36;
	line-height:13pt;
	font-weight: plain;
	}
	
	.myTextSmall { 
	font-family: Georgia, Times, serif;
	font-size: 8pt;
	color:#262f36;
	line-height:10pt;
	font-weight: plain;
	}
	
	.myTextBold { 
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color:#262f36;
	line-height:13pt;
	font-weight: bold;
	}
	
		.myTextLarge { 
	font-family: Georgia, Times, serif;
	font-size: 14pt;
	color:#262f36;
	line-height:13pt;
	font-weight: bold;
	}

	
.myLink { 
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	color:#262f36;
	line-height:13pt;
	font-weight: plain;
	}
	
	
A {
        TEXT-DECORATION: none
}
A:hover {
        COLOR: #577788
}


.labelbox {
    background-color: #9eb7cb;
    font-family: Georgia, Times, serif;
    border: 1px solid;
    border-color: 262f36;
}