body {
	margin: 0px;
	background-color: #4C4C4C;
}

.menuItem {
	font-family: Verdana;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration:none;
}

.normal {
	font-family: Verdana;
	font-size: 12px;
	color: #4C4C4C;
}

#notice {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	border: 2px #CC0000 solid;
	background-color: #CC0000;
}

#error {
	font-family: "Trebuchet MS";
	font-size: 12px;
	/* font-weight: bold; */
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
	/* border: 2px #CC0000 solid; */
	background-color: #CC0000;
}

input, textarea {
	color: #393939;
	border: 1px #000000 solid;
	background-color: #EEEEEE;
}

.submit {
	color: #393939;
	border: 1px #000000 solid;
	background-color: #EEEEEE;
}

#navlist li { 
	width: 90%;
	list-style-type: square;
	/* font-weight: bold;
	border: 10px #666 solid; */
}

#link {
	color: orange;
	color: #CC0000;
}
/* --- [ NOTES ] -------------------------------------------------------------------------- */
.notes {
	float:right;
	width:250px;
	padding: 17px 10px 17px 80px;	
	margin: 0 0 10px 0;
	color: #454545;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
