html,
body {
	font-family: Arial, sans-serif;
	line-height: normal;
}

hr {display: none;}

p {
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
}

#header {
	display: none;
}

#logo_box {
        display: none;
}

#header_body {
        display: none;
}

#footer {
	height: 2em;
	clear: left;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}

#footer_valid {
        display: none;
}

#footer_powered {
        display: none;
}

#content_wrapper {
	width: 100%;
}

#left_box {
        display: none;
}

#center_box {
/* top: 0px; left: 0px;*/
}

#center_box {
}

#content_box {
	border:1px solid #AAAAAA;
        padding: 0 0.5em 0.5em 0.5em;
}

.menu_box {
	border:medium none;
	margin:0pt 0pt 0.5em;
	padding:0px;
}

.menu_box_body {
	background-color:white;
	border:1px solid #AAAAAA;
	border-collapse:collapse;
	padding: 0.1em;
}

.menu_title {
	line-height:normal;
	margin:0em;
	padding:0.1em;
	font-size: 14pt;
}

.menu_text {
	line-height:normal;
	margin:0em;
	padding:0em;
	font-size: 11pt;
}

.menu_1, .menu_2, .menu_3, .menu_4, .menu_5 {
  color: #afafdf;
  text-decoration: none;
        padding-bottom: 0em;

}
a.menu_1:hover, a.menu_2:hover, a.menu_3:hover, a.menu_4:hover, a.menu_5:hover {
  color: #0f0fdf;
}
a.menu_active_1, a.menu_active_2, a.menu_active_3, a.menu_active_4, a.menu_active_5 {
  color: red;
}

p.menu_1, p.menu_active_1 {font-size: 12pt; text-decoration: none}
p.menu_2, p.menu_active_2 {font-size: 11pt; text-decoration: none; margin-left: 0.5em}
p.menu_3, p.menu_active_3 {font-size: 10pt; text-decoration: none; margin-left: 1em}
p.menu_4, p.menu_active_4 {font-size: 09pt; text-decoration: none; margin-left: 1.5em}
p.menu_5, p.menu_active_5 {font-size: 09pt; text-decoration: none; margin-left: 2em}

a.menu_active_1 {text-decoration: none}
a.menu_active_2 {text-decoration: none}
a.menu_active_3 {text-decoration: none}
a.menu_active_4 {text-decoration: none}
a.menu_active_5 {text-decoration: none}

.small {
	font-size: 9pt;
	color: #808080;
}

h1, h2, h3, h4, h5, h6 {
	border-bottom:1px solid #AAAAAA;
	color: #707070;
	font-weight:normal;
	margin:0pt;
	padding-bottom:0.17em;
	padding-top:0.5em;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 16pt;
        font-weight: bold;
}

h2 {
        font-size: 14pt;
}

h3 {
        font-size: 12pt;
}

h4 {
        font-size: 11pt;
}

td.row_0, td.row_1 {
  padding: 2px; 
}

td.row_0 {
  background-color: #cfcfff;
}

td.row_1 {
  background-color: #cfcfcf;
}


