/* GLOBAL 
----------------------------------------------------------------------------------------------------*/
body
{
	font-size: 62.5%;
	font-family: Arial, Sans-Serif;
	color: #333;
}


/* HEADINGS 
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 30px 0px 15px 0px;
}

h1
{
	font-size: 2.6em;
}

h2
{
	font-size: 2.6em;
}

h3 
{
	font-size: 2.1em;
	text-transform: uppercase;
	color: #323847;
	margin-bottom: 16px;
}

h4
{
	font-size: 1.9em;
}

h5
{
	font-size: 1.7em;
}

h6
{
	font-size: 1.5em;
}


/* LINKS
----------------------------------------------------------------------------------------------------*/
a,
a:link
{
	color: #536E91;
	text-decoration: none;
}

a:visited
{
	color: #536E91;
}

a:hover
{
	color: #536E91;
	text-decoration: underline;
}


/* COMMON ELEMENTS 
----------------------------------------------------------------------------------------------------*/
p
{
	font-size: 1.2em;
	/*line-height: 150%;*/
	line-height: 1.6em;
	margin: 15px 0px 15px 0px;
}

li
{
	font-size: 1.2em;
}




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
