html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}
body {
    /*background-color:#E5E5E5;*/
	background-color:white;
    margin:0px;
    padding:0px;
    font:11px arial,helvetica,clean,sans-serif;
}
#container {
    background-color: #fff;
    /*background: #fff url(imgs/bg-body.jpg) repeat-x top left;*/
    width: 850px;
    height: 100%;
    margin: 10px auto 50px auto;
    border:1px solid silver;
}
td{padding:20px}

h1{color:navy}
h2{
    color:navy;
    display:run-in;
}
h3{color:navy;margin-top:30px}

.pt1 {
    font-family:Courier, monospace;
}

.aright{text-align:right}


ul.links {
    list-style-image:url(imgs/bullet.jpg);
    margin-left:7px;
    padding-left:5px;
}
ul.links a {text-decoration:none;color:black;font-size:11px}
ul.links a:hover {color:navy}

.table1 {
    width:100%;
    margin-top:30px;
}
.table1 tr {height:15px;}
.table1 th {font-size:16px;color:navy;text-align:left;font-weight:bold;vertical-align:baseline;}
.table1 td {padding:5px;}
.sep1 {
    width:100%;
    height:10px;
    background-color:navy;
}
