p
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
h1
{
	color: #5580AB;
	font-size: 17px;
	padding: 0px 0px 0px 0px;
}
h2
{
	color: #5580AB;
	font-size: 14px;
	padding: 0px 0px 15px 0px;
}
h3
{
	color: #5580AB;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

ul.important_list
{

}
ul.important_list li
{
	margin: 0px 0px 7px 0px;
	padding: 5px 10px 5px 15px;
	background-color: #e6ebef;
	font-weight: bold;

	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
}

.important
{
	padding: 5px 10px 5px 15px;
	background-color: #e6ebef;
	font-weight: bold;

	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
}

.smallb
{
	font-size: 10px;
}

.alert
{
	background-color: maroon;
	color: #ffffff;
	padding: 0 3px;
	margin-top: 3px;
}




/* Table */
table
{
	width: 100%;
	border-collapse: collapse;
}
table td
{
	padding: 3px 0px 3px 0px;
}

table td.blue_table_footer
{
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	background-color: #5580ab;
	margin: 5px 0px 0px 0px;
}
table td.blue_table_footer a
{
	color: #ffffff;
	text-decoration: none;
}
table td.blue_table_footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



/* Zebra Table */
.zebra
{
	width: 100%;
	border-collapse: collapse;
}
.zebra p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.zebra td
{
	vertical-align: middle;
	border: solid 1px #999999;
	padding: 5px 10px 5px 10px;
	height: 40px;
}
.zebra thead td, .zebra th
{
	color: #ffffff;
	font-weight: bold;
	background-color: #5580ab;
	padding: 4px 10px 4px 10px;
}
.zebra .highlight
{
	background: #d5fcdc;
}
.zebra .even
{
	background: #fff;
}
.zebra .mo
{
	background: #e3f1fb;
}
.zebra .odd
{
	background: #eee;
}