*/ Hey! Designed by bk | bill@keaggy.com */




*/ Misc. formatting */

body {
	margin: 0;
	}




*/ Link formatting */

a {
	color: #006600;
	text-decoration: none;
    border-bottom: dotted 1px #006600;
    }

a:link {
	color: #006600;
	text-decoration: none;
    border-bottom: dotted 1px #006600;
	}

a.box:link {
	color: #006600;
	text-decoration: none;
    border-bottom: dotted 1px #006600;
	}
	
a:hover {
	color: #990000;
	text-decoration: none;
    border-bottom: dotted 1px #990000;
    background: none;
  	}

a:active {
	color: #ffffff;
	text-decoration: none;
    border-bottom: none;
	outline: none;
	}

a:visited {
	color: #3B5323;
	text-decoration: none;
    border-bottom: dotted 1px #3B5323;
   	}

a:visited:hover {
	color: #990000;
	text-decoration: none;
    border-bottom: dotted 1px #990000;
    background: none;
	}

a:visited:active {
	color: #ffffff;
	text-decoration: none;
    border-bottom: none;
	outline: none;
	}

a.box:visited {
	color: #CFD784;
	text-decoration: none;
    border-bottom: dotted 1px #CFD784;
   	}

a.box:visited:hover {
	color: #990000;
	text-decoration: none;
    border-bottom: dotted 1px #990000;
    background: none;
	}

a.box:visited:active {
	color: #ffffff;
	text-decoration: none;
    border-bottom: none;
	outline: none;
	}




*/ Normal text formatting */

.fake {
	font: 1px/1px Verdana, sans-serif;
	}

.bold {
	font-weight: bold;
	}

.pullquote {
	font: 14px/15px Georgia, Times New Roman, Times, serif;
	color: #2E516B;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 8px;
	text-align: left;
	}

ul {
	font: 10px/12px Georgia, Times New Roman, Times, serif;
	color: #333333;
	font-weight: normal;
	text-align: left;
	}

.aboutBody {
	font: 10px/12px Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	}

.aboutBodyBold {
	font: 10px/12px Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}

.aboutHeader {
	font: 18px/18px Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}

.aboutBox {
	font: 14px/15px Georgia, Times New Roman, Times, serif;
	color: #CFD784;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	}

.aboutBoxHeader {
	font: 18px/18px Georgia, Times New Roman, Times, serif;
	color: #009900;
	font-weight: bold;
	text-align: left;
	}

.footer {
	font: 9px/11px Georgia, Times New Roman, Times, serif;
	color: #CFD784;
	font-weight: normal;
	}




*/ Forms formatting */

.fake {
	font: 1px/1px Verdana, sans-serif;
	}

form {
	display: inline;
	}

.noborder {
	border: 0px;
	}

label {
	cursor: hand;
	}

input {
	background-color: #e8e8e8;
	padding: 3px;
	margin: 2px;
	border: solid 1px #999;
	color: #000;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	}
	
select {
	background-color: #f4f4f4;
	padding: 3px;
	margin: 2px;
	border: solid 1px #000;
	color: #000;
	font: 9px Georgia, Times New Roman, Times, serif;
	width: 150;
	height: 10;
	cursor: hand;
	}

.button {
	background-color: #e8e8e8;
	padding: 3px;
	margin: 2px;
	border: solid 1px #999;
	color: #000;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	cursor: hand;
	}

textarea {
	background-color: #e8e8e8;
	color: #000;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	}

.radio {
	background-color: #e8e8e8; 
	background: #e8e8e8;
	border: none;
	cursor: hand;
	}

