/*used in header div to highlight keywords phrase*/
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/*used in header div for keyword caption*/
h2 {
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*used for text content titles*/
h3 {
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0075C4;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	font-weight: normal;
	padding-top: 15px;
}

/*style for footer titles*/
h4 {
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	font-weight: normal;
	padding-top: 15px;
}

h4 .date {
	font-size: 11px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h5 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*used for messages on forms and so has an arrow and padding to keep the text in line*/
h6 {
	font-size: 18px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: normal;
	padding-top: 15px;
}

.title {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/*adds formatting to the highlighted text*/
.highlighttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}
