.header {
	font-size:  18px;
	font-family:  'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:  22px;
	color:  #BE1319;
	}
	
.header2 {
	font-size:  16px;
	font-family:  'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:  18px;
	color:  #BE1319;
	}

p {
	font-size:  12px;
	font-family:  'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:  16px;
	text-align: justify;
	color:  #333333;
	}

.bold_body {
	font-size:  14px;
	font-family:  'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:  16px;
	text-align: justify;
	font-weight:  bold;
	color:  #000000;
	}
	
td {
	font-size:  12px;
	font-family:  'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	line-height:  16px;
	text-align: justify;
	color:  #333333;
	}
	
a:link {
	color: #ff0000;
	text-decoration: none;
	}
	
a:hover {
	color: #BE1319;
	text-decoration: none;
}

a:visited {
	color: #516A6C;
	text-decoration: none;
	}