body {
	font-family: Verdana, Verdana, helvetica, sans;
	font-size: 12px;
	margin: 0;
	padding: 0;
	
}

td {
	font-family: Verdana, helvetica, sans;
	font-size: 12px;
}

textarea, input {
	font-family: Verdana, helvetica, sans;
	font-size: 12px;
}
.orange {
	background-color: orange;
}

p, ul, blockquote{
	margin-bottom: 8px;
	margin-top: 8px;
}

.footer {
	font-family: Verdana, helvetica, sans;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid gray;
}

h1 {
	font-size: 18px;
	font-family: Verdana, helvetica, sans;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
h2 {
	font-size: 15px;
	font-family: Verdana, helvetica, sans;
	color: #555555;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
}

a {
	color: #008AB0;
}

a:visited {
	color: #008AB0;
}
a:hover {
	color: red;
}

th {
	font-size: 11px;
	text-align: left;
	background-color: #DDDDDD;
}

#menu {
	border-right: 1px solid gray;
	text-align: right;
	margin: 5px;
}

#menu a {
	border-bottom: 1px solid gray;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	display: block
}
#toolbar {
	border-top: 1px solid white;
	border-bottom: 1px solid gray;
	background-color: #EEEEEE;
}
#toolbar td {
	font-size: 11px;
}
hr {
	color: orange;
	height: 1px;
	border:0;
	background-color: orange;
}

.warning {
	color: red;
	font-weight: bold;
}

