/*  Styles for Notes & Links Boxes

    Brian Sexton

    Created on Thursday, March 4th, 2004
*/


div.NotesAndLinks { border: 3px solid #999; width: 594px; background-color: #fff; color: #000; margin-left: auto; margin-right: auto }


div.NotesAndLinks div.NoteStrip { border: 2px solid #ddd; padding: 8px; background-color: #e6e6fa; color: #555; font-family: Verdana, Arial, sans-serif; font-size: 10px; text-align: center; margin: 2px }

div.NotesAndLinks div.NoteStrip a { font-weight: bold }
div.NotesAndLinks div.NoteStrip a:link { background-color: inherit; color: #369; text-decoration: none }
div.NotesAndLinks div.NoteStrip a:visited { background-color: inherit; color: #555; text-decoration: none }
div.NotesAndLinks div.NoteStrip a:hover { background-color: inherit; color: #00f; text-decoration: underline }
div.NotesAndLinks div.NoteStrip a:active { background-color: inherit; color: #000; text-decoration: underline }


div.NotesAndLinks div.LinkStrip { border: 2px solid #ddd; padding: 8px; background-color: #eee; color: #888; font-family: Verdana, Arial, sans-serif; font-size: 10px; text-align: center; margin: 2px }

div.NotesAndLinks div.LinkStrip a { font-weight: bold }
div.NotesAndLinks div.LinkStrip a:link { background-color: inherit; color: #369; text-decoration: none }
div.NotesAndLinks div.LinkStrip a:visited { background-color: inherit; color: #888; text-decoration: none }
div.NotesAndLinks div.LinkStrip a:hover { background-color: inherit; color: #00f; text-decoration: underline }
div.NotesAndLinks div.LinkStrip a:active { background-color: inherit; color: #000; text-decoration: underline }