/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #66CCFF;
}
h1 {font-family: Georgia, "Times New Roman", Times, serif;
    color: #333399;
	text-align: center;
}
p {font-family: Georgia, "Times New Roman", Times, serif;
    color: #333399;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration:underline;
}
a:active {
	color: #660099;
	text-decoration: underline;
}

.sm_Heading {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFCC99;
	text-decoration: none;
}

table.navbar {
background-color:#FFCCFF;
}
td.main {
	background-color: #FFCCFF;
}
td.sm_footer {
    font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #6600FF;
	background-color: #FFCCFF;
}


