/* Base Theme =========== ML2 2.8 ============== */
:link,:visited {
text-decoration:none;
}
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr{
	margin:0;
	padding:0;
}

h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

/* strict reset by uncommenting lines below */
address,caption,cite,code,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}
acronym {
border-bottom:1px dotted #BBD0F9;
cursor:help;
}

hr {
border:0;
height:1px;
background-color:#999;
color:#999;
}
a img,:link img,:visited img {
border:none;
}
address {
font-style:normal;
}

/* Global */


body {
-x-system-font:none;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
text-align:center;
}

code, pre {
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-radius-topleft:5px; 
-khtml-border-radius-topright:5px; 
-khtml- border-radius-bottomleft:5px; 
-khtml-border-radius-bottomright:5px;
border-radius:5px;
	}

blockquote {
/* background-color:#FBFBF9;*/
margin: 15px 30px 0 10px;
padding-left: 10px;
border-left: 5px solid #ddd;
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;
}
blockquote p{
margin:0.75em 0;
}