/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #5C5C5C;
}

h1, h2, h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	}

h2 {
	font-size: 18px;
	text-align: center;
	}
	
h3 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	}	
h4 {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}
ul {
	list-style-type:square; font-size:small;
	}
a {
	color: #555678;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #555678;
}

a:visited {
	color: #555678;
}



