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;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
}

small { font-size: 10px; }

strong
{
	font-size: 14px;
	font-weight: bold;
}

b { font-weight: bold; }

h1
{
	font-size: 14px;
	font-weight: bold;
}

h2
{
	font-size: 11px;
	font-weight: bold;
}

h3
{
	font-size: 11px;
	font-weight: bold;
}

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: 12px;
	margin-bottom: 7px;
}

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

.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;
}

.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;
}