html, body, div, tr, td, input, select, button, h1, h2
{
	font-family: Arial, sans-serif, Tahoma, Helvetica, Geneva;
	font-size: 12px;
}

html
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

tr, td
{
	vertical-align: top;
}

img
{
	border-width: 0;
	border-style: none;
}

#page_table 
{
	width: 765px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a[name]:hover
{
	text-decoration: none;
}

.r0
{
	color: #0077aa;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 -10px 5px -10px;
	padding: 0 5px 0 10px;
}

.r1
{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}

.r2
{
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 170px;
}

.r3
{
	background-color:#CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}

.r4
{
	background-color:#FFFFFF;
	color:#333333; font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

.r5
{
	background-color:#a6caf0;
	color:#000000; font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

.rh
{
	background-color:#CCCCCC;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}

.button
{
	font-weight: bold;
	/* margin: 10px 10px 0 0; */
	margin: 0 10px 0 0;
	padding: 0 2px;
	white-space: nowrap;
}

p.hd	{font-family:Arial; color:#0077aa; font-weight:bold; margin:2em 0}
p.L0	{font-family:Arial; color:#000000; font-weight:bold}
p.p0	{font-family:Arial; margin:0 0 0 2em}
p.L1	{font-family:Arial; margin:0 0 0 2em; color:#000000; font-weight:bold}
p.p1	{font-family:Arial; margin:0 0 0 4em}
p.p2	{font-family:Arial; margin:5 0 5 4em; text-indent: 2em}
p.tl	{font-family:Arial; color:#000000; font-weight:bold; text-align:right}
ul		{font-family:Arial; margin:0 0 0 4em}
strong	{color:#0000FF; white-space:nowrap}

/* Help Section
-------------------------------------------------------------------------------- */

.help_example dl
{
	padding: 0 0 0 4px;
}

dd .help_example dl
{
	margin-left: 0;
}

.help_screen_shot
{
	text-align: center;
}

table#gloss_index
{
	width: 100%;
}

#gloss_index td
{
	text-align: center;
	padding: 2px;
	width: 14%;
}

#gloss_index a:link, #gloss_index a:visited, #gloss_index a:active
{
	color: #666666;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 5px;
}

#gloss_index a:hover
{
	color: #666666;
	background-color: #a6caf0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 1px 5px;
}
#sidenav_help
{
	background-color: #DFDFDF;
	border-color: #666666;
	border-width: 0 1px;
	border-style: none solid none solid;
	width: 147px;
	margin-top: 10px;

}
#sidenav_help h4
{
	color: #333333;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

#sidenav_help h4 span
{
	display: none;
}
#sidenav_help ul
{
	margin: 0;
	padding: 0;
}
#sidenav_help li
{
	color: #0077aa;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
}

#sidenav_help li a:link, #sidenav_help li a:visited, #sidenav_help li a:active
{
	color: #0077aa;
	display: block;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}

#sidenav_help li a:hover
{
	display: block;
	background-color: #F1F1F1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
}

h1
{
	color: #0077aa;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 -10px 5px -10px;
	padding: 0 5px 0 10px;
}

h2
{
	color: #0077aa;
	letter-spacing: 1px;
	margin: 0 -10px 5px -10px;
	padding: 0 5px 0 10px;
}

/* Boxed areas
-------------------------------------------------------------------------------- */

#box_header
{
	padding: 0 10px 0 10px;
}

#box_header a:link, #box_header a:visited, #box_header a:active
{
	font-size: 11px;
	/* add font size for IE */
	text-decoration: none;
}

#box_header a:hover
{
	font-size: 11px;
	/* add font size for IE */
	text-decoration: underline;
}

.box
{
	margin: 0 0 0 0;
	padding: 0 10px 5px 10px;
}

.box a:link, .box a:visited, .box a:active /* for IE */
{
	font-size: 11px;
	text-decoration: none;
}

.box a:hover /* for IE */
{
	font-size: 11px;
	text-decoration: underline;
}

.box_msg
{
	font-weight: bold;
}

.box_alert
{
	font-weight: bold;
}

.rw0
{
	background-color:#CCCCCC;
	color:#0000CC;
	text-align: center;
}

.rw1
{
}

.rw2
{
	font-size: 24px;
}
