@charset "utf-8";
/* CSS Document */

body { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color:#333333; margin:0; padding:0;

}




a:link, a:active, a:visited{ color:#666666; text-decoration:none; }
a:hover { color:#6e1419; text-decoration:none; }


/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; font-family:Arial, Helvetica, sans-serif;}


h1 { font-size:1.7em; color:#616161;font-weight:normal; margin-top:0;}


h2 { font-size:1.5em; color:#29809C; margin-top:0;}
h3 { font-size:1.5em; color:#00486A; text-transform:uppercase;}
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }


/* Table */
td, tr { font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333; }

/* Paragraph */
p { margin-bottom:.8em; }


/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; font-size:98%; }

/* img */

a img { border:0;}


hr { border-bottom:1px solid #C3C3C3; border-top:none; border-left:none; border-right:none;}


