
p
{
  font-style: normal;
	font-weight: normal;
  font-family: Gill Sans MT,Verdana,Arial,Tahoma,sans-serif;
  font-size:small;
  color:#781532;
	text-align: justify;
}

body,
a,
a:active,
a:visited,
a:link
{
 class: p;
 color:#781532;
}

a:hover
{
  class: p;
  color:#5F5F5F;
}
.center
{
  class: p;
	text-align: center;
}

h1							/* First Caps */
{
  class: p;
	font-weight: bold;
  font-size:medium;
	color: #781532;
	text-align: left;
}

h2							/* Sentence case - also edit .h2-table*/
{
  class: p;
	font-weight: bold;
  font-size:small;
	color: #5f5f5f;
	text-align: left;
}

.h2-table			/* Same as h2, but for tables to avoid spaces */
{
  class: p;
	font-weight: bold;
  font-size:small;
	color: #5f5f5f;
	text-align: left;
}

.h3-table			/* Slightly different, less bold than h2-trable */
{
  class: p;
	font-weight: normal;
  font-size:small;
	color: #5f5f5f;
	text-align: left;
}

.rates-title	/* For rate card */
{
 class: p;
 color: #5f5f5f;
 font-weight: bold;
}
.rates-body /* For rate card */
{
 class: p;
}

.view-magazines-right,
.view-magazines-right:link,
.view-magazines-right:active,
.view-magazines-right:visited
{
 class: p;
 font-size: x-small;
 color: #5F5F5F;
}
.view-magazines-right:hover
{
 class: p;
 font-size: x-small;
 color: #781532
}

.view-magazines-right-title /* First Caps */
{
 class: p;
 font-size: small;
 color: #5F5F5F;
 font-weight: bold;
}
.view-magazines-footer,
.view-magazines-footer:link,
.view-magazines-footer:active,
.view-magazines-footer:visited
{
 class: p;
 font-size: xx-small;
 color: #781532;
 text-decoration: none;
}
.view-magazines-footer:hover
{
 class: p;
 font-size: xx-small;
 color: #5F5F5F;
 text-decoration: none;
}
.view-magazines-subnote,
.view-magazines-subnote:link,
.view-magazines-subnote:active,
.view-magazines-subnote:visited /* For subnote on the bottom of a page */
{
 	class: p;
	font-size:x-small;
  text-align: center;
}
.view-magazines-subnote:hover /* For subnote on the bottom of a page */
{
 	class: p;
	font-size:x-small;
  text-align: center;
	color: #5F5F5F;
}
.view-magazines-order-now,  /* Order now button */
.view-magazines-order-now:link,
.view-magazines-order-now:active,
.view-magazines-order-now:visited
{
 class: p;
 font-size: large;
 color: #781532;
 font-weight: bold;
}
.view-magazines-order-now:hover  /* Order now button */
{
 class: p;
 font-size: large;
 color: #5F5F5F;
 font-weight: bold;
}

TEXTAREA, .formbg, SELECT {					/* Form elements */
	font-family : Tahoma, Arial, sans-serif;
	border : 1px solid #781532;
	color: #5F5F5F;
	width: 270px;
	height: 100px;
		}

.formbutton {
	color: #781532;
	background-color: #ffffff;
	border : 1px solid #781532;
	margin-top: 30px;
		}
		
.textbox {
	font-family : Tahoma, Arial, sans-serif;
	border : 1px solid #781532;
	color: #5F5F5F;
	width: 270px;
		}

table.mailform td {
	padding-right: 45px;

}

.smallprint {
	class: p;
	font-size: xx-small;
}