@charset "iso-8859-1";
/* author: Darlene Arnswald */
/* Creation date: 8/1/10 */

@font-face {
  font-family: 'Comic Sans MS';
  src: url('comic-sans-ms/comici.ttf') format('truetype');
}

body {
	/*background-color: #133755; */
	margin-top: 0px;
	background-image: url(images/repeat_plus1000.gif);
	background-repeat: repeat;
	background-position: center;
}


hr {
	color: #C73E03;
	background-color: #C73E03;
	height: 1px;
}

.bodytitle {
	font-weight: bold;

}


.bodytext {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}


 .bodytext a:link { 
    color: #0000ff; 
	text-decoration: underline; 
  }
 .bodytext a:visited { 
    color: #0000ff; 
	text-decoration: underline;
 }
 .bodytext a:active { 
    color: #0000ff; 
	text-decoration: underline; 
 }
 .bodytext a:hover { 
    color: #993366; 
	text-decoration: underline; 
 }


.contactlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.contactlink a:link { 
    color: #ffffff; 
	text-decoration: underline; 
  }
 .contactlink a:visited { 
    color: #ffffff; 
	text-decoration: underline;
 }
 .contactlink a:active { 
    color: #ffffff; 
	text-decoration: underline; 
 }
 .contactlink a:hover { 
    color: #c8e0ff; /* #e9d9ff; */
	text-decoration: underline; 
 }


.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #194a77;
	text-decoration: none;
}
 .footertext a:link { 
    color: #194a77; 
	text-decoration: none; 
  }
 .footertext a:visited { 
    color: #194a77; 
	text-decoration: none;
 }
 .footertext a:active { 
    color: #194a77; 
	text-decoration: underline; 
 }
 .footertext a:hover { 
    color: #5E4018; 
	text-decoration: underline; 
    background-color: #FFFFFF;
 }
 


 
