/* Typography Style */
/* (START) */
body {
	color: #666;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #666;
}
h1 {
	font-size: 36px;
	padding: 10px 0px;	
	text-align: center;
	color: #f51414;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	padding: 10px 0;
	text-align: center;	
	letter-spacing: -1px;
	font-weight: normal;
}
h3 {
	font-size: 21px;
	padding: 10px 0;	
	letter-spacing: -1px;
	text-align: center;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;	
	font-weight: normal;
	letter-spacing: -1px;
}
h5 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica;
	font-weight:normal;
	font-size: 18pt;
	color: #000;
	margin:0px;
	text-align:center;
	margin-bottom:15px;
	background-color:#DFDFDF;
	border-top:5px solid #6AA5FE;
	border-bottom:5px solid #6AA5FE;
 	padding:10px 5px 10px 5px;
	}
p {
	font-family: verdana;
	font-size: 10px;
	line-height: 1.2;
	color: #000000;
	padding: 0px 0px;
}
strong {
	font-weight: bold;
	color: #333;
}

a {
	font-weight: bold;
}

/* (END) */
