/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

a img {
	border:0 none;
}

p {
	margin-left:23px;
	width: 750px;
}

table td p {
	margin-left:23px;
	width:auto;
}

ul {
	margin-left:73px;
}

html>body ul {
	margin-left:23px;
}

ul.apart li {
	margin-bottom:15px;
}

ul.apart-short li {
	margin-bottom:5px;
}

a {
	font-weight:bold;
}

a:link, a:visited {
	color:#bf1616;
}

a:hover {
	color:#01958f;
}


table.fixed {
	width: 800px;
}

table.fixed td {
	vertical-align:top;
	padding-right:15px;
}

hr {
	width:800px;
	margin:25px 15px 15px 15px;
	border:0px none;
	border-bottom:1px solid #cacaca;
	text-align:left;
}

hr.colored {
	border-bottom:1px solid #d3e8f3;
}

p.footer {
	color:#8a8a8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.footer strong {
	color:#6a6a6a;
}

p.footer a:link, p.footer a:visited {
	font-weight:normal;
	color:#bf1616;
}

p.footer a:hover {
	font-weight:normal;
	color:#01958f;
}

table.info-table {
	margin-left: 20px;
	border:1px solid #dadada;
}

table.info-table tr.even {
	background-color:#f5fdff;
}

table.info-table tr.odd {
	background-color:#f0f0f0;
}

table.info-table tr th {
	background-color:#e4f2f9;
}