a:link { 
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
	}
	
a:visited { 
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
	}
	
a:hover {
	color: #003366;
	font-weight: normal;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	} 

a:active { 
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	} 
	
body {	
	background: url(images/background.jpg);
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;	
	font-size: 11px;
	line-height: 15px;	
	color: #FFFFFF;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
	}
	
h1 {		
	font-size: 11px;
	line-height: 13px;	  	
	color: #000000;
	background: #99CCFF;
	}
	
h2 {	
	font-size: 10px;
	line-height: 15px;	  	
	color: #000000
	}
	
h3 {		
	font-size: 14px;
	line-height: 16px;	  	
	color: #FF6600;
	background: #CCCCCC;
	}
	
h4 {		
	font-size: 10px;
	line-height: 15px;	  	
	color: #FF3300;
	background: #FFFFFF;
	}

.title {	
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	line-height: 16px;
	}

.text {	
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	}
	
textarea {
	font-family: Verdana, Trebuchet MS, Helvetica, Arial;	
	font-size: 11px
	}
	
.footer { 
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #333333;
	background-color: #CCCCCC
	}
	
.form {
    background-color: #CCCCCC;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #003366;
    font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    padding: 1px;
    }

.formbutton {
    background-color: #FFCC00;
    color: #003366;
    font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-weight: bold;
    padding: 1px;
    }

.copyright {
    color: #EEEEEE;
    font-size: 9px;
    }

.copyrightBar {
    border-bottom: 1px solid #DDDDDD;
    font-size: 10px;
    }
