body {
	font-family: Arial, Helvetica, sans-serif;
	
}
h1 {
	font-size:110%;
}
h2 {
	font-size:100%;
}
h3 {
	font-size:90%;
}
p {
	font-size:80%;
}
table {
	clear:both;
	background:#CCCCCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:2px;
	border:1px #CCCCCC solid;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:left;
	padding:2px;
	border:1px #CCCCCC solid;
}
#categories td {
	padding:5px;
	text-align:center;
	font-size:90%;
}
form {
	margin:0px;
}
fieldset {
	border:1px solid #CCCCCC;
}
#nav {
	clear:both;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding-top:5px;
	padding-left:0px;
}
#nav li {
	background:#23315D;
	display:inline;
	padding:5px;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:90%;
}
#footer {
	margin-top:10px;
	font-size:75%;
}
#footer a {
	color:#666666;
}
hr {
	margin:0px;
	padding:0px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
.login {
	float:right;
}
.alert {
	color:#FF0000;
	font-style:italic;
}

