body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

a {
	color: #b07660; /*light brown*/
	text-decoration: none;
}

a: visited {color: #b07660;}

a:hover {
	color: #5B1400; /*dark brown*/
	text-decoration: underline;
}

a.submenu {
	color: #5B1400;
	text-decoration: none;
}

a.submenu: visited {color: #5B1400;}
a.submenu:hover {
	color: #5B1400;
	text-decoration: underline;
}

a.home {
	color: #666666;
	text-decoration: none;
}

a.home: visited {color: #666666;}
a.home:hover {
	color: #5B1400;
	text-decoration: underline;
}

a.homeNews {
    font-size: 11px;
	color: #5B1400;
	text-decoration: none;
}

a.homeNews: visited {color: #5B1400;}
a.homeNews:hover {
	color: #5B1400;
	text-decoration: underline;
}

p.indent10 {
	margin-left: 10px;
}

.float {
	position:absolute
}

.disclaimer {
	font-size: 9px;
	color: #b07660;
}

.greyTxt {
	color: #666666;
}

.copyright {
	font-size: 9px;
	color: #666666;
}

.titleTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #b07660;
}
.uppercaseTitle {
	font-weight: bold;
	text-transform: uppercase;
}
.homeNewsDate {
	font-size: 9px;
	font-weight: bold;
}
.linkcolor {
	color: #b07660;
}

/* NEW & NOTEWORTHY + dates */
.style1 {color: #5B1400 !important} /*embedded style override*/