/* CSS Document */

/********************* Body Text Styles *************************/

td{
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
} 
a:link {
	color: #0055A5;
	text-decoration: underline;
} 
a:visited {
	color: #0055A5;
	text-decoration: underline;

}
a:hover {
	text-decoration: underline;
	color: #808069;
}
a:active {
	text-decoration: underline;
	color: #2F4F4F;
}
div {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/********************* Home Text Styles *************************/



/********************* Box Navigation Styles *************************/

.box td{
	color: #666666;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
} 
.box a:link {
	color: #666666;
	text-decoration: none;
} 
.box a:visited {
	color: #666666;
	text-decoration: none;

}
.box a:hover {
	text-decoration: none;
	color: #990000;
}
.box a:active {
	text-decoration: none;
	color: #990000;
}

/********************* Small Text Styles *************************/

.small td {
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.small a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.small a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
.small a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
.small a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
