body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4B4B4A;
	line-height: 22px;
	margin: 0 0 20px 0;
}
table {
	margin: 0;
	table-layout: fixed;
}
td {
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
#col1width, .col1width {    /* The classes are used only in the forum */
	width: 350px;
}
#col2width, .col2width {    /* The classes are used only in the forum */
	width: 450px;
}
h1 {
	color: #E31862;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 12px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4B4B4A;
	font-size: 16px;
	margin: 0 0 4px 0;
}
h2 img {
	padding: 0 10px 4px 0;
}
a {
	color: #4B4B4A;
	font-weight: bold;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4B4B4A;
	line-height: 22px;
	margin: 0 0 20px 0;
}
p img {
	padding: 0 10px 4px 0;
}
#col1 {
	padding-top: 110px;
	padding-bottom: 130px;
}
#col2 {
	padding-bottom: 30px;
	border-bottom: 1px solid black;
}
#col2.qa p img {
	margin-bottom: 0;
	padding-bottom: 0;
}
#botNav {
	color: #E31862;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 10px 0;
	line-height: 22px;
}
#botNav a {
	color: #E31862;
	text-decoration: none;
	font-weight: normal;
}
#botNav a:hover {
	text-decoration: underline;
}
#footer {
	color: #4B4B4A;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 0 10px 0;
	line-height: 22px;	
}
#footer a {
	color: #4B4B4A;
}
#footer a:hover {
	text-decoration: none;
}

/* CSS BELOW APPLIES TO contact_template.html FROM FILES/__UNIVERSAL CODE */
#contactForm {
}
.warn {
	color: black;
}
#f1-leftWidth {
	width: 95px;
}
#f1-rightWidth {
	width: 300px;
}