/* SET HTML ELEMENTS */

/* 	Font-sizes	
	10px = 62.5%
	12px = 75%
	14px = 87.5%
	16px = 100%
*/

body {
	color: #415a6c;
	background: #ffffff;
	font-size:75%;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	}
h1 {
	font-size:1.334em;
	line-height: 1.0em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	font-family:Frutiger bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
h2{
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	color:#ea3592;
	margin:0;
	padding:0;
	}
h3{
	font-size:1.5em;
	margin:0;
	}
h4{
	font-size:1.2em;
	margin:0 0 -0.5em 0;
	font-weight:bold;
	}
h5, h6{
	margin:0 0 -0.5em 0;
	font-weight:bold;
	}
p {
	font-size:1em;
	}
hr {
	border: none 0;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin:1em 0px;
	border-top: 1px solid;/*the border*/
	}
br {
	line-height:0.6em;
	}
a, a:link, a:visited, a:active, a:hover {
	color:#415a6c;
	text-decoration:underline;
	}
a:hover {
	color:#ea3592;
	}
s, strike, del{
	text-decoration:line-through;
	}
abbr, acronym{
	border-bottom:1px dotted;
	}
em, cite, address {
	font-style:italic;
	}
strong {
	font-weight:bold;
	}
small{
	font-size:0.8em;
	}
big{
 	font-size:1.2em;
	}
ol {
	list-style:decimal;
	margin:0 0 0 2em;
	}
ol li{
	margin:0 0 0.5em 0;
	}
ol ol {
	list-style:lower-roman;
	}
ul {
	margin:0;
	}
ul ul {
	list-style:none;
	}
ul li{
	margin:0 0 0.3em 1.5em;
	line-height: 1.5em;
	}	
ol ul, ul ol, ul ul, ol ol {
	margin-top:0;
	margin-bottom:0;
	}
li {
	line-height:1.2em;
	}
code, kbd, samp, tt{
	font-family:"Courier New", Courier, monospace;
	border:1px dotted;
	border-left:3px double;
	margin-left:10px;
	display:block;
	padding:10px 15px;
	}
blockquote{
	padding:1em 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	border-left:4px solid #f1f1ed; 
	margin-left:20px;
	background:#fafaf6;
	}
sub{
	vertical-align:sub;
	}
sup{
	vertical-align:super;
	}
ins{
	text-decoration:underline;
	}
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	}
p, blockquote, pre, code, dl, fieldset, legend {
	clear: left;
	margin:0 0 1em 0;
	}
dt {
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	}
dd {
	text-indent:1em;
	margin:0 0 1em 0;
	}
table {
	vertical-align:top;
	}
embed	{
    position:relative;
  	margin: 0;
	}



