@charset "utf-8";

.twoColFixRtHdr #sidebar1 a:link{
	color: #52542f;
}

.twoColFixRtHdr #sidebar1 a:hover{
	color: #055da5;
}

.twoColFixRtHdr #sidebar1 a:visited{
	color: #103d62;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.titleimage {
	padding:0 0 7px 0;
}

.bluehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #103d62;
}
.typesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #295173;
}
.typeblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}

.typeblack p{
	margin:0;
	padding: 17px 0;
}

.typeblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #103d62;
	text-align: justify;
}

.typeblue p{
	margin:0;
	padding: 17px 0;
}

.typesmall a:link{
	color: #52542f;
}

.typesmall a:hover{
	color: #0b65ae;
}

.typesmall a:visited{
	color: #103d62;
}

.bulletlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(gfx/bulletblue.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
