/* coord order: top right bottom left */

a:hover
{
	background-color: #ceced8;
}

hr
{
	height: 1px;
	color: #cccccc;
}

body
{
	color: black;
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 1px 3px 3px 5px;
}

ul li
{
	margin-bottom: 2px;
	list-style-type: square;
}

ol li
{
	margin-bottom: 2px;
}

td
{
	vertical-align: top;
}

table
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

table.top
{
    background-color: #99ccff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

table.top td
{
	vertical-align: middle;
}

table.default
{
    background-color: #ffffff;
    font-size: 12px;
}

table.default th
{
	background-color: #ececf1;
	text-align: left;
	vertical-align: bottom;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #ceced8;
	padding-left: 2px;
}

table.default td
{
	border: 0px;
	padding-left: 2px;
}

.copyright
{
	margin: 3px 0px 0px 5px;
	padding: 0px;
	font-size: 11px;
}

.font_red
{
	color: #FF0000;
}

.font_blue
{
	color: #0000FF;
}

.font_gray
{
	color: #999999;
}

.font_gray_ex
{
	color: #555555;
}

.font_small
{
	font-size: 11px;
}

