.background {
	background-attachment: scroll;
	background-image:  url(images/TopBannerBg.gif);
	background-repeat: repeat-x;
}

.rightFrameBg{
	background-attachment: scroll;
	background-image:  url(images/ebackground.gif);
	background-repeat: no-repeat;
	background-position: right ;
}

.textsize {
	font-size: 8pt;
}
.text {
	font-family:Verdana,Helvetica,Arial;
	font-size: 8pt;
	color: #666666;
}

.sideBackg {
background-attachment: fixed;
background-image:  url(images/SideColorBgCon.gif);
background-repeat: repeat-y;
}

.tableBackg {

background-image:  url(images/SideColorBg.gif);
background-repeat: no-repeat;
}
.SideBtn {
font-family: Verdana, Helvetica, Arial;
font-size: 8pt;
font-weight: bold;
}

#leftFrameFont{
	color: #FFFFFF
}

#rightFrameFont{
	color:#000000
}


a:link {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #00FFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF;
text-decoration: none;
}

a{ text-decoration: none }



body{ 
	scrollbar-face-color: #4580AB; scrollbar-base-color: #00ccff;
    scrollbar-arrow-color: #00005e; scrollbar-track-color: #000084;
    scrollbar-shadow-color: #00005e; scrollbar-highlight-color: #00005e
}

#alinkColor{
	color="blue";
}