body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #414141;
}

body {
	background-color: #414141;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav {
	color: #fff;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
}

.nav a {
	font-size: 11px;
	color: #ffffff;
}

.copyright a {
	font-size: 11px;
	color: #ffffff;
}

a {
  color: #2B5285;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.style1 {
	color: #ffffff
}

.style2 {
	color: #005083;
}
.style3 {
	color: #B7B7B7
}

.header {
	color: #B91111;
	font-size: 24px;
}

p {
	text-indent: 30px;
}


/*  scroller CSS */

#scroller{
	width: 80%;
	height: 60px;
	border: 1px solid black;
	padding: 5px;
	background-color: #ccc;
	margin-left: auto;
	margin-right: auto;
}

.someclass{ //class to apply to your scroller(s) if desired
}