@charset "utf-8";


/***************Browser Reset**********/

* { margin:0; padding:0; } 
option {padding-left: 0.4em}

* html body * { overflow:visible } 
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }
html * { font-size: 100.01% }

html { height: 100%; margin-bottom: 1px; }
body { 
    font-size: 100.01%; 
    position: relative; 
    color: #000; 
    background: #fff;
    text-align: left; 
}

img { border:0 solid; }

ul, ol, dl { margin: 0 0 1em 1em; list-style:none; }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto; }

/*************************/


/*****************************FONTS**************************************************************/

body { font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0;  }
  
h1, h2 { font-size: 150%;  } 					/* 18px */
h2 { font-weight: normal; color: #414846; }    	/* 18px */
h3 { font-size: 150%;  }						/* 18px */
h4 { font-size: 95%; margin-bottom: 5px;  }		/* 11px */
h5 { font-size: 95% }							/* 11px */
h6 { font-size: 95%; }							/* 11px */

p { line-height: 130%; margin: 0 0 1em 0;font-size: 95%;}

a {color:#000;}
a:hover {color:#555; }

#subnav h1, h2, h3, h4, h5, h5{font-size:11px;}

#content .cbox h4{
font-size:13px;
margin:0;
padding-left:20px;
padding-top:2px;
}
.indent{
	padding-left:30px;
}
