﻿@charset "utf-8";
/* EWP Basic Settings */

/* =body */
body { font : normal 12px Verdana, Arial, sans-serif; }

/* =blocktext */
h1, h2, h3, h4, h5, blockquote, address, dl, ul, ol { margin : 0 15px; padding : .5em 0; }

/* =h1 */
h1 { font : normal 240% Verdana, Arial, sans-serif; }

/* =h2 */
h2 { font : normal 200% Verdana, Arial, sans-serif; }

/* =h3 */
h3 { clear : left;  margin-top : 0; font : normal 160% Verdana, Arial, sans-serif; }
h3:first-child { margin-top : 0; }
form h3 { margin-left : 0; }

/* =h4 */
h4 { font-size : 120%; font-weight : normal; }

/* =h5 */
h5 { font-size : 110%; font-weight : normal; }
li h5 { margin-left : 0; }

/* =p */
p { font-size : 12px; line-height: 100%; padding:5px;}
li p { margin-left : 0; }

/* =a */
a, a:visited { font-weight : bold; text-decoration : none; }
a:hover { text-decoration : none; }
a:active, a:focus { text-decoration : underline; }

/* =pre */
pre, code { font : 115% monospace; }

/* =dl/dt/dd */
dt { font-weight : bold; }
dd { padding-bottom : .5em; }

/* =ul */
ul { list-style-type : square; padding:20px; margin:20px}
ul ul { margin-left : 0;  }

/* =ol */
ol { list-style-type : square; margin:20px}
ol ol { margin-left : 0; }

/* =img */
img, a img { border : none; }

/* =table */
table { width : 100%; margin : 0; font-size : inherit; }

/* =caption */
caption { font-weight : normal; text-align : center; }

/* =tr */
tr { padding : .5em 0; }


