/* CSS Document */
body {
	color: #444444;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
}


.title {

	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
.bodytext {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
.title {
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
.subTitle {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
a:hover {
	color: #003360;
}
.textlink {
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
ul {
	line-height: 1.4em;
	list-style-type: none;
}
.orange {
	color: #D47815;
}

