﻿/* CSS txtformat */

#bluetxthdr, h1, h2 {
	font-size: 17px;
	font-weight: bold;
	color: #1C3A6F;
	padding: 0;
	margin: 0;
	display: inline;
	line-height: 2em;
}

p {
	margin: 0;
}

#bluetxthdr-underline {
	font-size: medium;
	font-weight: bold;
	color: #1C3A6F;
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: underline; 
}

#indent {
	padding-left: 10px;
	text-align: left;
	font-style: italic;
}

#ctr {
	text-align: center;
	height: 363px;
}

#greenborder {
	padding: 10px;
	border-width: 1px;
	border-style: dotted;
	border-color: #000;
	background-color: #e7efe6;
}

#yellowborder {
	clear: both;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #fdffcb;
}

#border {
	clear: both;
	padding: 5px;
	background-color: #e5e6e7;
}


#tabtxt {
	margin-top: 42px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #257A3D;
	text-decoration: none;
	padding-left: 4px;
}

#bullet {
	list-style-type: circle;
	margin-top:0;
}
</style>


