/************************
* UI RESET
************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*****************
* Helper classes
******************/
ul.horizontal_list {list-style-type:none;}
ul.horizontal_list li {display:inline;}
.floatleft {float:left;}
.floatright {float:right;}
.alignright {text-align:right;}
.aligncenter {text-align:center;}
.clear {clear:both; display:block;}
.width100 {width:100%;}
.margin10 {margin:10px;}
.padding10 {padding:10px;}
.marginside10 {margin:0px 10px;}
.margintop10 {margin:10px 0;}
.noborder {border:0}
p{line-height:1.3em;}
.onclick{cursor:pointer;}
p.blanktext{font:normal 11px Tahoma,sans-serif;color:#d0d0d0;padding:5px;}
a:focus{outline:none;}


/********************
 * Basic Rules for static pages
 * *******************/
div.page_body p
{
  line-height:1.4em;
  margin:5px 0px;
}

div.page_body strong
{
  font-weight:bold;
}

div.page_body em
{
  font-style:italic;
}

div.page_body ins {
  text-decoration:underline;
}

div.page_body ul,
div.page_body ol
{
  margin:5px 0px 5px 15px;

}

div.page_body ul li,
div.page_body ol li
{
  padding:3px;
  list-style-type:disc;
  list-style-position:inside;
}

div.page_body table
{
  width:100%;
}

