/* generic body text styles */

p,li,ol,ul,td
{
color: #666666;
font-size: 11px; 
line-height: 16px; 
font-family: verdana, arial, helvetica, sans-serif;
}

.home {
color: #ffffff;
font-size: 11px; 
}

.bodyEmphasis {
color: #990000;
font-size: 11px; 
}

.bodyEmphasis2 {
color: #990000;
font-size: 12px; 
font-weight: bold;
}

.highlightSmall {
color: #6699cc;
font-size: 11px; 
font-weight: bold;
}

.highlightTitle {
color: #336699;
font-size: 14px; 
font-weight: bold;
}

.highlightMid {
color: #6699CC;
font-size: 13px; 
font-weight: bold;
}

.messagetext {
color: #FFFFFF;
font-size: 11px; 
font-weight: bold;
font-style: italic;
}

.footertext {
color: #990000;
text-decoration: none;
font-size: 9px; 
line-height: 18px;
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

/* overall link styles if no class is applied */

A  {
font-size: 10px;
text-decoration: underline;
color : #666666;
}

A:hover  {
color: #999999;
}

/* -- form elements -- */

/* link styles that are defined */

a.footerLink:link {
color: #990000;
text-decoration: none;
font-size: 9px; 
line-height: 15px;
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.footerLink:visited {
color: #990000;
text-decoration: none;
font-size: 9px; 
line-height: 15px;
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.footerLink:hover {
color: #666666;
text-decoration: none;
}

a.homeLink:link {
color: #ffffff;
text-decoration: underline;
font-size: 11px; 
line-height: 15px;
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.homeLink:visited {
color: #ffffff;
text-decoration: underline;
font-size: 11px; 
line-height: 15px;
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.homeLink:hover {
color: #ffffff;
text-decoration: none;
}

a.navLink:link {
color: #FF9933;
text-decoration: underline;
font-size: 9px; 
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.navLink:visited {
color: #FF9933;
text-decoration: underline;
font-size: 9px; 
font-weight: normal; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.navLink:hover {
color: #666666;
text-decoration: underline;
}

a.emphasisLink:link {
color: #FF9933;
text-decoration: none;
font-size: 11px; 
font-weight: bold; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.emphasisLink:visited {
color: #FF9933;
text-decoration: none;
font-size: 11px; 
font-weight: bold; 
font-family: verdana, arial, helvetica, sans-serif;
}

a.emphasisLink:hover {
color: #666666;
text-decoration: none;
}
select {
	font: 9px verdana, arial, helvetica, sans-serif;
}

INPUT {
	background-color: #FFFFFF;
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 9px verdana, arial, helvetica, sans-serif;
}
.floatleft
{
float: center;
border: 1px solid #b4450e;
padding: 3px;
margin: 3px;
}
