body {
	text-align: center;
	background: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: black;
}

a {
	text-decoration: none;
	color: blue;
}

a:visted {
	text-decoration: none;
	color: blue;
}

a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}	

ul {
	list-style: none;
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-family: verdana, sans-serif;
	padding: 0px;
}


#container {
	margin: 20px;
	border: 3px solid black;
	width: 700px;

}

#content {
	height: 350px;
	width: 90%;
	background: white;
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;

	color: black;
}

	#content p {
		margin: 0px;
	}

	#content h1 {
		margin: 0px;
	}

	#content div {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		margin-right: 10px;
	}


#footer {
	height: 25px;
	width: 645px;
	background:	white;
	border-top: 3px solid black;
}

.cell_std {
	font-size:10px;
	font-family: verdana, sans-serif;
	color:#000000;
	font-weight:bold;
}

.cell_grey {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000; 
	background: #DDDDDD;
}

.cell_menu {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align:center;
	width: 20%;
}

.cell_name {
	font-size:10px;
	font-family: verdana, sans-serif;
	color:#000000;
	font-weight: bold;
	text-align:center;
	width:14%;
	vertical-align: top;
}

.cell_overDeliver {
	color: #ff0000;
}

.form {
	font-size:10px;
	font-family: verdana, sans-serif;
	border: 1px solid black;
}

.title {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
}

.list {
	font-size:10px;
	font-family: verdana, sans-serif;
}

.input_time {
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 20px;
}

.input_short { 
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 30px;
}

.input_medium { 
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 80px;
}

.input_long {
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 100%;
}

.button { 
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 70px;
}

.drop_list {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
}

.checkbox { 
	width: 10px;
	height: 15px;
}

.textarea {
	font-size:10px;
	font-family: verdana, sans-serif;
	width: 600px;
	height: 250px;
	overflow: hidden;
}

.txt_plain {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
}

.txt_bold  {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}

.headline { 
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align:center;
}

.txt_red_bold {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #FF0000;
	font-weight: bold;
}

.link_black {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #000000;
	font-weight: bold;
}

.link_blue {
	font-size:10px;
	font-family: verdana, sans-serif;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
