html {
	font-size: 100%; /* redimension bug in IE */
}


body { 
	margin: 0px;
	padding: 0px;
	font-family: 'ArialMT', 'Arial', 'Verdana', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 25px;
	color: rgb(0, 0, 0);
}

div#content {
	min-height: 100%; 
	width: 750px;
	overflow: hidden; 
	margin-left: auto;
	margin-right: auto;
}

div.navbar {
    text-align: center;
}

div.navbar ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

div.navbar  li {
        display: inline;
        list-style-type: none;
        font-size: 18px;
        font-weight:normal;
	padding-left: 20px;
}

div.navbar li a {
    text-align: center ; 
    text-decoration: none ;
    color: #000000;
}

hr {
    height: 0.5px;
    margin: -0.5em 0; 
    padding: 0;
    color: #F00;
    background-color: #000000;
    border: 0;

}

h1 h2 h3 h4 {
}

h1 {
    font-weight: normal;
    font-size: 34px ; 
    text-align: left;    
    padding-top: 15px;
    padding-bottom: 15px;
}


h1.title {
    text-align: left;
    margin-top:150px;
}

h2 {
    font-weight: normal;
    font-size: 28px ; 
    padding-top: 20px;
}

h3 {
    font-weight: normal;
    font-size: 20px ; 
}

a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}
a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}


div.outline-4 {
    position: relative;
    clear: both;
}

p.date {
    display: none;
}


table tbody tr td {
    text-align: center;
}

div.postamble {
         font-size: 11px;   
	 text-align: right;
}

div.postamble > a {color: grey;}