

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;	
}

/*  popuptitle is the text font for the words Email Contact Form */
.popuptitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight : bold;
    font-size : 14pt;
}

/*  titlebkgnd  is the background of the box for the words Email Contact Form    */
.titlebkgnd {
	background-color: #008000;
}


/*   The main color of the whole Email Contact Form  */
.bodybkgnd {
	background-color: #AECB9D;
}


/*  Used for the words Here's what you entered:     */
.subheader {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #0000FF;
	font-weight : bold;
    font-size : 12pt;
}

/* The main body text format  */
.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;	
}

.contentsm {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;	
}


.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}


/*  Used for the Thank You title   */
.thankyou {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0000ff;
	font-weight : bold;
    font-size : 14pt;
}
