/* Fonts Preset */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/* Starting real font settings */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
} 

body {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  background-color: #fff;
}

input, textarea {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000;
}

/*typography*/
a {
color: #000;
}

a {
	color:#369;
	text-decoration:underline;
}

a:visited {
	color:#369;
}

a:active {
	color:#369;
}

a:hover {
	background:#369;
	color:#fff;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: georgia, times, serif;
	color: #336699;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration:underline; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {text-decoration:none; border:none; }

h1 {
  font-size: 1.5em; /* 16x 1.5 = 24px */
  /* line-height: 1.5em; */
  line-height: 1.6em; 
  margin-top: 0em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  /* line-height: 1.1667em; */
  line-height: 1.4em; 
  margin-top: 1.3em; 
  margin-bottom: 0.583em; 
  font-weight: normal;
}

h3 {
  font-size: 1.083em;
  /* line-height: 1.083em; */
  line-height: 1.3em; 
  margin-top: 1.3em; 
  margin-bottom: 0.5416em; 
  font-weight: bold;
}

h4 {
  font-size: 1em;
  line-height: 1em; 
  margin-top: 1em; 
  margin-bottom: 0.5em; 
  font-weight: bold;
}

img {
  border: 0;
}

ol, ul {
  font-size: 1em;
  line-height: 1.286em;
  margin-bottom: 0.662em;
}

li {
  margin-left: 2em;
}


p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0.662em; 
}

tr, td {
  font-size: 1.0em;
  line-height: 1.5em;
}

li > p {
  margin-top: 0.2em;
}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
  font-family: monospace;
  font-size: 1.0em;
}

strong {
  font-weight: bold;
}

ul { margin:1em 0; padding:0; list-style:none; }
ul li { margin-left:5px; margin-bottom:0.3em; padding-left:1em; background:url(/images/blue_bullet.png) no-repeat 0 0.5em; }


