@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,body {font-family:Verdana, Arial, Helvetica, sans-serif}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2a8dbf;
	text-transform: uppercase;	
}

h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #09357b;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #15157e;
	text-transform: capitalize;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #09357b;
	text-align:center;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #330066;
	text-align: right;
}

body {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #666666;
	margin: 10px;
	
}
col {
	background-color: #F2f0ec;
	padding: 10px;
	float: left;
}

