@charset "utf-8";




.blueboldtext {
	font-weight: bold;
	color: #0000FF;
	font-size: 12px;
}
.redtext {
	color: #FF0000;
}
#nav {
	margin-top: 0px;
}
p {
	text-align: justify;
}

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9;
	background-color: #FFFF99;
	font-size: 80%;
}
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: circle;
	color: #6699FF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
#outsideborder {
	border: thick solid #FF9;
	background-color: #FF9;
}
td {
	border-top-color: #FF9;
	border-right-color: #FF9;
	border-bottom-color: #FF9;
	border-left-color: #FF9;
}
