body { font-size: 75%; line-height: 1.5em; }
   
body { 
	color: #036; 
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
h1,h2,h3,h4,h5,h6 { 
	color:#036; 
	font-family:"Times New Roman", Times, serif;/*:"Trebuchet MS", Helvetica, Arial, sans-serif;:Arial, Helvetica, sans-serif;*/
	clear:both;
	}


/* Headings
-------------------------------------------------------------- */
h2 { font-size:2em; line-height:1em; margin-bottom:0.5em; } /* 24pts */
h3 { font-size:1.5em; line-height:1em; margin-bottom:0.5em; } /* 18pts */
h4 { font-size:1.17em; font-weight:bold; line-height:1em; margin-bottom:0.9em; } /* 14pts */
h5 { font-size:1.2em; } /* 12pts */
h6 { font-size:1.2em; }

h2 a, h3 a	{ color:#57b; text-decoration:none; }
h2 a:hover, 
h3 a:hover	{ color:#2d3e66; border-bottom:3px solid #2d3e66; }


/* Text elements
-------------------------------------------------------------- */
li, p		{ margin: 0 0 1.5em; text-align:justify; }
p:last, 
p.last		{ margin-bottom: 0; }
p img		{ float: right; margin: 1.8em 0 1.8em 1.8em ; padding: 0; }
p img.left	{ float: left; margin: 1.8em 1.8em 1.8em 0; padding: 0; }
p img.top	{ margin-top: 0; }
p img.aligncenter	{ clear:both; margin:0 auto 18px; }
p img.size-medium	{ width:400px; }
p img.thumbnail	{ width:150px; }
img			{ margin: 0 0 1.8em; }

ul, ol      { margin:0 0 1.8em 1.8em; }
ol ul,
ul ol,
ol ol,
ul ul       { margin-bottom:0; }
ul          { list-style-image:url(../images/bullet01.gif); }
ul ul       { list-style-image:url(../images/bullet01.gif); }
ul ul ul	{ list-style-image:url(../images/bullet01.gif); }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.8em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.8em;}

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

a           { color:#569; text-decoration:none; }
a:focus, 
a:hover     { color:#28c; text-decoration:underline; }
a:vlink 	{ color:#333d5d; }

blockquote  { margin: 1.8em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.8em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt          { display: block; margin: 1.8em 0; }


/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.8em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: 1em; margin-bottom: 1.8em; line-height: 1.8em; }
.large      { font-size: 1.5em; line-height: 1.2em; margin-bottom: 1.2em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
