BODY {
	margin : 0 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	text-align : justify;
	color : #454545;
	scrollbar-face-color:#454545;
    scrollbar-arrow-color:ffffff;
    scrollbar-track-color:#999999;
    scrollbar-shadow-color:'333333';
    scrollbar-highlight-color:'666666';
    scrollbar-3dlight-color:'666666';
    scrollbar-darkshadow-Color:'000000';
	
}

TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;	
	
}


H1 {
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	font-weight : bold;
}

H2 {
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : bold;
}

h3 {
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : normal;
}

A:Link {
	color : #454545;
	text-decoration: none;
	font-weight : bold;
}
A:Visited {
	color : #454545;
	text-decoration: none;
	font-weight : bold;
}
A:Active {
	color : #454545;
	text-decoration: none;
	font-weight : bold;
}
A:Hover  {
	color : #ff0000;
	text-decoration: none;
	font-weight : bold;
	
	
}

<!-- for table layouts -->
<!-- grey text link with right hand border line -->
.subLines A:Link {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines A:Visited {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines A:Hover  { 
		color : #ffffff;
		text-decoration: none; 
		font-size : 8pt;
}
.subLines A {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color : #000000;
	border-style : solid;
}	

<!-- for table layouts -->
<!-- grey text link with no border line -->
.subLines2 A:Link {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Visited {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Hover  { 
		color : #ffffff;
		text-decoration: none; 
		font-size : 8pt;
}
.subLines2 A {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #000000;
	border-style : solid;
}

<!-- for table layouts -->
<!-- white text link no cell line borders -->
.subLines3 A:Link {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Visited {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Hover  { 
		color : #ffffff;
		text-decoration: none; 
		font-size : 8pt;
}
.subLines3 A {
	color : #000000;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #000000;
	border-style : dotted;
}

.tableBorder {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #cccccc;
	border-style : solid;
}

.tableBorderdotted {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #333333;
	border-style : dotted;
}

.tableBordercolumn {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color :  #ADADAD;
	border-style : dotted;
}

.tableBorderall {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #e4e4e4;
	border-style : dotted;
	background-color : #F5F5F5;
}

.rightline {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : solid;
	background-color : #F5F5F5;
}
