


body, table, td
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

h1
{
font-family: Gill Sans, Verdana, Arial;
font-size: 15px;
color: #340A01;
text-decoration: none;
font-weight: bold;
}

.white
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

.small
{
font-family: Gill Sans, Verdana, Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

.BIG
{
font-family: Gill Sans, Verdana, Arial;
font-size: 14px;
color: #000000;
text-decoration: none;
font-style: italic;
font-weight: normal;
}

a:link, a:visited, a:active
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #000000;
text-decoration: underline;
font-weight: normal;
}

a:hover
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

a.red:link, a.red:visited, a.red:active
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #FF0000;
text-decoration: underline;
font-weight: normal;
}

a.red:hover
{
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #FF0000;
text-decoration: none;
font-weight: normal;
}

table#medboard
{
background-color: #CFCFCF;
padding: 4px;
margin: 0px;
width: 95%;
border: 1px solid #000000;
font-family: Gill Sans, Verdana, Arial;
font-size: 13px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

input.off
{
    font-family: Gill Sans, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5B5258;
	border:1px black solid;
	height:25px;
	padding:5px;
}

input.on
{
    font-family: Gill Sans, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #83142F;
	border:2px #2C455B solid;
	background-color:white;
	height:25px;
	padding:4px;
}

input.submit
{
    font-family: Gill Sans, Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
	color: white;
}

textarea.off
{	
    font-family: Gill Sans, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5B5258;
	border:1px black solid;
	height:25px;
	padding:5px;
}

textarea.on
{
    font-family: Gill Sans, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #83142F;
	border:2px #2C455B solid;
	background-color:white;
	height:25px;
	padding:4px;
}





/* End Styles */