/* Cascading Style Sheet for Wandering Minstrel */

body {
	margin: 0px 0px 0px 0px;
	background: white;	
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
}

.mednormal
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #033;
	font-style: normal;
	text-align: justify;
}

.medbold
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #033;
	font-style: normal;
	text-align: justify;
}

.mednormal_indent
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #033;
	font-style: normal;
	margin-left: 24px;
	margin-right: 48px;
	text-align: justify;
}

.quote_indent
{
	font-family: Times, Times New Roman, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #336600;
	font-style: normal;
	margin-left: 24px;
	margin-right: 48px;
}

.quote_front
{
	font-family: Times, Times New Roman, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #360;
	font-style: normal;
}

.sub_head
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #7BA098;
	font-style: normal;
	margin-left: 24px;
}

.largebold
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #7BA098;
	font-style: normal;
	margin-top: 24px;
}
.nav
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #333;
	font-style: normal;
}

.nav A:link, .nav A:active, .nav A:visited 
{
	text-decoration: none;
	color: #C03;
	border-bottom: dotted #C03 1px;
}

.nav A:hover
{
	text-decoration: none;
	color: #069;
	border-bottom: 0px;

}

A:link, A:active, A:visited
{
	text-decoration: none;
	color: #033;
	border-bottom: dotted #033 1px;
}

A:hover
{
	text-decoration: none;
	color: #069;
	border-bottom: 0px;
}

.outline
{
	border-color: #3F6862;
	border-width: 1px;
	border-style: solid;
}


.error
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #CC0000;
	margin-left: 24px;
	margin-right: 48px;
	font-style: normal;
}

.header
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
	font-style: normal;
}

.footer
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 12px;
	color: #666666;
	font-style: normal;
	margin-left: 24px;
}



A.grey:link
{
	text-decoration: underline;
	color: #666666;
}

A.grey:visited
{
	text-decoration: underline;
	color: #666666;
}

A.grey:hover
{
	text-decoration: underline;
	color: #000000;
}

input.text
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #666666;
	background-color: white;
}

textarea.text
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #666666;
	background-color: white;
}

input.button
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}

select.pulldown
{
	font-family: lucida grande, tahoma, geneva, verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}

hr
{
	height: 1;
	color: #666666;
}