/* RESET */
//html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1.2em; font-weight: normal; font-style: normal; }
html,body {height: 100%;}
* html {height: 100%;}
ul,ol { list-style: none; margin: 0px;}
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0;}

/* TYPE */
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial; background-color: #e5e5e5; color: #333; }
a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {font-size: 14px; line-height: 23px; margin-bottom: 15px; }
h1 { font-weight: bold; font-size: 30px; line-height: 30px; margin-bottom: 10px;} /*border: solid #ccc; border-width:1px 0 0 0;}*/
h2 { font-weight: bold; font-size: 20px; line-height: 25px; margin-top: 10px;}
h3 { font-weight: bold; font-size: 18px; line-height: 25px; }
h4 { font-weight: bold; font-size: 1em; }
h5 { font-weight: bold; font-size: 10px; line-height: 10px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

ul { margin: 20px 0 20px 0; list-style: none inside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 0; }
ul.square,
ul.circle { margin-left: 0px; }
ul.square { list-style: square inside; }
ul.circle { list-style: disc inside; }
ul ul.circle,
ul ul.square { margin-top: 20px;}
li {margin-bottom: 10px;}

.blue {color: #08c;}
.right {float: right;}







