body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.png);
	background-color: #00A3FE;
	background-repeat: repeat-x;
}
.main_pane {
	background-image: url(../images/main_pane_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
.tname {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
a:link {
	text-decoration: none;
}

.infobox {
	background-image: url(../images/infobox_back.png);
	background-repeat: repeat-x;
}
.text_n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#pscroller1{
width: 100%;
height: 65px;
padding: 0px;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.text_n2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text_n3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.title_n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.home_ico1 {
	background-attachment: scroll;
	background-image: url(../images/home_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.submit_btn {
	background-color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
}
