/* Css Reset */

* { margin:0; padding:0; }

html, body { background-color:#ffffff; color:#454545; font-size: 11px; font-family: Verdana, helvetica, sans-serif; text-align: left;}

a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; border: 0;}

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.12em; color:#ffffff; }
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 11px; }
h4 { font-size: 11px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#454545; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; border: 0; }
textarea { border: 0px; color: #999999; outline: 0; }

/* Lists */
dt { display:block; font-weight:bold; }
ul { padding-left: 20px; }


hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }