a:link,
a:visited,
.a:active { 
	color: #669933;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:hover {
	color: #121212;
	font-weight: normal;
	text-decoration: none;
	} 

.text a:link,
.text a:visited,
.text a:active { 
	color: #669933;
	font-weight: bold;
	text-decoration: none;
	}
	
.text a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	} 
	
.footer a:link,
.footer a:visited,
.footer a:active { 
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #66CCCC;
	color: #FFFFFF;
	}
	
.footer a:hover {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFCC00;
	color: #669933;
	}
		
body { 
   background: #121212;
   color: #CCCCCC;
   font-size: 12px;
   line-height: 16px;
   font-family: Geneva, Helvetica, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }
   
h1 {		
	font-size: 26px;
	line-height: 40px;
	color: #FFCC00;
	font-weight: normal;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	}

h2 {	
	font-size: 18px;
	line-height: 18px;	  	
	color: #66CCCC;
	font-weight: normal;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	}

h3 {	
	font-size: 15px;
	line-height: 18px;	  	
	color: #66CCCC;
	font-weight: normal;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	}

h4 {		
	font-size: 14px;
	line-height: 18px;	  	
	color: #FFFFFF;
	display: inline;
	}

.form {
    background: #121212;
    color: #CCCCCC;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	border: 2px solid #FFFFFF;
}

.formbutton {
	color: #FFFFFF;
	background: #669900;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 3px;
	border: 0px;
}

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

.big {
    color: #CCCCCC;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

.text {
    color: #CCCCCC;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
	
.footer { 
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	}

.moduleRow {	
	font-size: 12px;
	line-height: 16px;
	color: #006600;
	background: #EEEEEE;
	}
	
.moduleRowOver {	
	font-size: 12px;
	line-height: 16px;
	background: #CCCCCC;
	color: #000044;
	cursor: pointer;
	}

.layoutHeader {
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 290px;
	}

.layoutContent {
	background: url(images/background.gif);
	background-position: top center;
    /*background: #333333;*/
	padding: 0px;
	}

.layoutFooter {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 100px;
	}

.hr {
    border: 0;
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 2px;
    width: 100%;
	}

.image {
	background: #666666;
	padding: 1px;
	border: 3px solid #FFFFFF;
	text-align: center;
	}
	
.image_container {
	display: block;
	float: right;
	padding-left: 10px;
	text-align:left;
	}

.image_table {
	padding-left:0px;
}