Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#003399;
	text-decoration: none;
	width: auto;
	height:100%;
	overflow-x: auto;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
.stxt {
	font-size: 8pt;
}
.txt {
	font-size: 9pt;	
}
.txt a, a:link, a:visited, a:hover{
	font-size: 8pt;
	color:#999999;
}
.rtxt {
	font-size: 12pt;
	color:#FF0000;
	font-weight:bold;	
}
.wbg{
background-color: #ffffff;
}
.gborder {
	border-right-color: #a6a6a6;
	border-left-color: #a6a6a6;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
}
.blackborder {
	border-right-color: #000000;
	border-left-color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
}

.header{
	height:30px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	border-bottom-color: #ff0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.bottomborder{
 	height:30px;
	/*-border-bottom-color: #ff0000;
	border-bottom-width: 3px;
	border-bottom-style: dashed;	--*/
	font-size: 14pt;
	font-weight:bold;
	background-color:#003399;
	color:#FFFFFF;
}
.bottomborder a{
	color: #A6C0FF;
	text-decoration: underline;	
}
.bottomborder a:link {
	color: #A6C0FF;
	text-decoration: underline;	
}
.bottomborder a:visited {
	color: #D9E4FF;
	text-decoration: underline;	
}

.bottomborder a:hover{
	color: #ffffff;
	text-decoration: underline;
}
a{
	color: #003399;
	text-decoration: underline;	
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #003399;
	text-decoration: underline;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration: none;
	
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;	
	text-decoration: none;	
}
.textbg {
	background-color:#FFF7EE;
	padding:10px;	
}
.bubblelr{
    border-right-color: #000000;
	border-left-color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 5px;
}
.mainmsg{
	font-size: 14pt;
	color: #339900;	
}
.hr{
	border-bottom-color: #ff0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}