/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #181ab9;
	font-size:18px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom:5px;
    line-height: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1519bc;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1519bc;
}

	
td {
	font-size: 12px;
	}
	
ul {
	font-size: 12px;
	}
li {
	font-size: 12px;
	}
ol {
	list-style: decimal inside none;
	text-indent: -1em;
	padding-left: 2em;
	margin-left: 0;
}

img {
	border: none;
}
	
.unorderlist_nobullet {
	list-style-type: none;
	}				
	
.textNormal {
	line-height: 18px;
	font-size: 12px;
	margin-top: 0;
	}	

.redText {
	color: #9b0505;
	}
	
.redBoldText {
	font-weight: bold;
	color: #9b0505;
	}	
	
.articleTitle {
	font-size: 18px;
	color: #181ab9;
	display: block;	
	padding-bottom: 5px;	
	line-height: 1.1em;
	}
	
.allcaps {
	text-transform: uppercase;
	}	
	
.ccSubTitle {
	font-size: 14px;
	color: #181ab9;
	display: block;
	margin-bottom: 5px;
	}		
	
.sectionHead {
	font-size: 13px;
	color: #1519bc;
	font-weight: bold;
	}	
	
.caption {
	font-size: 10px;
	}

.captionItalic {
	font-style: italic;
	font-size: 10px;
	}
	
.indent {
	text-indent: 10px;
	}
	
.bannerbar {
	background-color: #c8c6ad;
	border-top: 1px solid #afac8b;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #363636;
	margin:10px 0 10px 0;
	padding: 3px 3px 3px 10px;	
}
	
a{
	color: #181ab9;
	text-decoration: none;
}

a:visited{
	color: #202077;
	text-decoration: none;
}

a:hover{
	color: #181ab9;
	text-decoration: underline;
}

a:active{
	color: #181ab9;
	text-decoration: none;
}		
