body {
	font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: 000000;
    margin: 0px 5px; 
}
 
table, td, p {
	font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;   
}

h1 {
	font-size: 18px;
    font-weight:bold;
    color: 006666;
}

h2 {
	font-size: 16px;
    font-weight:bold;
    color: 006666;
}

a:link {
	color: 003366;
}
 
a:visited {
	color: 003366;
}

a:hover {
	color: 003366;
}

a:active {
	color: 003366;
}

.warning {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: solid gray 1px; 
	background-color:FFFFCC;
	padding: 5 5 5 10;
}

/* for the printed in the thank-you pages after submitting a payment */
.email {
	color:CC0000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.error_title {
	color: CC0000;
    font-weight: bold;
    font-size: 28px;
}
