/* generic body text styles */

.body {
color: #666666;
}

p,li,ol,ul,td
{
color: #666666;
font-size: 12px; 
line-height: 18px; 
font-family: tahoma;
}

.bodyEmphasis
{
color: #6b749f;
font-size: 12px; 
line-height: 18px; 
font-family: tahoma;
}

.bodyEmphasis2
{
color: #6b749f;
font-size: 12px; 
line-height: 18px; 
font-family: tahoma;
font-weight: bold;
}

.highlightMid {
color: #535681;
font-size: 13px; 
font-weight: bold;
}

A:link  {
font-size: 12px;
font-family: tahoma;
color: #6b749f;
text-decoration: underline;
}

A:visited {
font-size: 12px;
font-family: tahoma;
color: #6b749f;
text-decoration: underline;
}

A:hover  {
font-size: 12px;
font-family: tahoma;
color: #6b749f;
text-decoration: none;
}

a.side:link {
text-decoration: none;
font-size:10px;
}

a.side:visited {
color: #333333;
text-decoration: none;
font-size:10px;
}

a.side:hover {
color: #666666;
}

select {
	font: 9px tahoma;
}

textarea {
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 9px tahoma;
}
 
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: 11px tahoma;
} 
 
select {
	font: 14px tahoma;
} 
	
.INPUTimg {
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
}

.footer{
color: #666666;
font-size: 10px; 
line-height: 12px; 
font-family: tahoma;
}

a.footerLink:link {
color: #666666;
font-size: 10px;
line-height: 12px;
font-family: tahoma;
}

a.footerLink:visited {
color: #666666;
font-size: 10px;
line-height: 12px;
font-family: tahoma;
}

a.footerLink:hover {
color: #333333;
font-size: 10px;
line-height: 12px;
font-family: tahoma;
}