/* generic body text styles */

.body {
color: #666666;
}

p,li,ol,ul,td
{
color: #666666;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis
{
color: #446d4b;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
}

.bodyEmphasis2
{
color: #446d4b;
font-size: 12px; 
line-height: 18px; 
font-family: arial;
font-weight: bold;
}


A:link  {
font-size: 12px;
font-family: arial;
color: #6b749f;
text-decoration: underline;
}

a:visited {
font-size: 12px;
color: #6b749f;
text-decoration: underline;
}

A:hover  {
font-size: 12px;
color: #6b749f;
text-decoration: none;
}

select {
	font: 9px arial
}

textarea {
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-BOTTOM: #696969 1px solid;
	font: 9px arial
}
 
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 arial
}

.footer{
color: #666666;
font-size: 10px; 
line-height: 12px; 
font-family: arial;
}

a.footerLink:link {
color: #666666;
font-size: 10px;
line-height: 12px;
text-decoration:none;
}

a.footerLink:visited {
color: #666666;
font-size: 10px;
line-height: 12px;
text-decoration:none;
}

a.footerLink:hover {
color: #333333;
font-size: 10px;
line-height: 12px;
}
.graphic
{
margin: 5 5 5px 5px;
border: 1px solid #666;
border-color:#423e5f;
padding: 2px;
}
.fixBottom
{ position:absolute;
margin-left: 250px;
margin-top: 5px;
}
