a {
	color : #B22222;
	font-weight : bold;
}

body {
	margin: 10px 10px 10px 10px;
 	background-color : #1E90FF;
}

td {
	vertical-align: top;
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
}

img.photo_right {
	margin: 0px 0px 10px 10px;
}

img.photo_center {
	margin: 0px 10px 10px 10px;
}

p {
	color : #000000;
	font-size : 12pt;
	font-family : 'Franklin Gothic Medium', Arial, sans-serif;
	}

ul, ol {
	font-size : 12pt;
	font-family : 'Franklin Gothic Medium', Arial, sans-serif;
	font-weight: bold;
	color: #B22222;
}

ul p, ol p {
	font-weight: normal;
	margin-bottom : 10px;
}

p.big {
	font-size : 14pt;
	font-weight: bold;
	color: #B22222;
}

p.bigger {
	font-size : 16pt;
	font-weight: bold;
	color: #B22222;
}
	
p.big a, p.bigger a {
	/* text-decoration: none; */
}

div.centered {    
	text-align: center;
}

div.centered table {    
	margin: 0 auto;     
	text-align: left;
}