body {
margin: 0px;
padding:0px;
font-family: verdana,tahoma,helvetica,'sans-serif';
background: #9CB0D4 url("/images/bg_bars.gif") top repeat-x;
}
.xsm
{
font-size: 10px;
color: #333333;
}

.xsmGreen
{
font-size: 10px;
color: #006A65;
}

.xsmBrown
{
font-size: 10px;
color: #443C2F;
}

.sm
{
font-size: 11px;
color: #333333;
}

.smGreen
{
font-size: 11px;
color: #006A65;
}

.smBrown
{
font-size: 11px;
color: #443C2F;
}
.smBrownB
{
font-size: 11px;
color: #443C2F;
font-weight:bold;
}
.smBrownLink
{
font-size: 11px;
color: #443C2F;
font-weight:bold;
text-decoration:none;
}
.smBrownLink:hover
{
font-size: 11px;
color: #443C2F;
font-weight:bold;
text-decoration:underline;
}
.smGreenLink
{
font-size: 11px;
color: #006A65;
font-weight:bold;
text-decoration:none;
}
.smGreenLink:hover
{
font-size: 11px;
color: #006A65;
font-weight:bold;
text-decoration:underline;
}

.med
{
font-size: 12px;
color: #333333;
}

.medGreen
{
font-size: 12px;
color: #006A65;
}

.medBrown
{
font-size: 12px;
color: #443C2F;
font-weight:400;
}

.my_input
{
font-size: 10px;
color:#443C2F;
border-style:solid;
border-width:1px;
border-color:#86A0CB;
background-color:#FFFFFF;
}

#alert {
	color: red;
	padding: 0.5em;
	margin-top: 0.6em;
	margin-left: 4.8em;
	margin-right: 4.8em;
	font-size: 0.7em;
  text-align: center;
  border: 1px solid #86A0CB;
}