a:link,
a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover,
a:active {
	color: #71BF44;
	font-weight: bold;
	text-decoration: none;
	}
	
.imageLink a:link,
.imageLink a:visited,
.imageLink a:hover,
.imageLink a:active { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	background: none;
	}

.small a:link,
.small a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 15px;
	background: #FFFFFF;
	}
	
.small a:hover,
.small a:active {
	color: #FF4400;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	background: #FFFFFF;
	}

.nav a:link,
.nav a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	border-bottom: 2px dotted #FFFFFF;
	border-top: 2px dotted #FFFFFF;
	display: block;
	font-family: Arial, Trebuchet MS, sans-serif;
	}
	
.nav a:hover,
.nav a:active {
	color: #82673B;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	border-bottom: 2px solid #C6DD7D;
	border-top: 2px solid #C6DD7D;
	display: block;
	font-family: Arial, Trebuchet MS, sans-serif;
	} 

.footer a:link,
.footer a:visited,
.footer a:active { 
	color: #71BF44;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 20px;
	}
	
.footer a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	}
	
body { 
   color: #333333;
   font-size: 12px;
   line-height: 18px;
   font-family: Times New Roman, Trebuchet MS, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }

.dataTable {
    border: 2px solid #999999;
	padding: 1px;
	background: #FFFFFF;
    }

.featureTitle {
    font-size: 16px;
	line-height: 18px;	  	
	color: #000000;
    }

.featureText {
    font-size: 12px;
	line-height: 15px;	  	
	color: #71BF44;
	font-family: Arial, Trebuchet MS, sans-serif;
    }
	
.title {
    color: #82673B;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

.text {
    color: #333333;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Trebuchet MS, sans-serif;
}

.subtitle {
    color: #71BF44;
	font-weight: bold;
	font-size: 18px;
	line-heigh: 24px;
}

.info {
    color: #CC0033;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

.small { 
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
}

.answer {
    color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
}
	
.footer { 
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #71BF44;
	padding-top: 15px;
	}

.moduleRow {
    font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background: #555555;
	height: 30px;
	}
	
.moduleRowOver {
    font-size: 12px;
	line-height: 16px;
	color: #FFAA00;
	background: #222222;
	height: 30px;
	cursor: pointer;
	}

.layout1 {
    background-image: url(images/top_back.jpg);
    background-repeat: repeat-x;
    background-position: center;
	padding: 0px;
	height: 301px;
	}
	
.layout2 {
    background-image: url(images/nbwc_13.jpg);
    background-repeat: repeat;
    background-position: top center;
	padding: 0px;
	}
	
.layout3 {
    background-image: url(images/nbwc_16.jpg);
    background-repeat: repeat-x;
    background-position: center;
	height: 100px;
	}
	
.hr {
    border: 0;
    color: #edf4e2;
    background-color: #edf4e2;
    height: 1px;
    width: 100%;
	}

.image {
    background: #FFFFFF;
	border: 4px solid #C6DD7D;
    padding: 1px;
	text-align:center;
	}
	
.image_container {
	display: block;
	float: right;
	margin: 5px;
	padding-left: 15px;
	}

.form {
    background: #C6DD7D;
    color: #000000;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.button {
    background: url(images/button_back.jpg);
    color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	padding: 3px;
	border: 0px;
}