/* CSS Document */

* { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt; }

html, body { color:#000000; font-size:11px; background-color:#ffffff; height:expression(document.body.clientHeight + 'px'); margin:0px; padding:0px; }

/* IMAGE */

img { border:0px; margin:0px; padding:0px; }

/* TABLE */

table { border:0px; border-collapse:collapse; margin:0px; padding:0px; }
tr { border:0px; }
td { border:0px; }
th { background:#CCCCCC; border-top:solid #ffffff 2px; color:#666666; }

/* LINK */

a { color:#267AC2; }
a:active, a:focus {	-moz-outline:none; outline:none; ie-dummy:expression(this.hideFocus=true); }
a:hover { color:#267AC2; }
a:visited { color:#551A8B; }

/* LIST */

ul, ol { color:#669933; margin:0px; padding:0px; }
li { color:#111133; text-align:left; }

/* FORM */

form { margin:0px; padding:0px; }
textarea { font-size:11px; font-family:verdana; border:1px solid #cccccc; color:#111133; }
select { font-size:11px; font-family:verdana; border:1px solid #cccccc; color:#111133; }
input { border:1px solid #cccccc; }
input.submit { border:1px solid #61B05D; background-color:#175A91; color:#eeeeee; cursor:pointer; }
input[type="radio"] { border:0px; }
input.submit:hover { color:#eeeeee; background-color:#6087B2; cursor:pointer; }
button { border:1px solid #61B05D; color:#eeeeee; background-color:#175A91; cursor:pointer; }
button:hover { color:#eeeeee; background-color:#6087B2; cursor:pointer; }
.submit { margin:10px; }

/* H1/2/3/.. */

h1 { font-size:15pt; padding:0px; margin:0px; }
h2 { font-size:11pt; padding:0px; margin:0px; }
h3 { font-size:9pt; padding:0px; margin:0px; }

.noborder { border:0px; }

div { margin:0px; padding:0px; }