/* CSS Document */

 body { 
    font-family: verdana, "Times New Roman", Times, serif;
    font-size: 11px; 
    color: #4D4D4D;
    background-color: #F9F9F9; 
    } 
	
	:link {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
    } 
		:visited {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: none;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
    } 

p{
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4D4D4D;
  	
	font-style: normal;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	}
