.ButtonText {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: normal; color: #000099; text-align: center}
.StandardPageText {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #143874;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}
.HeaderPageText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; color: #143874; text-align: center}
.SmallPageText { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; font-weight: normal; color: #333399; text-align: center }
.LargePageText { font-family: Calibri; font-size: 16px; font-style: normal; font-weight: 500; color: #143874; text-align: center }
.TinyPageText { font-family: "Trebuchet MS"; font-size: 9pt; font-style: normal; font-weight: normal; color: #003366; text-align: center }
.LinkText { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #000000; text-align: center ; text-decoration: none}
.LinkTextOver { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #FFFF00; text-align: center ; text-decoration: underline}
.LinkTextBlue { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #003399; text-align: center ; text-decoration: none}
.LinkTextOverBlue { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #003399; text-align: center }
.LinkTextOverBlueHead { font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: normal; color: #001F5E; text-align: center ; background-color: #9F9FB0}
.LargePageTextBold {
font-family: Calibri; font-size: 24px; font-style: normal; font-weight: 600; color: #000033; text-align: center
}
.divHeader {
	width: 800px;
	margin-left: 0px auto;
	margin-right: 0px auto;
	background-image: url(CareAVanLogo.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #757575;
	border-right-color: #757575;
	border-bottom-color: #757575;
	border-left-color: #757575;
	border-bottom-style: none;
}
.divBody {
	background-image: url(CareAVanLogo.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #757575;
	border-right-color: #757575;
	border-left-color: #757575;
}

body {
	background-image: url(../background.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 85px;
height:80px;
}

.bubblewrap li img{
position:absolute;
width: 75px; /*default width of each image.*/
height: 70px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}

