body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	width:750px;
	margin-top:80px;
}
p{
	margin:0; padding:0; line-height:13px;
}
h1 {
	font-size:17px; 
	text-align:center; 
	background-color:#CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:7px;
}
h2 {
	font-size: 15px;
	background-color: #222;
	color: #fff;
	border-radius: 3px;
	padding:15px 15px;
	line-height:17px;
	margin:25px 0;
    text-align: center;
    text-transform: uppercase;
}
h3 {
	font-size: 15px;
	background-color: #004683;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 15px;
	line-height:17px;
	margin:15px 0;
}
table{
	width:100%;
	text-align: left;
	font-size: 11px;
}
td{ width:5%; padding:2px 7px; background: #ebebeb;
}
td+td{ width:90%;
}
td b, td strong{
	font-weight:bold;
	font-size:13px;
}
