/* CSS Document */

/*---Body */
.site_name {
	font-size: 16px;
	font-weight: bolder;
	color: #445E88;
}
body {
	margin-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
td, tr, p, div {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
  color : #61656d;
}
a:link, a:visited {
	color: #e98057;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a:hover {
	color: #8098bf;	text-decoration: none;
	
}

hr, hr.separator {
	height : 1px;
	width : 100%;
	border: 1px solid #D5DE9E;

ul 
{
	font-style: normal;
	line-height: 2em;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(arrow.gif);
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}
