/*
 *
 * Stylesheet
 * (C) 2008 Meridian 86
 *
 * WEBSITE DEFAULT STYLES.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align:center;
}

.MyriadPro-Semibold {font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemibold', sans-serif;}
.MyriadPro-SemiboldIt {font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemiboldItalic', sans-serif;}

a:active {
	color: #000;
}
a:link {
	color: #336699;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #6699cc;
}

h1{
	margin-top:0px;
	margin-bottom:0px;
	color:#255485;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemiboldItalic';
}

h2{
	margin-top:10px;
	margin-bottom:10px;
	color:#255485;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemiboldItalic';
}

h3{
	margin-top:15px;
	margin-bottom:15px;
	color:#255485;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemiboldItalic';
}

h4{
	margin-top:15px;
	margin-bottom:15px;
	color:#255485;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'MyriadProSemiboldItalic';
}

img{
	border: 0;
}



