/***********************************************/
/* style_detail.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  color:#333333;
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

input {
	font-family:Verdana;Microsoft Sans Serif;
	font-size:96%;
}
select {
	font-family:Verdana;Microsoft Sans Serif;
	font-size:96%;
}

a:link, a:visited, a:hover {
	color:#339933;
	text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana;Microsoft Sans Serif;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 106%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type:square;
}

ul ul{
 list-style-type:disc;
}

ul ul ul{
 list-style-type:none;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

/************* #header styles ***************/
#header{
  clear: both;
  border-bottom: 2px solid #cccccc;
  font-size: 80%;
  /*background-color: #eeeeee;*/
  padding: 10px 0px 10px 0px;
}

/************* #content styles ***************/
#content{
}

/************* #dataHead styles ***************/
#dataHead{
  background-color: #f1f7f2;
}

/************* #dataHeadRight styles ***************/
#dataHeadRight{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

/************* #dataHeadLeft styles ***************/
#dataHeadLeft{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}
#dataHeadLeft A{
  color: #009933
}

/************* #dataContents styles ***************/
#dataContents{
  background-color: #ffffff;
}

/************* #dataContentsRight styles ***************/
#dataContentsRight{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

/************* #dataContentsLeft styles ***************/
#dataContentsLeft{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}
#dataContentsLeft A{
  color: #009933
}

/************* #dataFoot styles ***************/
#dataFoot{
  background-color: #ffffff;
}

/************* #dataFootRight styles ***************/
#dataFootRight{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

/************* #dataFootLeft styles ***************/
#dataFootLeft{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}
#dataFootLeft A{
  color: #009933
}

/************* #title styles ***************/
#title{
}
#title h3{
  color:#999999;
  font-weight:bold;
  /*border-top-style:solid;
  border-top-color:#999999;
  border-top-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#999999;
  border-bottom-width:1px;
  border-left-style:solid;
  border-left-color:#999999;
  border-left-width:3px;
  border-right-style:solid;
  border-right-color:#999999;
  border-right-width:3px;
  */padding: 10px 10px 10px 10px;
}

/************* #footer styles ***************/
#footer{
  clear: both;
  border-top: 2px solid #cccccc;
  font-size: 80%;
  /*background-color: #eeeeee;*/
  color: #cccccc;
}

