/* CSS Document */
body { 
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:20px;
	
}

.small { font-size:11px; }
.smallnormal { font-size:11px; font-weight:normal; }
.newsltr_title 	{ font-size: 16px; font-weight: bold; color: white; }
.newsltr_date 	{ font-size: 12px; color: white; margin-top:0px; text-align:right; margin-bottom:0px; }
.final { font-size:12px; color: #003366; font-weight:bold; }
.margtop_sm { font-size:11px; margin-top:4px; margin-bottom:8px; }
.printerfriendly { font-size:10px; margin: 0px 0px 0px 0px; text-align:right; }
.nextpage { text-align:right; }
.continued { font-size:11px; font-weight:normal; }

h1 { font-size:18px; color:#333333; font-weight:bold; margin-bottom:10px;}
h2 { font-size:14px; color:#3493D0; font-weight:bold; margin-bottom:2px;   }
h3 { font-size:12px; color:#404648; font-weight:bold; margin-bottom:4px;}
h4 { font-size:12px; color:#3493D0; font-weight:bold;  }

h1.small { font-size:16px; color:#999999;  font-weight:bold; margin-bottom:8px;}
h1.rightcol1 { font-size:14px; color: #052453; margin-bottom:4px; margin-top:0px; }
h1.rightcol { font-size:14px; color:#052453; margin-bottom:4px; margin-top:20px; border-top:thin; }
h2.rightcol { font-size:12px; color:#063F64; }
h1.topheader { margin-top:0px; }

a:link {color: #0066CC; text-decoration: underline; }
a:visited {color: #0066CC; text-decoration: underline; }
a:hover {color: #666666; text-decoration: none; }

.footer { font-size:11px; }
a.footerlink:link {color: #0066CC;font-size:11px; text-decoration: underline; }
a.footerlink:visited {color: #0066CC;font-size:11px; text-decoration: underline; }
a.footerlink:hover {color: #666666;font-size:11px; text-decoration: none; }

.link2 { font-size:11px; color:#333333; }
a.link2:link {color: #333333; font-size:11px; text-decoration: underline; }
a.link2:visited {color: #333333;font-size:11px; text-decoration: underline; }
a.link2:hover {color: #cccccc;font-size:11px; text-decoration: none; }

.smallnormal { font-size:11px; font-weight:normal; }
a.smallnormal:link {color: #0066CC;font-size:11px; text-decoration: underline; }
a.smallnormal:visited {color: #0066CC;font-size:11px; text-decoration: underline; }
a.smallnormal:hover {color: #666666;font-size:11px; text-decoration: none; }

.button { font-size:11px; font-weight:bold; padding:2px; background-color: #666666; color:#ffffff; text-decoration: none; }
a.button:link {color: #ffffff; text-decoration: none; }
a.button:visited {color: #ffffff;text-decoration: none; }
a.button:hover {color: #ffffff; background-color:#999999; text-decoration: none; }

.label { font-weight: bold; font-size:10px; text-align:right; }
.data { font-weight: normal; font-size:11px; text-align:left; }


