P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL, HR  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

SMALL  {
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : 9pt;
}
  
H1  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	color : white;
}
  
H2, .heading2  {
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : large;
  	font-weight : bold;
	color : white;
}
  
H3, .heading3  {
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size : medium;
  	font-weight : bold;
	color : white;
}
  
H4, .heading4  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : normal;
	color : white;
}
  
A:hover {
	color: red;	
}

A.nav:hover {
	color: red;
	font-weight : bold;
}

hr {
	border: none;
        color: #3b1b3d;
	background-color: #3b1b3d;
	height: 2px;
}

