
body {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000; 	
}

.title {  text-decoration: bold;
             color: white; 
             font-family: "ms sans serif";
             font-size: 24pt;
             font-weight: bold; }
       

.head  {  color: #000000; 
        font-family: "ms sans serif";
        font-size: 35px;
        margin-top: 35px;
        margin-left: 28px; }

.smallprint      { 
        font-family: arial, helvetica, sans-serif;
        font-size: 100%;
        font-weight: normal; } 


a:link, a:hover, a:visited {
  	text-decoration: underline;
}

a:hover {
	color: #FF0000;
  	text-decoration: underline;
  }

p, dl, hr, ol, ul, pre, table, address, fieldset {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000; 
  }


h1 {
  	font-family: Arial, sans-serif;
	font-size: 26px;  	
	line-height: 18px;
  	color: #002255;
	
  }

h2 {
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;  	
	line-height: 18px;
  	color: #002255;
	
  }

img 
{ 
    border: none; 
}

 .panel_with_padding
{     
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px; 
	border-style:Solid;
	Border-Color:White;
	Border-Width:8px;

	margin-top:0pt;
	margin-bottom:0pt;
 }