body {
	background-color: #00354a;
	}

.normaltext {
	font-family: arial,helvetica;
	font-size: 8pt;
	font-weight: none;
	text-decoration: none;
	color: #15beff;
	}

.smalltext {
	font-family: arial,helvetica;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #15beff;
	}
	
.brighttext {
	font-family: arial,helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

.headingtext {	
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #15beff;
	}


a {
	text-decoration: none;
	color: #ffffff;
	font-weight: none;
  	}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: none;
  	}

input {
	background-color: #004864;
	border-width: 0;
	border-style: solid;
	border-color: #15beff;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 8pt;
	text-decoration: none;
    }
	
textarea {
	background-color: #004864;
	border-width: 0;
	border-style: solid;
	border-color: #15beff;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 8pt;
	text-decoration: none;
	}
	
				