/* CSS Document */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height : 14px;
}
.homecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 14px;
}
.tblBkg{
	background-attachment:fixed;
	background-image:url(images/bkg.gif);
	background-repeat:no-repeat;
	background-position: center top;
}

.tile {
	background-image: url(images/sideBKG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

a.lowernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005395;
	text-decoration: underline;
}
a.lowernav:link{
	text-decoration: underline;

}
a.lowernav:hover {
	text-decoration: underline;
	color: #6EB7D8;
}
a.lowernav:visited {
	text-decoration: underline;
} 

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005395;
	text-decoration: underline;
}
a:link{
	text-decoration: underline;

}
a:hover {
	text-decoration: underline;
	color: #6EB7D8;
}
a:visited {
	text-decoration: underline;
} 

.detail{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.accent {
	font-weight: bold;
	color: #005395;
}
.caps1 {
	font-weight: bold;
	color: #CBA049;
}
.notes {
	font-size: 9px;
	font-style: italic;
}
