/* fix browser display issues */
form { margin:0px; }
img { display:block; }

h1 {
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    vertical-align:middle;
    border:1px #CCC dotted;
	background-color:#EEE;
    }
h2 {
    font-size: 14px;
    font-weight: bold;
    padding:5px;
    vertical-align:middle;
    border:1px #CCC dotted;
	background-color: #EEE;
    }
p {
	font-size: 13px;
    font-weight: bold;
    }

/* common formatting for both print and screen */
a { color:#777;font-weight:bold; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { background:#EEE; }
a:hover {  }

fieldset {
	font-size: 9px;
    font-weight: normal;
    border: 1px #CCC solid;
    }
legend {
    font-size: 11px;
    font-weight: bold;
    padding:3px;
    }

/* style for center body box  */
ul {
    list-style-type : none;
    margin : 0;
    padding: 0;
}
li {
    border : 1px solid #000;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
}

