/* CSS Document */

a:link { color:#333333; text-decoration: underline } 
a:hover { color:#333333; text-decoration: underline }
a:visited { color:#333333; text-decoration: underline } 
a:active { color:#333333; text-decoration: underline } 

 a.class_01:link
 {
  text-decoration:none; font-weight:normal;
  color:#000000
 }
 a.class_01:visited
 {
  text-decoration:none; font-weight:normal;
  color:#000000
 }
 a.class_01:hover
 {
  text-decoration:none; font-weight:normal;
  color:#000000
 }
 a.class_01:active
 {
  text-decoration:none; font-weight:normal;
  color:#000000
 }

body{
	background-color: #FFFFFF;

}

h1{
      font-family : Arial, Helvetica, sans-serif;
      font-size : 14px;
      font-weight : bold;
      color : #333333;
      background-color : transparent;
	  line-height : 120%;
	  margin : 0;
	  padding-top : 0;
	  padding-bottom : 0;
	  padding-left : 0;
} 

h2{
      font-family : Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : bold;
      color : #333333;
      background-color : transparent;
	  line-height : 120%;
	  margin : 0;
	  padding-top : 0;
	  padding-bottom : 0;
	  padding-left : 0;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	background-color : transparent;
	line-height : 120%;
	margin : 0;
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;

} 

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	background-color : transparent;
	line-height : 120%;
	margin : 0;
	padding-top : 5px;
	padding-bottom : 0;
	padding-left : 0;

} 

ol { list-style-position : outside;
	list-style-image : url(images/dot.gif);

}

table { border : 0; 
	border-collapse : collapse; 
	background-color : transparent;

}

td {border : thin solid #cccccc;
	padding-top : 5px; 
	padding-left : 5px; 
	padding-right  :5px; 
	padding-bottom : 5px; 	
	empty-cells : show; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	line-height : 120%;

}

#idheader{
	position : absolute;
	top : 8px;
	left : 10px;
	z-index : 1;
}

#idnav01{
	position : absolute;
	top : 90px;
	left : 10px;
	width: 110px;
	height: 600px;
	z-index : 2;
	background-image:url(images/back_float.jpg)
}

#idmain{
	position : absolute;
	top : 105px;
	left : 135px;
	width: 550px;
	z-index : 1;
}

#idrfloat{
	position : absolute;
	top : 90px;
	left : 700px;
	width: 110px;
	height: 600px;	
	z-index : 3;
	background-image:url(images/back_float.jpg)
}
