body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #49394E;
}
a:link, a:visited{
	color: #568acc;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}


a:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.littleLink:link, .littleLink:visited {
	color: #568acc;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}


.littleLink:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: 4AA9E0;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.frame {
	border: 1px solid #A6A6A6;
}
.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 320px;
height: 120px;
border: 1px solid black;
padding: 5px;
background-color: lightblue;
}


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


