/* Typography CSS File */

/*============ ORIGINAL STYLES ==============*/
/*
h1
{
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.1;
    line-height: 1.4em;
    color: #950510;
    margin: 3;
    padding:0;
}

h2
{
    color: #950510;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.1;
    line-height: 1.4em;
    margin: 1;
    padding:0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 2px #CCC;
    -moz-text-shadow: 2px 2px 2px #CCC;
    -o-text-shadow: 2px 2px 2px #CCC;
    -webkit-text-shadow: 2px 2px 2px #CCC;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.4em;
    color:#666;
    margin: 0;
    padding:0;
    text-shadow: 2px 2px 2px #CCC;
    -moz-text-shadow: 2px 2px 2px #CCC;
    -o-text-shadow: 2px 2px 2px #CCC;
    -webkit-text-shadow: 2px 2px 2px #CCC;
}

h4{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.4em;
    color:#22485D;
    text-shadow: 2px 2px 2px #CCC;
    -moz-text-shadow: 2px 2px 2px #CCC;
    -o-text-shadow: 2px 2px 2px #CCC;
    -webkit-text-shadow: 2px 2px 2px #CCC;
}

h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.4em;
}

h6
{
    border-bottom: 3px solid #304d7c;
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.1;
    line-height: 1.4em;
    background-color: #3f6197;
    color: #FFF;
}
*/
/*======================================================*/


h1 { 
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;	
	color: #3b70a2;	
	font-size: 1.4em; 
	/*padding-bottom: 1em; 	
	padding-top: .7em;*/
	margin: 12px 0 6px 0;
	line-height: 36px;
	}
	
h2 { 
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: normal; 
	color: #3b70a2; 
	font-size: 1.2em;
	font-weight: bold;	
	border-bottom: 1px solid #dddddd; 
	border-top: 1px solid #dddddd;
	padding-bottom: 5px; 
	padding-top: 5px;	
	/*padding-bottom: 1em; 
	padding-top: .7em; */
	margin: 12px 0 6px 0;
	line-height: 18px;
	}
	
h3 { 
	font-weight: normal; 
	color: #3b70a2; 
	font-size: 1.1em; 
	font-weight: bold;
	padding-bottom: 5px; 
	padding-top: 5px; 
	margin: 12px 0 6px 0;
	line-height: 18px;
	}

h4 {
	font-weight: normal; 
	color: #3b70a2; 
	font-size: 1em;
	/*padding-bottom: 0px; 
	padding-top: 5px; */
	margin: 12px 0 6px 0;
	line-height: 18px;
	}

h5 {
	font-weight: normal;
	color: #3b70a2;
	font-size: 0.9em;
	margin-bottom: 6px;
	margin-top: 12px;
	line-height: 18px;
}

h6 {
	font-weight: normal;
	color: #555;
	font-size: 0.8em;
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 18px;
}


h7
{
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.1;
    line-height: 1.4em;
    color: #4e4e4e;
}

h8
{
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.1;
    line-height: 1.4em;
    background-color: #364250;
    color: #FFF;
}

p 
{   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;

}

/*--- Lists ---*/

li 
{ 

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1.5em;
}

.alpha
{
list-style-type: lower-alpha;
}

.roman
{
list-style-type: lower-roman;
}

.decimal
{
list-style-type: decimal-leading-zero;
}

hr 
{
    color: #fff; 
    background-color: #fff; 
    border: 1px dotted #999; 
    border-style: none none dotted; 
}

a 
{
    color: #2C3286;
}

a:visited 
{
    color: #2C3286;
}

.ifs
{
    font-style:italic; 
    font-weight:bold; 
    text-transform:lowercase;
}



.italic, .school, .knowledgebank, .proshare, .etest
{
    font-style:italic;
}

.bold
{
    font-weight: bold;
}

.tm
{
    vertical-align: super;
    text-transform: uppercase;
    color: #666;
}


.newssummary
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

ul{margin-left:2em;}


