﻿/* Font size overridden in ie css */
html {font-size:11px;}
body {color: #685c5e;font-family: "Futura-Book",arial,verdana,helvetica,clean,sans-serif;line-height: 1.3em;}
table {font-size:inherit;}
img {border: none;}

h1 {
	font-size: 190.9%;
	/*padding: 0 0 .75em 0;*/
	margin: 10px 0 15px 0;
	color: #be0f34;
	color: #fff;
	/*border-bottom: 2px solid #ded5b3;*/
	}
h2 {
	font-size: 127.3%;
	margin: 0;
	padding: .6em 0 .8em 0;
	color: #be0f34;
	font-weight: bold;
	}
h3 {
    font-size:127.3%;
    margin: 0;
    color: #be0f34;
    padding: 1.5em 0 .6em 0;
    font-weight: bold;
	}
h4, h5, h6 {
	font-size: 100%;
	margin: .8em 0;
	padding: 0;
	color: #333;
	}
p, li, input, select, textarea, legend, label {
	font-size: 100%;
	font-family: "Futura-Book",arial,verdana,helvetica,clean,sans-serif;
	}	
p {
	line-height: 1.3em;
	margin-top: 0;
	padding-bottom: .8em;
	}
.opening {
	font-size:127.3%;
	}	
sup, 
sub { 
	vertical-align: 0;
    position: relative;
    font-size: 10px; 
    }
sup { bottom: 1ex; }
sub { top: 0.8ex; }	

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:focus {color: #be0f34; text-decoration: none;}
a:hover {color: #be0f34; text-decoration: none;}	
a:active {color: #be0f34; text-decoration: none;}

/* ----- BULLET LIST STYLES ----- */	

li {
	line-height: 1.3em;
	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 ul li {
	padding: 4px 0px 3px 12px;
	}
.content ol li {
	padding-top: 4px;
	padding-bottom: 3px;
	}	
.content ol, 
.content ol ol, 
.content ol ol ol {
	padding-left: 25px;
	list-style-type: decimal;
	}
.content ol {
	list-style-type: decimal;
	}	
.content .terms ol {
	list-style-type: lower-alpha
	}
.content .terms ol ol {
	list-style-type: lower-alpha;
	list-style-type: lower-roman;
	}		
.content ul li {background: url(../library/icn-bullet.gif) no-repeat left 9px;}

p.add-story-intro {
	font-weight: bold;
	}
