/* standard elements */


/* Configures general text settings in page */
body {margin: 0; font: 12px arial, helvetica; margin-bottom:10px; background: #154003 url("../images/bkgd_body_gradient.png") repeat-x center top;}


/* structure */

.header {align:center;width:1020px;height:160px;background: #F4F4F4 url("../images/bkgd_body_header7.png") repeat-y center top;}

.stage {align:center;width:1020px;background: #F4F4F4;}

.bottom {align:center;width:1020px;height:11px;background: url("../images/bkgd_body_footer_bar.gif") repeat-x center top;}

.footer {align:center;width:1020px;background: #154003;}


/* CELL, PARAGRAPH AND FONT CLASSES */

h1 {font:normal 26px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }
h2 {font:normal 21px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }
h3 {font:normal 18px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }
h4 {font:normal 16px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }
h5 {font:normal 14px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }
h6 {font:normal 9px arial,helvetica,sans-serif; letter-spacing: 1px; margin-bottom: 10px; }

p { font: 12pt/16pt arial,helvetica,sans-serif; }


/* LINKS */
	
a:link { font-weight: bold; text-decoration: none; color: #71AB0B;	}

a:visited { font-weight: bold; text-decoration: none; color: #71AB0B;	}

a:hover, a:active { text-decoration: underline; color: #CC0000;	}