@charset "ISO-8859-1";
	table.smalltable {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	/* background-image: url('images/mainback.jpg');
 */	background-repeat: repeat;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

table.tablepersonal {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #333333;
	border-width: 0px;
	border-color: #666666;
	border-collapse: collapse;
	/* background-image: url('images/mainback.jpg'); */
	background-repeat: repeat;
}

table.smalltable th {
	border-width: 1px;
	padding: 8px;
	color: #1d5987;
	border-style: solid;
	border-color: #666666;
	background-color: #e5f2fc;
}

table.smalltable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #3673a2;
	background-color: #ffffff;
}

table.smalltable input[type=text] {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 4px 2px;
	border: solid 1px #85c226;
	width: 125px;
	margin: 2px 0 2px 10px;
	background-color: white;
}

table.smalltable input[type=password] {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 4px 2px;
	border: solid 1px #85c226;
	width: 125px;
	margin: 2px 0 2px 10px;
}

table.smalltable select {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 4px 2px;
	border: solid 1px #85c226;
	width: 125px;
	margin: 2px 0 2px 10px;
}

table.smalltable input[type=radio] {
	color: #3673a2;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 2px 2px;
	width: 13px;
	height:13px;
	margin: 2px 0 2px 12px;
}

table.smalltable input[type=checkbox] {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 2px 2px;
	width: 13px;
	height:13px;
	margin: 2px 0 2px 12px;
}

table.smalltable input[type=file] {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 2px 2px;
	border: solid 1px #85c226;
	width: 125px;
	margin: 2px 0 2px 12px;
}

table.smalltable textarea {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	padding: 4px 2px;
	border: solid 1px #85c226;
	width: 125px;
	margin: 2px 0 2px 10px;
}

table.smalltable label {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	/* display: block; */
	font-weight: bold;
	text-align: left;
	min-width:125px;
	float: left;
	padding-bottom: 2px;
	color: #3673a2;
}
table.tinytable {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	/* background-image: url('images/mainback.jpg'); */
	background-repeat: repeat;
	width: auto;
	margin-left: 3%;
	margin-right: 3%;
}
table.tinytable th {
	border-width: 1px;
	color: #1d5987;
	border-style: solid;
	border-color: #666666;
	background-color: #e5f2fc;
}
table.tinytable td {
	border-width: 1px;
	border-style: solid;
	border-color: #3673a2;
	background-color: #ffffff;
}

table.tinytable input[type=text] {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	border: solid 1px #85c226;
}

table.tinytable input[type=password] {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	border: solid 1px #85c226;
}

table.tinytable select {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	border: solid 1px #85c226;
	width: 125px;
}

table.tinytable input[type=radio] {
	color: #3673a2;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	width: 13px;
	height:13px;
}

table.tinytable input[type=checkbox] {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	width: 13px;
	height:13px;
}

table.tinytable input[type=file] {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	border: solid 1px #85c226;
	width:auto;
}

table.tinytable textarea {
	float: left;
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif;
	border: solid 1px #85c226;
	width: auto;
}

table.tinytable label {
	font: 12px/13px Lucida Grande, Lucida Sans, Arial, sans-serif
	font-weight: bold;
	width:auto;
	color: #3673a2;
}