body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0px 10px 0px;
	color: #000000;
	width: 100%;
	min-width: 1000px;
	background-image:url(../images/bg.jpg);
 	background-repeat: repeat-x;
	background-color: #fffbad;
    }
	
.style1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}



h1 {
	color: #000000;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 0px;
}

h2 {
	color: #0773A5;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: justify;
}

h3 {
	color: #2D4C99;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-weight: normal;
}


input {
 background-color: #72D0FF;
}

textarea {
 background-color: #72D0FF;
}

select {
 background-color: #72D0FF;
 color: #000000;
}

form {
 padding: 0px;
}

.cellsdiv {
	padding: 12px;
	vertical-align:top;
	height:200px;
	overflow:auto;
	
}
