/* ELEMENTS */
b	{ font-weight: bold; }
u	{ text-decoration: underline; }
i	{ font-style: italic; }

body { }
h2 { font-size: 14px; font-weight: bold; color: #60737B; padding: 2px 2px 2px 0px; border-bottom: 1px solid #C5C3C4; margin-top: 0; }
h3 { font-size: 14px; font-weight: bold; color: #60737B; margin-top: 0; }
td { font: 12px arial, verdana, sans-serif; color: #828081; } 
p { margin-top: 0; }
dt { margin-top: 5px; }




/* LINKS */
a:link { color: #8BAADF; text-decoration: none;  }
a:visited { color: #8BAADF; text-decoration: none;  }
a:hover { text-decoration: underline; }

span.hdr {color: #5E717D; text-decoration: none; font: 11px arial;}


/* FOOTER */
.footer { color: #848283; font-size: 11px; }
a.footer:link { color: #848283; text-decoration: none; }
a.footer:visited  { color: #848283; text-decoration: none; }
a.footer:hover { color: #AEB9B3; text-decoration: none; }
.footerOn { color: #AEB9B3; }
	
	
	
/* CLASSES */
.textSmall { font-size: 11px; }
.textLarge { font-size: 15px; }
.textWhite { font-size: 14px; font-weight: bold; color: #fff; }
.textBlue { font-size: 13px; font-weight: bold; color: #8BAADF; }
/*.textField { background-color: #C6CCC0; color: #fff; font-weight: bold; font-size: 11px; border: 1px solid #fff; padding: 1px; }*/
.textField { background-color: #fff; color: #60737B; font-weight: normal; font-size: 11px; border: 1px solid #C5C3C4; padding: 1px; }
.center { text-align: center; } 
.justify { text-align: justify; }
div.hometext { font-size: 13px; }