body  {
	background-color: #eeeeee; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 3px;
}

A {
	color: #336699;
	text-decoration: none;
}
A:hover {
	color: #000000;
}

#copyright {
	text-align: center;
	font-size: 10px;
}

textarea, input, select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #336699;
	background-color: #f9f9f9;
	margin: 1px;
}

#tabs {
	text-align: center;
	color: #000000;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1em;
}
#tabs strong {
	background-image: url(images/tab.active.png);
	width: 139px;
	height: 19px;
	display: inline;
	float: left;
	margin-right: 1px;
}
#tabs a {
	background-image: url(images/tab.png);
	width: 139px;
	height: 18px;
	text-decoration: none;
	display: inline;
	float: left;
	margin-right: 1px;
	color: #888888;
}
#tabs a:hover {
	background-image: url(images/tab.hover.png);
	color: #000000;
}
#content {
	display: block;
	border: 1px solid #919B9C;
	padding: 6px;
	min-height: 10em;
	background-color: #ffffff;
}
#content h2 {
	display: block;
	border-bottom: 1px dashed #919B9C;
	font-weight: bold;
	font-size: 13px;
	text-indent: 1em;
	margin: 0px;
	margin-bottom: 7px;
}
#content td {
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
}


.center {
	clear: both;
	text-align: center;
}
.iefix {
	clear: both;
	line-height: 2px;
}

.note {
	font-size: 10px;
}

.leftblock {
	clear: both;
	float: left;
	display: block;
	width: 35%;
}

form {
	display: inline;
}
