﻿/* Font size overridden in ie css */
html {font-size:12px;}
body {color: #393733;font-family: arial,verdana,helvetica,clean,sans-serif;}
table {font-size:inherit;}
img {border: none;}

h1 {
	font-size:227.3%;
	padding: 0 0 .5em 0;
	margin: 0;
	color: #24acee;
	font-weight: bold;
	}

.pagetitle {
	position: absolute;
	left: -9999px;
	}

h2 {
	font-size:181.8%;
	margin: 0;
	padding: .6em 0 .5em 0;
	color: #15529a;
	font-weight: bold;
	line-height: 1.25em;
	}
h3 {
    font-size: 116.6%;
    margin: 0;
    color: #393733;
    padding: .6em 0 .7em 0;
    font-weight: bold;
    line-height: 1.25em;
	}
h4 {
	font-size: 127.3%;
	margin: 0;
	padding: .6em 0 .5em 0;
	color: #393733;
	font-weight: bold;
	line-height: 1.25em;
	}	
h5 {
    font-size: 10px;
    padding: 0;
    padding-bottom: .8em;
    margin: 0; 
    font-weight: normal;
	line-height: 1.3em;
    }
p, li, input, select, textarea, legend, label {
	font-size: 100%;
	}	
p {
	line-height: 1.4em;
	margin-top: 0;
	padding-bottom: .8em;
	}
.instruction {
	font-size: 163.6%;
    margin: 0;
    color: #24acee;
    padding: .6em 0 .5em 0;
    font-weight: normal;
	}

	
sup, 
sub { 
	vertical-align: 0;
    position: relative;
    font-size: 10px; 
    }
sup { bottom: 1ex; }
sub { top: 0.8ex; }	

a:link {color: #15529a; text-decoration: none;}
a:visited {color: #15529a; text-decoration: none;}
a:focus {color: #15529a; text-decoration: underline;}
a:hover {color: #15529a; text-decoration: underline;}	
a:active {color: #15529a; text-decoration: underline;}

/* ----- BULLET LIST STYLES ----- */	

li {
	line-height: 1.4em;
	padding: 0;
	}
.content ul, 
.content ol {
	margin: 0 0 1em 0 !important;
	padding: .2em 0 0 0;
	}	
.content ul ul,
.content ul ul ul, 
.content ol ol,
.content ol ol ol {
	margin-bottom: 0 !important;
	}		
.content ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
	}
.content ol {
	list-style-type:decimal;
	padding: 0 0 0 15px;
	margin: 0;
	}	
.content ul li {
	padding: 4px 0px 0px 12px;
	}
.content ol li {
	padding-top: 4px;
	padding-bottom: 0px;
	}	
.content ol, 
.content ol ol, 
.content ol ol ol {
	padding-left: 25px;
	}
.content UL LI {background: url(../library/icn-bullet-1.png) no-repeat left 9px;}
.content UL UL LI {background: url(../library/icn-bullet-2.png) no-repeat left 9px;}	
.content UL UL UL LI {background: url(../library/icn-bullet-3.png) no-repeat left 9px;}