body { 
	background-color: #81AAC1;
	margin: 0px;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 22px;
	color: #C01F25;
	font-weight: 600;

}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #C01F25;
	font-weight: 600;

}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #C01F25;
	font-weight: 600;

}
h4 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #C01F25;
	font-weight: 600;

}

p { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;


}

td { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;

}

li { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 130%;
}

.toolieblue {
	color: #0F6292;

}
.tooliebluebold {
	color: #0F6292;
	font-weight: bold;
}
.tooliered {
	color: #C01F25;

}
.toolieredbold {
	color: #C01F25;
	font-weight: bold;
}
.imgfloatleft { 
	float: left;
}

.imgfloatright { 
	float: right;
	margin-left:5px;
}
.smalllinktext {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.prottableimage { 
	border:1px #81AAC1 dotted;
}

.prottablecontent { 
	padding:10px;
	border:1px #81AAC1 dotted;
}
#tinyprinterdiv { 
	width:45px;
	text-align:center;
}
#creditcarddiv { 
	width:236px;
	text-align:center;
	margin:10px;
	float:right;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}
.colortable td {
	border: 1px #0F6292 dotted;
}
#livehelpdiv { 
	margin:10px;
	float:right;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}


a { 
	font-weight: 600;
	color: #0F6292;
	text-decoration: none;
}

a:visited { 
	font-weight: 600;
	color: #81aac1;
	text-decoration: underline;
}

a:hover, a:hover:visited { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: underline;
}

a:active { 
	font-weight: 600;
	color: #FFCC00;
	text-decoration: none;
}


