@charset "utf-8";
/* CSS Document For David And Michelle's Web Site */
.koolbody {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; }
.red {
	color: #FF0000
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000099;
	font-size: small;
}

.med_georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.green1 {
	color: #008000;
}
.olive1 {color: #808000}
.smallred {
	font-size: small;
	color: #FF0000;
}
.lightred {color: #FF6666}
.smbld_royal {
	color: #0000FF;
	font-weight: bold;
	font-size: small;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}

.med_bold {font-size: medium; font-weight: bold; }
.ltblue_font {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; color: #2692C6; font-weight: bold; }
.small {font-size: small}
.ltblue_font2 {color: #2692C6; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif;}
.ltblue_nobold {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; color: #2692C6;}
.smgreen {color: #008000; font-size: small; }
.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;
}
.bigred {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
