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

.text a:link,
.text a:visited,
.text a:active { 
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
.text a:hover {
	color: #048CC2;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	} 
	
.footer a:link,
.footer a:visited,
.footer a:active { 
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.footer a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	}

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

.info a:hover {
    color: #009900;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
		
body { 
   background-image: url(images/background.jpg);
   background-repeat: repeat-x;
   background-position: top center;
   color: #000000;
   font-size: 12px;
   line-height: 16px;
   font-family: Helvetica, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }
   
h1 {		
	font-size: 18px;
	line-height: 24px;	  	
	color: #000000;
	display: inline;
	}
h2 {	
	font-size: 13px;
	line-height: 18px;	  	
	color: #000000;
	font-weight: normal;
	display: inline;
	}
h3 {	
	font-size: 14px;
	line-height: 18px;	  	
	color: #666666;
	display: inline;
	}
h4 {		
	font-size: 10px;
	line-height: 15px;	  	
	color: #FF3300;
	background: #FFFFFF;
	}

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

.formbutton {
    background: #048CC2;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	border: 1px outset;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
}

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

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

.text {
    color: #666666;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}
	
.footer { 
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	color: #FFFFFF;
	}

.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/dc_11.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 195px;
	}

.layoutContent {
    background-image: url(images/content.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	}

.layoutContentBackground {
    background-image: url(images/contentbackground.jpg);
    background-repeat: repeat-y;
    background-position: top center;
	padding: 0px;
	}

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

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

.image {
	border: 0px;
    padding: 0px;
	text-align: center;
	}
	
.image_container {
	display: block;
	float: right;
	margin: 5px;
	padding-left: 15px;
	}