  BODY { 
		font: 10pt "Verdana";
		margin-left: 0px;
		margin-top: 0px;
        decoration: none;
		}
.ourfont
{
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 9pt
     
}
  P { 
		margin-left: 0px;
		margin-right: 0px;
		text-indent: 0px;
		font-weight: bold;
		font: 12pt/14pt "Verdana";
		background: transparent;
		}
  H1 {
  		margin-left: 0px;
		font: 30pt "Verdana";
		color: Teal;
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 20pt "Verdana";
		font-weight: bold;
		background: transparent;
		}

  H3 {
  		margin-left: 0px;
		font: 18pt "Verdana";
		color: "#0080C0";
		font-weight: bold;
		background: transparent;
		}

  H4 {
  		margin-left: 0px;
		font: 14pt "Verdana";
		background: transparent;
		}

  H5 {
  		margin-left: 0px;
		font: 8pt "Verdana";
		font-weight: ;
		background: transparent;
		}

  H6 {
		margin-left: 0px;
		font:12pt "Verdana";
		color:Red;
		font-weight: bold;
		background: transparent;
		}

  TH {
		font: 10pt/16pt "Verdana";
		color: white;
		font-weight: bold;
		}

  TD {	
        font: 10pt/12pt "Verdana";
		font-weight: bold;
		padding-left: 3px;
		padding-right: 3px;
		}

  LI { 
		display: list-item;
		font: 12pt "Verdana";
		margin-left: 0px;
		}	

  DL {	
		display: list-item;

		}

  DT {
		margin-left: 0px;
		text-align: left;
		font: 11pt "Verdana";
		font-weight: bold;
		}

  DD {
		margin-left: 0px;
		text-align: left;
		font: 12pt "Verdana";
		}

  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  PRE, TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

  A        {color:#8080C0;
                 
                }
  A:hover       {color:MediumVioletRed ;
                 
                 }
#PageTitle
{
	color: #ffffff;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	display: block;
	background-image: url(../images/bg_PageTitle.gif);
	letter-spacing: 5px;
	text-align: left;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 500px;
	height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}