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

body {
	background-color: #ccffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bglgop.gif);
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}
.xsmall {font-size: x-small}

a, a:link, a:visited {
	color : #006600;
	text-decoration : none;
}

a:hover {
	color : #333333;
	text-decoration : none;
}

h3 {
	font: "Times New Roman";
	color :#006600;
	font-weight: bold;
}

#container1 {
	width: 700px;
	height: 274px;
}
#container2 {
	width: 700px;
	height: 280px;
}
#container3 {
	width: 700px;
	height: 455px;
}
#container4 {
	width: 700px;
	height: 133px;
}
#lefthead {
	float: left;
	width: 80px;
	border: none;
	padding: 15px;
}

#content {
	float: right;
	width: 550px;
	border: 1px;
	border-style: solid;
	border-color: #4c863c;
	padding: 15px;
}

.inputBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
}

.tableLeft {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
	background-color: #F1F1F1;
	border: 1px solid #E1E1E1;
	padding-top: 3px;
}

.tableRight {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	padding-left: 10px;
	background-color: #F5F5F5;
	border: 1pt solid #E1E1E1;
}

.button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #CCFFCC;
	background-color: #428842;
	border: 0px;
	padding: 2px;
}

.button:hover {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #428842;
	border: 0px;
	padding: 2px;
}