﻿.textLink
{
	 color: #333333; 
	 text-decoration: none;
}
.textLink:hover
{
	color:Yellow;
	text-decoration: underline;
}

.FooterLink
{
	font-size:8pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.FooterLink:hover;
{
	text-decoration: underline;
}

.productLink
{
	 color: #777777; 
	 text-decoration: none;
}
.productLink:hover
{
	color: #476FFC;
	text-decoration: none;
	font-weight: bold;
}

.productInUseLink
{
	color: black; font-weight:bold; text-decoration: none;
}

/*Quotes Scroller */
#pscroller1{
width: 720px;
height: 750px;
font-size: 16pt;
text-align: justify;
padding-bottom: 5px;
color: Black;
background-color: White;
}
#pscroller2{
width: 600px;
height: 400px;
text-align: justify;
padding-bottom: 5px;
color: Black;
background-color: White;
}

.SetWidth
 {
	width:800px;
 }

#divTallRoundedPanel
{
	width: 218px;
	font-size: 10pt;
	background-color:#F0EDFF;
	padding: 10px 10px 10px 10px;
}

#divTallRoundedPanel .sb-inner { background-color:#F0EDFF; }

#divSmallRoundedPanel1
{
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
}

#divSmallRoundedPanel1 .sb-inner { background-color:white;}
#divSmallRoundedPanel1 .sb-border{}
#divSmallRoundedPanel1 .sb-shadow{ background-color:#476FFC;}

#divSmallRoundedPanel2
{
	font-size: 10pt;
	padding: 5px 5px 5px 5px;
}

#divSmallRoundedPanel2 .sb-inner { background-color:white;}
#divSmallRoundedPanel2 .sb-border{}
#divSmallRoundedPanel2 .sb-shadow{ background-color:#476FFC;}

#divPictureBorder
{
	height: 202px;
	width: 548px;
}

#divPictureBorder .sb-inner { background-color:White; }
