/*#############################################
BASIC SEMANTIC STYLES BELOW
#############################################*/

p {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#666;
}

h1 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 19px;
	color:#2f3196;
	font-weight:bold;
}

h2 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 15px;
	color:#2f3196;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:12px;
	color:#044e89;
	font-weight:bold;
}

h4 {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#044e89;
}

b, strong {
	font-weight:bold;
}

i, em {
	font-style: italic;
}

