body {
	padding: 0;
	margin: 0;
	text-align:center;
	background-image:url('../gfx/main_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: verdana;
	font-size: 10px;
}
#content_tbl {
	text-align: left;
}
#actions {
	background-image:url('../gfx/action_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 219px;
	height: 50px;
	padding-top: 0px;
	padding-left: 16px;
}
#actions A {
	color: #0175C0;
	text-decoration: none;
}
#nav {
	padding-right: 13px;
	padding-bottom: 13px;
}
#right {
	padding-left:10px;
	vertical-align: top;
}
#copyright {
	font-size: 9px;
	color: #8d8f91;
}
select {
font-family: verdana;
	font-size: 9px;
}
input {
font-family: verdana;
	font-size: 10px;
}
textarea {
font-family: verdana;
	font-size: 10px;
}

#main_sub {
	border-left: 1px solid #98a5b7;
	border-right: 1px solid #98a5b7;
	border-bottom: 0px solid #98a5b7;
	padding-left: 1px;
	height: 100px;
	vertical-align: top;
}