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: #46385B;
	line-height: 18px;
}

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


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

.heading1 {
	color: #46385B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: underline;
}

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;
}


<!-- background position -->
.backgroundleft1 {
	background-position: top right; 
	background-repeat: no-repeat;
}
.backgroundleft2 {
	background-position: right; 
	background-repeat: repeat-y;
}
.backgroundleft3 {
	background-position: bottom right; 
	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; 
}
