/* CSS Document */

body {
    background-color : #ffffff;	
    margin-bottom : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 10px;	
	}
.header1 {
font-family:arial;font-weight:bold; font-size:11pt; color:#212121; 
}
.header2 {
font-family:arial;font-size:8pt; color:#212121; 
}
/*-------- Borders --------*/

.bordermain { border-width:5;
		   border-color:#545454;
		   border-top-style:solid;
		   border-left-style:solid;
		   border-bottom-style:solid;
		   border-right-style:solid;

}
.bordercont {
border: 1px solid #212121;
}
td.a1 {
border-right: 1px solid #212121;
border-bottom: 1px solid #212121;
}
td.a2 {
border-right: 1px solid #212121;
}
td.a3 {
border-bottom: 1px solid #212121;
}
.under1 {
text-decoration: underline;
}
/*-------- Spacer Info --------*/

p.a1 {
margin-top:5px;
margin-bottom:5px;
margin-left:10px;
margin-right:10px;
}
p.a2 {
margin-top:15px;
margin-bottom:15px;
margin-left:10px;
margin-right:10px;
text-align: center;
}
p.a3 {
margin-top:15px;
margin-bottom:20px;
text-align: center;
}
li {margin-bottom: 5px;}
/*-------- Natural Text --------*/
.txta { font-family:arial; font-size:11px; color:#212121; }
.txtb { font-family:arial; font-size:9px;font-weight:bold; color:#77736D; }
.content { font-family:verdana; font-size:9pt;line-height:12pt; color:#212121; }
.footertxt { font-family:verdana; font-size:11px;line-height:15px; color:#212121; }


/*-------- Link classes --------*/
a { text-decoration:none;	color:#212121; }
a:visited { text-decoration:none; color:#212121; }
a:active  { text-decoration:none; color:#212121; }
a:hover   { text-decoration:none; color:#212121; }

a.footer { text-decoration:underline;	color:#212121; }
a.footer:visited { text-decoration:underline; color:#212121; }
a.footer:active  { text-decoration:none; color:#212121; }
a.footer:hover   { text-decoration:none; color:#212121; }



