
/*--- BASIC PAGE LINKS ---------------------------------------------------------*/
a {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #6699cc;
	text-decoration: underline;
}

a:active {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #6699cc; 
	text-decoration: underline;
}

a:visited {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #6699cc; 
	text-decoration: underline;
}

a:hover {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #80006A;
	text-decoration: underline;
}

p, td {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10pt;
}

.ptitle {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14pt;	
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.productborder {
border-style: dotted;
border-color: #cccccc;
border-width: 5px 5px 5px 5px;
}