.button a:link,
.button a:visited,
.button a:hover,
.button a:active { 
    color: #FFFFFF;
	background: #008C23;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    border: 2px solid #FED600;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	}

a:link,
a:visited { 
	color: #008c23;
	font-weight: bold;
	text-decoration: underline;
	}

a:active,
a:hover { 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}

.footer a:link,
.footer a:visited { 
	color: #10594D;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 11px;
	}

.footer a:active,
.footer a:hover { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	}

.info a:link,
.info a:visited { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 11px;
	}

.info a:active,
.info a:hover { 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	}
	
body { 
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
	background: #68D4E8;
    }
	
.title {
	padding-left: 15px;
	}

.subtitle {
	color: #5ec0d1;
	font-weight: bold;
	font-size: 14px;
	padding-right: 15px;
	}

.projectTitle {
	color: #008c23;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	}
	
.text {
    color: #10594D;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	}
	
.text_nopad {
    color: #10594D;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	}	

.text2 {
    color: #10594D;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	}
	
.formbutton {
    color: #FFFFFF;
	background: #008C23;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    border: 2px solid #FED600;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
    }
	
.formfield {
    color: #008C23;
    background: #FFFFFF;
    font-weight: normal;
	font-size: 12px;
	line-height: 18px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 2px;
	border: 2px intset;
	text-decoration: none;
    }
	
.dataTable {
	background: #B3EBFA;
	padding: 1px;
	border: 1px solid #68D4E8;
    }
	
.info {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	}

.info2 {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	padding-top: 7px;
	}
	
	
.footer { 
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #10594D;
	padding-top: 8px;
	}

.question{
	font-size: 14px;
	line-height: 20px;
	color: #10594D;
	padding: 5px;
}

.answer{
	font-size: 14px;
	line-height: 20px;
	color: #10594D;
	background: #a7dae8;
	padding: 5px;
}

.tableHeader {
    background: #a7dae8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
    }
	
.moduleRow {
	font-size: 11px;
	line-height: 15px;
	color: #10594D;
	background: #a7dae8;
	padding: 3px;
	}
	
.moduleRow a:link, .moduleRow a:visited, .moduleRow a:hover, .moduleRow a:active{
	color: #10594D;
}

.moduleRowOver {
    font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	background: #008922;
	padding: 3px;
	}	
	
.moduleRowOver a:link, .moduleRowOver a:visited, .moduleRowOver a:hover, .moduleRowOver a:active{
	color: #FFFFFF;
}

.form {
    background: #FFFFFF;
    color: #008FD5;;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
		
.hr {
    border: 0;
    color: #72c2d8;
    background-color: #72c2d8;
    height: 1px;
    width: 100%;
   margin-left: 5px;
   margin-right: 5px;
}


.image {
	background: #008c23;
	padding: 1px;
	text-align: center;
	}
	
.image_border {
	border: 0px solid #790033;
    }	
		
.image_container {
	display: block;
	float: right;
	padding-left: 30px;
	}