/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 0px;
	padding: 5px;
	background-color: #003A63;
	color: #FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

.showcase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #00F;
}
.showcase a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #FF9933;
	font-weight: bold;
	color: #00F;
}

.showcase a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #FF9933;
	font-weight: bold;
	color: #00F;
}

a:link {
	color: #FF6633;
}
a:visited {
	color: #FF6633;
}
a:hover {
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.latestblogheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}

h1 {
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
h2 {
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #FFF;
	text-align: left;
}
h4 {
	font-size: 16px;
	color: #FFF;
	text-align: left;
}
.contact_details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: top;
}
.latestblog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
