* {
	padding: 0;
	margin: 0;
}
html {
	height: 99.5%; /* fix height to 100% for IE */
	/*max-height: 100%; /* fix height for other browsers */
	min-height: 99.5%;
	background-color: #fff;
}
body {
	max-width: 	1024px;
	min-width: 700px;
	margin: 0 auto;
	height: 99%; /* fix height to 100% for IE */
	/*max-height: 100%; /* fix height for other browsers */
	min-height: 99%;
	
	font-family: 'Helvetica Neue' Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;

	font-weight: normal;
	color: #000;
}
hr {
	margin: 0.3em 0;
	border: none;
	border-top: 1px solid #bbb;
	width: 70%;
}

/*

	Heading Styles

*/
h1 {
	font-size: 1.5em;
	font-weight: lighter;
}
h2 {
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.5em;
}


/*

	Link Styles

*/
a {
	color: #00ADEF;
	text-decoration: none;
}
a:hover {
	color: #00ADEF;
	text-decoration: underline;
}


/*

	Image Styles

*/
img{
	border: 0;
}
img, a {
	border: 0;
}

/*

	List Styles
	
*/
dt {
	font-weight: bold;
}
dd {
	padding-left: 2ex;
}

/* 
 NEWS SCroller
 */
 
#news{
 position: relative;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	background: #e9e9e9;
	padding:0px;
	width:248px;
}

#news_top{
  padding:0px;
	margin:0px;
	width:248px;
	height:22px;
}

#news_txt {
  padding: 20px;
	padding-top:0px;
	padding-bottom:0px;
	color: #7e7e7e;
	font-size:8pt;
	line-height: 15px;
}

#news_txt .news_header {
	font-size:9pt;
  font-weight:bold;
}

#news_bottom {
  padding:0px;
	margin:0px;
	vertical-align: bottom;
	width:248px;
	height:22px;
}