/* Flip Flop FlapcCSS Document */

body {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
}

a:link {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:underline;
}
a:hover{
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #51627A;
	text-decoration:underline;
}
a:active{
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #51627A;
	text-decoration:underline;
}
a:visited {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:underline;
}

.headers {
	font-family: Arial, Helvetica, Veranda;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #A4A4A4;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #A7A7A7;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A7A7A7
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
}

.text a:link {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:underline;
}

.text a:hover {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #51627A;
	text-decoration:underline;
}
.text a:active {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #51627A;
	text-decoration:underline;
}
.text a:visited {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #3C3C3C;
	text-decoration:underline;
}

.copperwire {
	font-family: Arial, Helvetica, Veranda;
	font-size: 9px;
	color: #A4A4A4;
} 

.capturetext {
	font-family: Arial, Helvetica, Veranda;
	font-size: 11px;
	color: #E06750;
	font-weight:bold;
}
h1 {
	font: bold normal 11px Arial, Helvetica, Veranda;;
	color: #3C3C3C;
}
#cal {
	margin-top:5px;
	font-size:11px;
	color: #3C3C3C;
	font-weight:normal;
}
table.calendar {
	background-color:#FFFFFF;
	font-size:11px;
	color: #3C3C3C;
	font-weight:normal;
}
table.calendar td {
	background-color:#E6E6E6;
}
table.calendar .mdheadings td {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#51627A;
}
#daymarked {
	text-decoration:line-through;
	background-color:#db7e40;
}


