@charset "utf-8";
/* CSS Document */
BODY {
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	PADDING-TOP: 0px;
	background: #F7F6F6;
 }

a { color: #005d9a; text-decoration:none;}
a:visited { color: #005d9a; text-decoration:none;}
a:hover { color: #005d9a; text-decoration:underline;}

p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

hr {
  border: 0;
  width:100%;
  color: #919191;
  background-color: #919191;
  height: 1px;
  text-align:left;
  padding-left:10px;
  padding-right:10px;
}

H1 {
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	COLOR: #86C533; 
	PADDING-TOP: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #919191;
	border-top-width: 1px; 
	border-top-style: dotted; 
	border-top-color: #919191;
 	background-repeat: repeat;

}

H2 {
	MARGIN: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	COLOR: #6ec068; 
	PADDING-TOP: 5px;
}


.small{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#F00;
	font-size: 9px;
	font-weight:bold;
}

.smallgrey{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.mand{
	color:#F00;
	font-weight:bold;
}

/*-------------------------------------Begin Hear for Good----------------------------------------------------*/
.hearforgood {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight:bold;
	color:#26af3b;
}

.hearforgoodurl {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight:bold;
	color:#26af3b;
}
/*-------------------------------------End Hear for Good----------------------------------------------------*/
/*-------------------------------------Begin Custom CSS----------------------------------------------------*/

#tlinks2 { width:300px; text-align: left; font-size: 11px; color: #868686;  float:left; margin-left: 5px; margin-right: 15px;}

input.countdown {
	    width:35px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
}

textarea {
	    width:300px;
        background:#e7e7e7;
        color: #000000;
        border: solid 1px #818282;
}
input.field {
	    width:300px;
		padding-bottom:2px;
		padding-top: 2px;
		padding-left: 5px;
        outline:none;
        height:25px;
        background:#e7e7e7;
        color: #000000;
        border: solid 1px #818282;
}

input.field:focus, input.field.sffocus{
        border:solid 1px #009bd9;
        background:#c4e7f5;
        color:#005c86;
}

select {
	    width:300px;
		padding-bottom:2px;
		padding-top: 2px;
		padding-left: 5px;
        outline:none;
        height:25px;
        background:#e7e7e7;
        color: #000000;
        border: solid 1px #818282;
}


select:focus, select.sffocus{
        border:solid 1px #009bd9;
        background:#c4e7f5;
        color:#005c86;
}


/*-------------------------------------End Custom CSS----------------------------------------------------*/
