.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	padding-right: 10px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #013F78;
	font-weight: lighter;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013F78;
}
.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C1E1FF;
	padding: 17px;
	line-height: 18px;
	color: #000000;


}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #013F78;
	font-weight: lighter;

}
a:link {
	color: #013F78;
	text-decoration: underline;
}
a:visited {
	color: #013F78;
	text-decoration: underline;
}
a:hover {

	color: #013F78;
	text-decoration: none;
}
a:active {


	color: #013F78;
	text-decoration: none;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000000;
	list-style-type: circle;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #03417A;
	background-position: center;
	padding: 20px;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #03417A;
	background-position: center;
	text-align: center;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;



}

.scrollbox {
	border: none; 
	background-color: #C1E1FF;
	color: #FFF; 
	font: 13px arial, sans-serif; 
	font-weight: bold;
	}
#NewsDiv	{ position: absolute; left: 0; top: 0; width: 189px }
.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
