BODY { 
    scrollbar-arrow-color:#C9DEE8;
	scrollbar-base-color:#708A98;
	scrollbar-shadow-color:#ffffff;
	scrollbar-face-color:#B0C5CE;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004A80;
	line-height: 18px;
}

TD,P,LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004A80;
	line-height: 18px;
}


.heading {
	color: #004A80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

A:link {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.border {
	border: 2px solid #8A9FA8;
}


<!-- background position -->
.backgroundleft1 {
	background-position: top right; 
	background-repeat: repeat-y;
}
<!-- background-repeat: no-repeat; -->
.backgroundleft2 {
	background-position: right; 
	background-repeat: repeat-y;
}
.backgroundleft3 {
	background-position: bottom right; 
	background-repeat: repeat-y;
}
<!-- background-repeat: no-repeat; -->
.backgroundright1 {
	background-position: top left; 
	background-repeat: no-repeat;
}
.backgroundright2 {
	background-position: left; 
	background-repeat: repeat-y;
}
.backgroundright3 {
	background-position: bottom left; 
	background-repeat: no-repeat;
}
.backgroundbottom {
	background-position: bottom; 
}

.bgcolor {
	color: #B0C5CE;
}
