/* * Default style sheet * Created by CreativEngine * Author David Dale * © Copyright 2003 */ a { color: #000000; font-weight: bold; text-decoration: underline; } a:hover { color: #741616; text-decoration: underline; } a.footer { color: #FFFFFF; text-decoration: underline; padding: 0px; } a.footer:hover { color: #DDDDDD; text-decoration: underline; } /* Body, TD and TABLE style set the overall styles for the entire site They will cascade down to all other elements so do not need to be set again */ body{ background: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 0.7em; font-weight: normal; line-height: 130%; } form { margin: 0px; padding: 0px; } hr { height: 1px; color: #741616; } td, table { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: normal; } th, .tableheading { font-weight: bold; text-align: left; } .darkcell { background-color: #C0C0C0; } .footer { background-color: #000000; color: #FFFFFF; font-size: 90%; font-weight: bold; padding: 3px 12px 3px 12px; } .helpbox { background-color: #FFBC18; border: 1px solid #981729; clear: both; margin: 10px 20px 0px 20px; padding: 5px; } .levelone { font-size: 12px; font-weight: bold; } .levelthree { font-size: 11px; font-weight: normal; padding-left: 20px; } .leveltwo{ font-size: 12px; font-weight: normal; padding-left: 10px; } .levellink { font-size: 10px; font-weight: bold; padding-left: 3px; } .levellinkn { font-size: 10px; font-weight: normal; padding-left: 3px; } .lightcell { background-color: #EEEEEE; } /* NS4 fix */ .menu { margin-left: -15px; margin-top: 10px; } .quickfindtext { color: #741616; font-size: 12px; font-weight: bold; } .searchtext { color: #FFFFFF; font-size: 12px; font-weight: bold; } .subtitle, h4, h5 { color: #741616; font-size: 13px; font-weight: bold; } .tableborder { border: 1px solid #741616; } .tabledata { background-color: #EFEFEF; } .title, h1, h2, h3 { color: #741616; font-family: Myriad, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; padding-left: 3px; }