a.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
	background-image: url(/graphics/backg2.gif);
	width: 123px;
	text-decoration: none;
	position: fixed;
	text-align: center;
	border-top-style: solid;
	border-top-color: #cc99cc;
	border-top-width: thin;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.menu:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
	background-image: url(/graphics/backg1.gif);
	width: 123px;
	text-decoration: none;
	position: fixed;
	text-align: center;
	border-top-style: solid;
	border-top-color: #cc99cc;
	border-top-width: thin;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menu2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
	background-image: url(/graphics/backg2.gif);
	width: 123px;
	text-decoration: none;
	position: fixed;
	text-align: center;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.menu2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
	background-image: url(/graphics/backg1.gif);
	width: 123px;
	text-decoration: none;
	position: fixed;
	text-align: center;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
a.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.copy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #669966;
}

.copySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}
a.linkSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;	
}
a.linkSmall:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;	
}

