/* Pelican Text Property */

h1{
	font-family: arial, tahoma, helvetica;
	font-size:20px;
	color:#468FB3;
	text-transform:uppercase;
}
h2{
	font-family: arial, tahoma, helvetica;
	font-size:17px;
	color:#468FB3;
	text-transform:uppercase;
}
h3{
	font-family: arial, tahoma, helvetica;
	font-size:15px;
	color:#468FB3;
	text-transform:uppercase;
}
p {
	font-family: arial, tahoma, helvetica;
	font-size:13px;
	color:#656564;
}
a:hover, a:active, a:focus {
	outline:0;
}
#menu ul li a{
	text-decoration:none;
	font-family: arial, tahoma, helvetica;
	font-size:12px;
	font-weight:400px;
	color:#61615d;
	text-transform:uppercase;
}
ul li{
	text-decoration:none;
	font-family: arial, tahoma, helvetica;
	font-size:12px;
	font-weight:400px;
	color:#61615d;	
}
ul li a{
	text-decoration:none;
	font-family: arial, tahoma, helvetica;
	font-size:12px;
	font-weight:400px;
	color:#61615d;	
}

