.content {
	font-size:19px;
	padding-right:1em;
	padding-left:1em;
	width:740px;
	text-align:justify;
}

.text_switch {
	font-size:15px;
	color:#765
}

.text_switch_icon {
	opacity:.4;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}

.text_switch_icon:active {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.link {
	font:inherit;
}
	
.colrtspace {
	padding-right:20px;
}

h1	{
	color:#000000;
	font-size:19px;
	font-weight:bold;
	margin-top:0px;
	padding-top:10px;
}

h2	{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	padding:0px;

}

h3	{ 
	color:#000000; 
	font-size:13px; 
	font-weight:bold; 
	margin-top:0px; 
	text-decoration:underline;}

h4	{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	line-height:14px;
}

h5	{ 
	color:#000000; 
	font-size:10px; 
	font-weight:bold; 
	margin-top:0px;
}

h6	{ 
	color:#000000; 
	font-size:8px; 
	font-weight:bold; 
	margin-top:0px;
}

h7	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
	padding-top:5px;
	padding-right:25px;
	padding-bottom:5px;
	padding-left:25px;

}

#body1 ul {
	text-indent:20px;
/*	font-size:smaller; */
}

.justified_list {
	text-align:justify;
}

.tablebody1 {
	font-weight:bold;
	text-indent:10px;
	text-align:left;
	background-color:#FFFFFF
}

.tablebody2 {
	text-indent:20px;
	text-align:left;
}

#header {
   float:left;
   width:100%;
/*   width:770px;*/
   background:#FFFFFF url(../images/tab_bg.gif) repeat-x bottom;
/*   background:#FFFFCC url(../../images/tab_bg.gif) repeat-x bottom; 860px*/
/*   background:#DAE0D2 url("../images/tab_bg.gif") repeat-x bottom; */
   font-size:10px;
   line-height:normal;
   }
	 
#header ul {
   margin:0;
   padding:10px 10px 0;
   list-style:none;
   }
	 
#header li {
   float:left;
   background:url(../images/tab_left_ul.gif) no-repeat left top;
/*   background:url(../../images/tab_left_ul.gif) no-repeat left top; */
   margin:0;
   padding:0 0 0 9px;
   }
	 
#header a {
   display:block;
   background:url(../images/tab_right_ul.gif) no-repeat right top;
/*   background:url(../../images/tab_right_ul.gif) no-repeat right top; */
   padding:5px 15px 4px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#765;
   }
	 
#header a:hover {
   color:#333;
   }
	 
#header #current {
   background-image:url(../images/tab_left_on.gif);
/*   background-image:url(../../images/tab_left_on.gif); */
   }
	 
#header #current a {
   background-image:url(../images/tab_right_on.gif);
/*   background-image:url(../../images/tab_right_on.gif); */
   color:#000000;
   padding-bottom:5px;
   }
	 
#header .hd2 {
   font-weight:bold;
	}
	
	
/* sub-header */

#subheader {
   float:left;
   width:100%;
/*   background:#FFFFCC url("../images/tab_bg.gif") repeat-x bottom;860px
   background:#DAE0D2 url("../images/tab_bg.gif") repeat-x bottom; */
   font-size:10px;
   line-height:20px; /* line-height:normal; */
}
	 
#subheader ul {
   margin:0;
   padding:10px 10px 0px;
   list-style:none;
   display:inline;
   float:left;
/*	position:absolute;*/
   top:57px; /* top of sub-menu box below main menu */
   color:#999; /* light grey */
}
	 
	 
#subheader li {
   float:left;
/*   background:url("../images/tab_left_ul.gif") no-repeat left top; */
   margin:0;
   padding:0 0 0 9px;
}
	 
#subheader a {
   display:inline; /* display:block; */
/*   background:url("../images/tab_right_ul.gif") no-repeat right top; */
   padding:5px 15px 10px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#765;	/* medium grey */
   }
	 
#subheader a:hover {
   color:#333;	/* very dark grey */
}
	 
#subheader #current_sub {
/*   background-image:url("../images/tab_left_ont.gif"); */
}
	 
#subheader #current_sub a {
/*   background-image:url("../images/tab_right_ont1.gif"); */
   color:#000000;	/* dark blue */
   padding-bottom:5px;
}
	 
#subheader .hd2 {
   font-weight:bold;
}


