html  { color: #505050; font: 13px Arial; background-color: #ffffff; word-spacing: 0; overflow: hidden; text-shadow: black 0 0 0px }
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#page {
	overflow:auto;
	overflow-x:hidden;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
a      { color: #545454; font-weight: bold; border-style: dotted; border-width: 0 0 0; border-color: #c7c7c7; text-decoration: none }
a:hover  { color: #848484; text-decoration: none}
h2  { color: #778f9a; 
	font-size: 15px; 
	letter-spacing: 0px; 
	margin-top: 0; 
	margin-bottom: 0px; 
	width: auto; 
}
h3    { color: #778f9a; font-size: 13px; text-transform: capitalize; margin-top: 5; margin-bottom: -15px; width: auto }
b {
	color:#282828;
	font-weight:bold;
}
img {
	border:0px none;
	vertical-align:middle;
}
table {
	width:100%;
}
th {
	color:#b8af9c;
	text-align:left;
}
td {
	vertical-align:top;
}
td.lbl {
	width:15%;
	padding-right:10%;
	white-space:nowrap;
}
tr {
	margin-bottom:12px;
}
form {
	width:500px;
	margin:auto;
}
textarea {
	background:#f0f0f0;
	color:#282828;
	margin-left:6px;
	border:0px none;
	padding-top:1px;
	font-size: 15px;
	width: 385px;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: dotted;
}
input, select  { color: #514d3b; font-size: 11px; background: #f6f6f6; padding: 2px 2px 3px; width: 80%; border: solid 1px #b1b1b1; outline-width: 1px; outline-color: #353535 }
input.checkbox, input.radio {
	background:transparent;
	border:0px none;
	width:auto;
}
button    { color: #848484; font-size: 15px; background: #f4f4f4; margin-left: 6px; padding-top: 1px; border-style: solid none none; border-width: 1px 0 0; border-color: #d1d1d1 }
.cmdbar {
	text-align:right;
	margin-top:12px;
}
.big  { color: #778f9a; font-size: 14px; line-height: 1.2em }
.small  { color: #282828; font-size: 0.9em; line-height: 1.2em }
.ctlopt {
	float:left;
	width:31%;
	height:31%;
	margin-top:1%;
	margin-right:1%;
}
#banner {
	width:500px;
	height:150px;
	font-size:0px;
	margin:0px auto 0px;
	margin-bottom:10px;
	background:#ffffff url('images/plam.jpg') scroll no-repeat center;
}
#header {
	text-align:left;
	margin:auto;
	width:500px;
}
#header a   { color: #ffffff; font-size: 11px; text-decoration: none; background: #778f9a; text-align: center; display: block; margin-right: 1.8px; margin-left: 0; padding: 2px 10px; width: auto; height: 18px; float: left; border-style: solid; border-width: 3px 0 0; border-color: #778f9a; text-vertical-align: middle }
#header a:hover  { color: #ffffff; background: #555; border-color: #333333 }
#menu  { font-size: 11px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: right; letter-spacing: 0.05em; margin: auto; padding: 3px 0 4px; width: 500px; height: 12px; clear: both }
#menu a  { }
#footer {
	text-align:right;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:24px;
	width:500px;
}
#footer a {
	margin-left:6px;
	margin-right:6px;
	font-size:0.9em;
	color:#545454;
}
#content {
	width:500px;
	margin:auto;
	line-height:120%;
}
html>body #content { min-height:100px; }	/* all except IE < 7 */
* html #content { height:100px; }			/* IE < 7 only */
#error    { color: #d30000; font-size: 18px; font-weight: bold; text-align: center; letter-spacing: 1px; margin: auto; padding-top: 5px; padding-bottom: 5px; width: 500px }
#disclaimer  {
	color:#bcbcbc;
	font-size:10px;
	margin:auto;
	width:500px;
	text-shadow:#000 1px 1px 0
}
#frmHome form  { font-size: 25px; text-align: center; letter-spacing: 1px; padding: 4px; width: auto }
#frmHome .cmdbar {
	display:none;
}