body {
	background-color: #EEEEEE;
	font-size: 13px;
	color: Black;
	cursor: Default;
}

table.main {
	font-family: Arial;
	font-size: 13px;
	cursor: Default;
}

td.main_header {
	color: Black;
	background-color: #EEEEEE;
}

td.main_topmenu1off {
	text-align: center;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	background-repeat : no-repeat;
	background-image : url(../images/menuoffbg.gif);
}

td.main_topmenu1on {
	text-align: center;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	background-repeat : no-repeat;
	background-image : url(../images/menuonbg.gif);
}

td.main_topmenu2 {
	background-color: #006699;
	color: White;
	padding: 4px 4px 4px 4px;
	background-position : right;
	background-repeat : no-repeat;
	background-image : url(../images/menu2corner.gif);
}

td.main_spacer {
	background-color: White;
	padding: 0px 0px 0px 0bpx;
	font-size: 70%
}

td.main_titlebar {
	background-color: #3399CC;
	font-weight: bold;
}

td.main_title {
	color: #3399CC;
	background-color: White;
	font-weight: bold;
	font-size: 140%;
	padding: 0px 0px 0px 0px;
}

td.main_sidebar {
	background-color: White;
	color: Black;
	padding: 2px 0px 2px 0px;
}

td.main_body {
	background-color: White;
	color: Black;
	padding: 2px 0px 2px 0px;
}

table.sidebar {
	font-family: Arial;
	font-size: 13px;
}

td.sidebar_header {
	border-bottom: 1px solid White;
	color: White;
	background-color: #3399CC;
	font-weight: bold;
	background-position : right;
	background-repeat : no-repeat;
	background-image : url(../images/corner.gif);
}

td.sidebar_body {
	color: Black;
	background-color: #D7ECF4;
	font-size: 90%;
}

table.msidebar {
	font-family: Arial;
	font-size: 11px;
}

td.msidebar_body {
	color: #3399CC;
	background-color: White;
	font-size: 90%;
}

td.fh {
	background-color: #D7ECF4;
	font-size: 90%;
	padding: 5px 5px 5px 5px;
	text-align: right;
	border-top: 1px solid White;
	width: 120px;
}

td.f {
	background-color: transparent;
	padding-left: 5px;
	vertical-align: middle;
}

table.n {
	font-size: 13px;
}

td.t {
	background-color: transparent;
	padding: 5px 5px 5px 5px;
}

td.h {
	background-color: #FFCC77;
	font-weight: bold;
	border-bottom: 1px solid White;
	padding: 3px 3px 3px 3px;
}

td.n {
	background-color: #D7ECF4;
	padding: 5px 5px 5px 5px;
}

a.topmenu1off {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a:hover.topmenu1off {
	color: #006699;
}

a.topmenu1on,a:hover.topmenu1on {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

a.topmenu2 {
	color: White;
	text-decoration: none;
}

a:hover.topmenu2 {
	color: #FFCC77;
}

a {
	color: Blue;
}

a.sidebar {
	color: Black;
}

a.msidebar {
	color: #3399CC;
}

span.heading {
	color: #FFA827;
	font-size: 140%;
}

span.hint {
	color: #006699;
	font-size: 90%;
}

hr {
	width: 100%;
	text-align: center;
	color: #FFA827;
}

fieldset.t {
	border: solid 1px #006699;
	padding: 3px 3px 3px 3px;
	cursor: Default;
}

legend.t {
	font-size: 90%;
}

input,select,button {
	font-size: 100%;
}