/* @override 
	http://10.0.1.198/autoupdate/rnotes.css
	http://localhost/autoupdate/rnotes2.css
*/

body {
   margin: 0;
   background-color: #fff;
   color: #000;
   padding: 0;
   font-family: "Lucida Grande", Arial, sans-serif;
   font-size: 8pt;
}

.content {
	margin: 0;
	padding: 12px;
}

h1 {
   font-size: 8pt;
   font-family: "Lucida Grande", Arial, sans-serif;
   font-weight: bold;
   margin: 0;
   padding: 10px 12px 3px 12px;
   color: #000;
}

h1.past {
   margin: 10px 0 0 0;
   color: #333;
   border-top: 1px dotted #aaa;
}

h2 {
   font-size: 8pt;
   font-weight: bold;
   margin: 0;
   padding: 00px 0 10px 0px;
}

p {
   font-size: 8pt;
   line-height: 140%;
   text-decoration: none;
   margin: 0;
   padding: 4px 0 4px 10px;
}

ul {
   font-size: 8pt;
   line-height: 140%;
   list-style-type: disc;
   padding: 0;
   margin: 4px 0 4px 25px;
}

li {
   margin: 6px 0 6px 0;
   line-height: 140%;
}

a {
   color: #00d;
   text-decoration: underline;
}

a:visited {
   color: #00d;
}

a:hover {
   color: #00f;
}

hr {
   text-decoration: none;
   border-top: 1px #ccc solid;
   border-bottom: none;
   border-left: none;
   border-right: none;
}

h1 > .date {
   margin-left: 5px;
   font-weight: normal;
   font-size: 7pt;
}
