html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
a {
	text-decoration: none; 
	color: #7da903;
}
a:hover {
	text-decoration: underline;
	color: #88C200;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

form {
	margin: 0px;
	padding: 0px;
}
select, input,textarea{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formInput {
	width: 178px;
	padding: 2px 2px 2px 5px;
	height: 20px;
}
.formField {
	width: 250px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
}
.formInputCount {
	width: 68px;
	height: 20px;
	border: none;
	text-align: right;
}
.formCountButton {
	width: 20px;
	margin-right: 5px;
	height: 20px;
}
.formButton {
	width: 65px;
	margin-top: 5px;
}
#header {
	background-image: url(../images/background/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#text {
	background-image: url(../images/background/text.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 30px;
	padding-left: 30px;
}
#row01 {
	background-color: #ED8383;
	height: 20px;
	width: 100%;
}
#row02 {
	background-color: #88A300;
	height: 20px;
	width: 100%;
	margin-top: 6px;
}
#row03 {
	background-color: #DAA400;
	height: 20px;
	width: 100%;
	margin-top: 6px;
}
#row01content {
	display:none;
	background-color: #CA6F6F;
	background-image: url(../images/background/row01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#row02content {
	display:none;
	background-color: #748B00;
	background-image: url(../images/background/row02.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#row03content {
	display:none;
	background-color: #BA8C00;
	background-image: url(../images/background/row03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
.formInputCountNum {

	width: 60px;
	height: 20px;
	text-align: right;
}
