body {
	background-color: #ffff00
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
}

body, div, p, ul, ol, h1, h2, h3, table, td, th, input, select, textarea {
	font-family: arial, helvetica, sans-serif;
}

body, div, p, ul, ol,table, td, th, input, select, textarea {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	padding: 10px 10px 10px 40px;
	background-color: #ccc;
	margin: 0 0 0 0;
	color: #696;
	border: 1px solid #ccc;
	/*/*/
	background-image: url(headline.gif);
	background-position: center left;
	background-repeat: no-repeat;
	/* */
}

h2 {
	font-size: 11px;
	margin: 10px 0 0 0;
}

td, th {
	vertical-align: top;
}

img {
	border: 0;
}
form {
	margin: 0;
}

a {
	color: #696;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	/*/*/
	border: 1px solid #ccc;
	/* */
	height: 0;
}


#content {
	padding: 10px;
	border: 1px solid #ccc;
/*	width: 100%;*/
	/*/*/
/*	width: auto;*/
/*	width: expression("100%");*/
	/* */
}


table.form {
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0;
}
table.form th {
	text-align: left;
	color: #696;
	width: 240px;
}
table.form th, table.form td {
	padding: 2px;
}


/*/*/
.border {
	width: 99%;
	border: 1px solid #000;
}
/* */


.buttons {
	text-align: center;
}

/*/*/
.buttons input {
	border-width: 1px;
	border-style: solid;
	border-color: #999 #000 #000 #999;
	background-color: #fff;
	margin: 5px 0 10px 0;
}
/* */


.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small, .small td, .small th {
	font-size: 10px;
}



.day {
	white-space: nowrap;
	width: 20%;
	float: left;
}
.state {
	white-space: nowrap;
	width: 50%;
	float: left;
}


.err {
	font-weigth: bold;
	color: #f00;
}
