@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #CCC;
}
body p {
	font-family: Georgia, Times New Roman, Times, serif;
}
body p.spaced {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height:1.5;
}
body p.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-color: #FFF;
	line-height:1.5;
	letter-spacing:3px
}
a.submenu:link {color:#ffffff; font-weight:bold; text-decoration:none;}    /* unvisited link */
a.submenu:visited {color:#ffffff; font-weight:bold; text-decoration:none;} /* visited link */
a.submenu:hover {color:#ffffff; font-weight:bold; text-decoration:underline;}   /* mouse over link */
a.submenu:active {color:#ffffff; font-weight:bold; text-decoration:underline;}  /* selected link */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}