body
{
	background-color: #666;
	margin: 10px 0px 20px 0px;
}

img
{
	border: 0;
}
p
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin: 10px 0 0 0;
}

b, h2, h3, strong
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #000;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	background: #666;
	text-decoration: none;
}

hr { color: #999; }

ul { list-style-image: url(/_CommonImages/point_ul.gif); }

li
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.normal
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #fff;
}

.grey
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background: #efefef;
}

.warning
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #c00;
}

.footer
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

a.footer
{
	color: #000;
	text-decoration: underline;
}

a.footer: hover
{
	color: #333333;
	text-decoration: none;
}

.folio
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background: #fff;
}

a.folio
{
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

a.folio:hover
{
	color: #fff;
	background: #666;
	font-size: 9px;
	text-decoration: none;
}

.small
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0;
}

p.small
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 0px;
}

h1.small
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	margin: 0;
	margin-top: 10px;
}

a.small
{
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	margin-bottom: 0px;
}

a.small:hover
{
	color: #fff;
	background: #333;
	font-size: 10px;
	text-decoration: none;
	margin: 0;
	margin-bottom: 0px;
}

.no_hover_white { background: white; }

a.no_hover_white:hover
{
	background: white;
	text-decoration: none;
}

.no_hover { background: #efefef; }

a.no_hover:hover
{
	background: #efefef;
	text-decoration: none;
}

