body {
	background-color: #ffcc33;
	background-image: url('../images/page_back.jpg');
	color: #222222;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
td {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #222222;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #B00;
	font-weight: bold;
}
.InpBox {
	color: #444444;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.Button {
	font-size: 12px;
	color: #444444;
	background-color: #EFEFEF;
	border-top: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.Small {
	font-size: 10px;
}
.Footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.RLine {
	border-right: 1px solid #EEE;
}
.FootLine {
	border-bottom: 1px solid #EEE;
}

#Content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#Content h1 {
	font-size: 16px;
	border-bottom: 1px solid #E4E4E4;
}
.Table_dark_row {
	background-color: #F0F0F0;
}
.Image {
	padding: 1px;
	border: 1px solid #CCC;
}