/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#341803;
	background-color:#ffffff;
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#341803;
	display:inline;
}
.button:hover{
	opacity: 0.8; filter: alpha(opacity = 80);
}
.large{
	font-weight: bold;
	color:#341803;
	font-size: 14px;
}
.medium{
	font-weight: bold;
	color:#341803;
	font-size: 12px;
}
.normalBold{
	font-weight: normal;
	color:#341803;
	font-weight: bold;
}
a{
	color:#341803;
	text-decoration:underline;
}
a:visited{
	color:#341803;
	text-decoration:underline;
}
a:hover{
	color:#341803;
	text-decoration:none;
}