/* $Id:$ */ 

/* --------------------------------------------------------------  
 *   	Sets up some default typography   
-------------------------------------------------------------- */

/* Default font settings. 
-------------------------------------------------------------- */
/*
points = pixels * 72 / 96
pixels = pt / 72 * 96
base font-size = 14px
base line-height = 20px

8pt 	11px
9pt 	12px
10pt 	13px
11pt 	15px
12pt 	16px
14pt 	19px
18pt 	24px
20pt 	26px
*/

body { 
  font-size: 87.5%; /* (0.75 * 16px = 12px) */
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
 }
 
html>body {
	font-size: 14px;
}
p{
  line-height: 1.428em;
}



/* Headings
-------------------------------------------------------------- */
h1 { font-size: 1.857143em; margin-top: 1.153846em;	margin-bottom: 0.384615em; }
h2 { font-size: 1.714286em;	margin-top: 1.25em;	margin-bottom: 0.416667em; }
h3 { font-size: 16px; margin-top: 1.052632em;	margin-bottom: 0.526316em; }
h4 { font-size: 1.142857em;	margin-top: 1.25em;	margin-bottom: 0.625em; }
h5 { font-size: 1.071429em; margin-top: 0.666667em; margin-bottom: 0.666667em; }
h6 { font-size: 1.071429em; }


h1 { letter-spacing: -1px; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1em; margin-top: 1.428em; margin-bottom: 1.428em; }
p img       { float: left; margin: 0; padding: 0; }
p img.right { float: right; margin: 0; }

a:focus, 
a:hover     { text-decoration: underline;}
a           { text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol        { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
li            {line-height: 1.25em; margin: 0.25em 0 0 0;}
ul           { list-style-type: disc; }
ol, ol li  { list-style-type: decimal; }
dl           { margin: 0 0 1.5em 0; }
dd          { margin-left: 1em; margin-bottom: 1.5em; line-height: 1.25em; }
ol           { list-style: decimal; }
ul 						{ list-style: square; }


/* Tables
-------------------------------------------------------------- */

table        { margin-bottom: 1.4em; width:100%; }
thead th   { border:none;}
th             { font-weight: bold; }
th,td         { padding: 4px 10px 4px 5px; line-height: 1.5em; vertical-align: top; }
tfoot         { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
