/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Import
@font-face {
font-family:"MuseoSans_500";
font-style:italic;
src:url("MuseoSans_500.otf");
} */

/* Body */
html {
font-size:100%;
min-height:101%;
}
body {
font-size:72%;
font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,arial,sans-serif;
color:#333;
}

/* Type */
p, ul, ol, blockquote, code, pre, table {
line-height:1.75em;
margin:1.75em 0;
}

h1,h2,h3,h4,h5,h6,legend {
font-style:italic;
font-weight:normal;
}
h1 {
font-size:3em;
margin-bottom:0.5em;
font-style:italic;
line-height:1em;
}
h2 {
font-size:2em;
margin-bottom:1.25em;
line-height:1em;
}
h3 {
font-size:1.5em;
margin:1em 0;
line-height:1.25em;
}
h4,h5,h6,legend {
font-size:1.5em;
margin-bottom:1em;
line-height:1.25em;
}

a { color:#81C2DC; text-decoration:none; }
a:visited { color:#999; }
a:hover { color:#36A8CD; text-decoration:underline; }
a:hover.external { color:#E03438; }

big { font-size:1.5em; }
small { font-size:0.85em; }

blockquote {
display:block;
padding:0 10px;
}
blockquote p {
font-style:italic;
}
blockquote p cite {
font-style:normal;
}

code,pre {
display:block;
padding:10px;
overflow:auto;
font-family:'Lucida Console','courier new',monospace;
}

ul, ol {
margin-left:25px;
}
ul {
list-style-type:circle;
}
li > ul, li > ol {
margin:0.5em 50px;
}
li > ul li, li > ol li {
}
ol {
list-style-type:lower-latin;
}

/* Classes */
.float-left{ float:left; }
.float-right { float:right; }
.align-left{ text-align:left; }
.align-right {text-align:right; }
.align-centre {text-align:center; }
.clear { clear:both;display:block;line-height:0px;font-size:0px; }
.grey{ color:#BFBFBF; }
.important { font-weight:bold;color:red; }