@charset "UTF-8";
/* CSS Document */

.footertext {
	font-size:9px;
	color:#F15B5C;
	padding: 20px;
}

.footerlinks a {
	font-size: 9px;
	color: #F15B5C;
}
.footerlinks a:link {
	text-decoration: underline;
}
.footerlinks a:visited {
	text-decoration: underline;
	color: #F15B5C;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #F15B5C;
}
.footerlinks a:active {
	text-decoration: underline;
	color: #F15B5C;
}

#boldlist ul li {
list-style:url(../images/bullet.gif);
padding-left: 15px;
font-size: 13px;
font-weight: bold;
}

ul {
list-style:url(../images/bullet.gif);
padding-left: 15px;
font-size: 12px;
}

.largered {	font-size: 24px;
	color: #f26566;
}
.headings {font-size: 16px; font-weight: bold; font-style: italic; color: #f26465; }
.style7 {	font-size: 18px;
	font-weight: bold;
	color: #f26566;
}

.redbold {
	color: #F15B5C;
	font-weight: bold;
}
