
	div.titleimage {
		width:135px;
		height:21px;
		margin:0;
		padding:4px 0 0 5px;
		font-size:13px;
		font-weight:bold;
		text-transform:lowercase;
		color:#000000;
		background-image:url("http://cyberviewsites.com/v6/images/welcome/boxes/top.gif");
		background-repeat:no-repeat;
		background-position:top left;
		text-align:left;
		cursor:default;
	}
	div.welcome_box {
		width:136px;
		height:93px;
		margin:0 0 5px 0;
		padding:5px 2px 2px 2px;
		background-image:url("http://cyberviewsites.com/v6/images/welcome/boxes/bottom.gif");
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		vertical-align:middle;
	}
	div.details_title {
		width:200px;
		height:21px;
		margin:0;
		padding:4px 0 0 5px;
		font-size:13px;
		font-weight:bold;
		text-transform:lowercase;
		color:#000000;
		background-image:url("http://cyberviewsites.com/v6/images/welcome/boxes/top_large.gif");
		background-repeat:no-repeat;
		background-position:top left;
		text-align:left;
		cursor:default;
	}
	div.details_box {
		width:201px; /* 205px; */
		height:100px; /* 105px; */
		margin:0 0 5px 0;
		padding:5px 2px 0 2px;
		background-image:url("http://cyberviewsites.com/v6/images/welcome/boxes/bottom_large.gif");
		background-repeat:no-repeat;
		background-position:top left;
		text-align:center;
		vertical-align:middle;
	}
	div.pricetitle {
		width:auto;
		margin:0;
		padding:0;
		font-size:12px;
		line-height:14px;
		font-weight:bold;
		text-align:center;
	}
	div.pricedollarsign {
		width:auto;
		margin:0;
		padding:0;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
	}
	span.pricebold {
		color:#1d5ca1;
		font-size:24px;
		font-weight:bold;
		text-align:center;
		vertical-align:middle;
	}
	
	a:link, a:visited {
		text-decoration:none;
		font-weight:bold;
		color:#1d5ca1;
	}
	a:hover {
		text-decoration:underline;
		font-weight:bold;
		color:#000000;
	}
	
	/* COMPARISON CHARTS */
	th.charttitle {
		width:auto;
		margin:0;
		padding:3px 2px 3px 2px;
		font-size:12px;
		font-weight:bold;
		color:#FFFFFF;
		background-color:#234A93;
		text-align:center;
		vertical-align:middle;
	}
	
	td.grey1, td.grey2, td.white1, td.white2 {
		width:auto;
		height:19px;
		margin:0;
		padding:3px 2px 3px 2px;
		vertical-align:middle;
	}
	
	td.grey1 {
		text-align:left;
		background-color:#eeeeee;
	}
	td.grey2 {
		text-align:center;
		background-color:#eeeeee;
		border-left:1px #666666 solid;
	}
	
	td.white1 {
		text-align:left;
		background-color:#ffffff;
	}
	td.white2 {
		text-align:center;
		background-color:#ffffff;
		border-left:1px #666666 solid;
	}
	