body {
	font-family: "Times New Roman", Times, serif;
    line-height:105%;
	background-color: #ffffff;
}
a:link{
    color:blue;
    }
em {
	font-weight: normal;
	font-style: italic;
	}
blockquote {
    line-height:105%;
    }
h1	{
    font-size:2em;
}
h2	{
    font-size:1.2em;
}
h3{
    margin-bottom:0em;
    margin-top:1.2em;
    }
    
/*reverse w/ larger font sub*/
.rev h1{
	font-size:1.3em;
	}
.rev h2{
	font-size:2em;
}
li{
	margin-bottom:0.2em;
	}
/*navigation bar*/

.nleft {
	display: none;
}
.nright {
	display: none;
}

.cap, .intro{
	font-family:Arial, Verdana;
	}
.intro{
    padding-bottom:5px;
	}
img.flag {
	display: none;
}
.nop {
	display: none;
}
.hline{
    margin-bottom:30px;
    }
.mainpage{
    margin-bottom:10px;
    padding-bottom:10px;
    width:100%
    }
.content{
    padding-bottom:10px;
    padding-top:20px;
    width:100%
    }
.inbox{
    background-color:#ffffff;
    margin-bottom: 30px;
    }
.note{
    margin-top:20px;
    width:100%;
    line-height:105%;
    }
.see{
    margin-top:20px;
    width:100%
    }
.src{
    margin-top:20px;
    padding-bottom:0px;
    width:100%;
    line-height:105%;
    }
.src dt, .note dt {
	position:relative;
	top: 1.1em;
	}