/* Dr. Moraga Styles Begin */

#footertable
{
background-color: #A94C60;
border: 0px;
width: 100%;
padding: 2px;
margin: 0px;
}

td
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #5B5258;
}

.white
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 13px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h1
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #5B5258;
}

a:link, a:acitve, a:visited
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
color: #5B5258;
}

a:hover
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #5B5258;
}

a.white:link, a.white:acitve, a.white:visited
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: underline;
color: #FFFFFF;
}

a.white:hover
{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

form
{
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 14px;
}

input.off
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B5258;
	border:1px black solid;
	height:25px;
	padding:5px;
}

input.on
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83142F;
	border:2px #2C455B solid;
	background-color:white;
	height:25px;
	padding:4px;
}

input.submit
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: white;
}

select.off
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

select.on
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color:white;
}

textarea.off
{	
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B5258;
	border:1px black solid;
	height:25px;
	padding:5px;
}

textarea.on
{
    font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83142F;
	border:2px #2C455B solid;
	background-color:white;
	height:25px;
	padding:4px;
}

img.border
{
	border: 2px #5B5258 solid
}

img.border2
{
	border: 2px #5B5258 solid;
	margin: 5px;
}


/* Dr. Moraga Styles End */