/* PrimePay global ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html { 
	min-width: 742px; /* Fix a silly bug in Mozilla; thanks, Carey Evans  */
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

.important { color: red; }

h1 {
	font-family: "Franklin Gothic Book"; 
	font-size: 20px; 

}

h2 {
	font-size: 12px; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2.important {
	font-size: 16px; 
	font-weight: bold;
	margin-top: 20px;
	float: right; 
	}

h3, h3 a {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	}

h4, h4 a {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}

p { line-height: 130%; }
	
p.access { display: none; }

a:link, a:visited	{ text-decoration: none; }

a:hover {
	text-decoration: none; 
}

img { border: 0; }

.alt { display: none; }

.brand { font-weight: bold; }

.carrot {  display: inline; }
	
.hidden { display: none; }

div#content ul.ppAddress { margin-bottom: 20px; }

div#content ul.ppAddress li.ppAddress { list-style-type: none; }


	
div#content p.newSection { margin-top: 20px; }
	
/* end of CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

