/* CSS Document */
body{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-family: Helvetica, Arial;
	font-size:11px;
	color: #807F80;
	line-height:18px;
	color:#555555;
		}
a{
	color:#005984;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#7ac142;
	}

#list_container {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 560px;
	font-size:11px;
}

#list_container img {
padding: 0 15px 0 15px;
}

#list_container a:hover {
color:#0b647f;
}

#presentation_header {
	padding-top: 4px;
	padding-bottom:4px;
	background-color:#FFFFFF;
	color:#285982;
	line-height: 15px;
	height: 20px;
}

#pres_a {
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#a3b7c2;
	color:#285982;
	line-height: 24px;
	height: 24px;
}


#pres_b {
	padding-top: 0px;
	padding-bottom:0px;
	background-color:#d1dbe1;
	color:#285982;
	line-height: 24px;
	height: 24px;
}

.pres_head1, .pres_head2, .pres_head3 {
background:#FFFFFF;
}

.pres_col1, .pres_head1 {
	width:50%;
	float:left;
	line-height: 24px;
	padding: 0 0 0 10px;
}

.pres_col2 {
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #b4cad5;
	padding: 0 10px 0 10px;
}
 
.pres_head2{
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #ffffff;
	padding: 0 10px 0 10px;
}

.pres_col2a{
	width:25%;
	float:left;
	line-height: 24px;
	background-color: #dae5eb;
	padding: 0 10px 0 10px;
}

.pres_col3, .pres_head3 {
	width:15%;
	float:right;
	line-height: 24px;
	text-align: right;
	padding: 0 10px 0 10px;
}


#list_container a:hover {
	background:none;
}

.border {
margin: 10px;
border: solid 1px #b4cad5;
}