/* Body */
body {
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 9pt;
	background: #ffffff;
}

a {
	text-decoration: none;
}

a:link, a:visited {
}

h1, h2, h3 {

}

h1 {
	font-size: 16pt;
}	

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
}

#header {
	width: 100%;
}

#footer {
	width: 100%;
	color: #888888;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}

.tab_inactive {
	background: url('/images/tabit.png') #DCDCDC;
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
	font-size: 9pt;
}

.tab_inactive_l {
	background: url('/images/tabil.png') #ffffff;
	background-position: top;
	background-repeat: no-repeat;
}

.tab_inactive_r {
	background: url('/images/tabir.png') #ffffff;
	background-position: top;
	background-repeat: no-repeat;
}

.a_tab_i, .a_tab_i:visited {
	color: #000000;
}

.a_tab_i:hover {
	color: #880000;
	text-decoration: underline;
}

.tab_active {
	background: url('/images/tabat.png') #78777F;
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px;
	font-size: 9pt;
}

.tab_active_l {
	background: url('/images/tabal.png') #ffffff;
	background-position: top;
	background-repeat: no-repeat;
}

.tab_active_r {
	background: url('/images/tabar.png') #ffffff;
	background-position: top;
	background-repeat: no-repeat;
}

.a_tab_a, .a_tab_a:visited {
	color: #FFFFFF;
}

.a_tab_nav, .a_tab_nav:visited {
	color: #CCCCFF;
	font-weight: bold;
}

.tab_nav {
	background: #78777F;
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 9pt;
	color: #ffffff;
}

.tab_nav_l {
	background: url('/images/tabnavl.png') #78777F;
	background-position: right;
	background-repeat: repeat-y;
}

.tab_nav_r {
	background: url('/images/tabnavr.png') #78777F;
	background-position: left;
	background-repeat: repeat-y;
}

.tab_nav_b {
	background: url('/images/tabnavb.png') #ffffff;
	background-position: top;
	background-repeat: repeat-x;
}

.tab_nav_br {
	background: url('/images/tabnavbr.png') #ffffff;
	background-position: top;
	background-repeat: repeat-x;
}

.labelcell, .datacell {
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
}
