@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, P, Blockquote, Table, OL, UL{
	margin-bottom : 12px;
	font-family: : "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1{
	color : #ff0000;
    font-weight : normal;
    font-size : 175%;
}
h2{
	color : #0066cc;
    font-size : 160%;
    font-weight : normal;
}
h3{
	color : #ff0000;
    font-size : 140%;
    font-weight : normal;
}
h4{
	color : #0066cc;
    font-size : 120%;
    font-weight : normal;
}
h5{
	color : #ff0000;
    font-weight : bold;
}
h6{
	color : #0066cc;
    font-weight : bold;
}

P{
	line-height : 18px;
}

OL, UL, Blockquote{
	margin : 0 2.5em 12px 2.5em;
}

A{
	color : #0066cc;
    text-decoration : none;
}

A:hover{
	color : #ff0000;
    text-decoration : underline;
}

UL{
  margin : 0 2em 1em 2em;
}
UL UL{
  margin : 0.5em 0 0.5em 1em;
}

LI{
  background-image : url(/assets/gfx/bullet.png);
  background-repeat : no-repeat;
  background-position : 0px 5px;
  padding : 0 0 0 15px;
  margin : 0 0 8px 0;
  line-height : 18px;
}
LI LI{
  background-image : url(/assets/gfx/bullet-2.png);
}

hr{
  height : 1px;
  border : none;
  color : black;
  background-color : black;
  overflow : hidden;
  margin : 0 0 1em 0;
}


Strong, B{
	font-weight : bold;	
}