@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	}
p {
	font-size:85%;
	max-width: 700px;
	margin: 4px;
	}
th {
	font-size: 85%;
}
td {
	font-size: 90%;
}



form {
	width:800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 20px;
	}
label {
	display: inline;
	}
textarea {
	width:500px;
	height:150px;
	}
.textInput {
	width:250px;
	}

/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}
.green {
	color: #009900;
	font-weight: bold;
}
