a:link,a:visited { 
	color: #000044;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	}
	
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	} 

a:active { 
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	line-height: 18px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	}

.footer a:link,a:visited,a:active { 
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	}
	
.footer a:hover {
	color: #000044;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	}

.moduleRow a:link,a:visited,a:active {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	color: #000044;
	}

.moduleRow a:hover {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	}
		
body { 
   background-image: url(images/background.jpg);
   background-repeat: repeat-y;
   background-position: center;
   color: #990033;
   font-size: 15px;
   line-height: 18px;
   font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
   }
   
h1 {	
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;	
	font-size: 18px;
	line-height: 24px;	  	
	color: #CC0033;
	}
h2 {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;	
	font-size: 10px;
	line-height: 15px;	  	
	color: #000000
	}
h3 {	
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;	
	font-size: 14px;
	line-height: 16px;	  	
	color: #FF6600;
	background: #CCCCCC;
	}
h4 {	
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;	
	font-size: 10px;
	line-height: 15px;	  	
	color: #FF3300;
	background: #FFFFFF;
	}

.form {
    background: #DDDDDD;
    color: #333333;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.formbutton {
    background: #000044;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	border: 3px outset;
}

.title {
    color: #000044;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.header {
    background: #000044;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.info {
    color: #CC0033;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.text {
    color: #555555;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}
	
.footer { 
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #999999;
	}

.moduleRow {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	color: #555555;
	background: #EEEEEE;
	}
	
.moduleRowOver {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	background: #CCCCCC;
	color: #000044;
	cursor: pointer;
	}

.hr {
    border: 0;
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 2px;
    width: 100%;
	}