@charset "ISO-8859-1";

/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}
a:hover {text-decoration: underline;}

#homeScroller {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	overflow: auto;
	height: 570px;
	border: 1px solid #a6a7a1; 
	width: 452px;
	height: 570px;
}

#homeScroller p {
	margin-bottom: 1em;
}
#homeScroller img {
	border: 1px solid #a6a7a1;
	margin-right: 10px;
}

#homeScroller a:link {
	color: #234f86;
	text-decoration: none;
}
#homeScroller a:visited {
	color: #234f86;
	text-decoration: none;
}
#homeScroller a:hover {
	color: #234f86;
	text-decoration: underline;
}
#homeScroller a:active {
	color: #234f86;
	text-decoration: underline;
}

#homeScroller h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}
#homeScroller h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}
#homeScroller h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
}
#homeScroller table {
	/*width: 418px;*/
}
#homeScroller table tr td {
	text-align: left;
	vertical-align: top;
}

#homeScroller ul {
	margin-left: 15px;
}
#homeScroller ul li {
	margin-bottom: .7em;
}



/* 
----------------------------------------------------------------------------- 
CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
	

