body { color:#000; font: 100%/1.125em tahoma, Helvetica, sans-serif; 
}

/************ LINKS 762123************/
a:link,
a:visited { text-decoration: none; color:#005595; }


a:hover,
a:active { text-decoration: underline; color:#005595; }


/************ HEADERS ************/
h1 a:link, 
h1 a:visited, 
h2 a:link, 
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link, 
h4 a:visited { text-decoration: underline; color: orange; }

h1 a:hover, 
h1 a:active, 
h2 a:hover, 
h2 a:active, 
h3 a:hover, 
h3 a:active, 
h4 a:hover, 
h4 a:active {
	 text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal; color:#000; margin-bottom: 10px; 
}

h1 {
	 font-size: 1.46em; /* 16 x 1.25 = 20px */
	 line-height: 1.375em;/* 16 x 2.25 = 22px */
}

h2 { font-size: 1em; /* 16 x 1 = 16px */ line-height: 1.125em;/* 16 x 1.125 = 18px */
}


h3 {
	 font-size:0.875em;/* 16 x 0.875em = 14px */
}

h4 { font-size:0.75em;/* 16 x 0.75em = 12px */ color: #666; 
}

h5 {
	font-size:0.625em;/* 16 x 0.625em = 10px */
}

h6 {
	font-size:0.625em;/* 16 x 0.5em = 8px */
}

/************ LISTS ************/
ul {
	 margin:0 0 1.125em 1em;  
	 list-style:disc outside;
}

ul li {
	list-style:outside;
}

ol {
	margin:0 0 1.125em  1em;
	list-style-type:decimal;
}

li {
	 margin-bottom:0;
}

li,
blockquote {
	 font-size:.75em; /* .75em x 16 =12px */
}

li li {
	 font-size:1em; /* maintain font size for nested lists */
}

p,
li,
form,
td { font-size:0.85em; margin:0 0 1.125em 0; 
}


b,
strong { font-weight:bold; 
}

hr { 
color: #c0c0c0;
background-color: #a0b9c8;
height: 1px;
border: none;
margin: 0 0 30px 0;
}

.alignright, .alignleft, .aligncenter, .alignnone {
background: white;
border: 1px solid #DADADA;
padding: 7px;
box-shadow: 0px 0px 3px #CCC;
}
