/* general */

.clear { clear: both;}
.right { float: right;}
.left { float: left;}
.relative { position: relative; }
.absolute { position: absolute; }
.no-display, .hidden { display: none; }
.no-display-submit { line-height: 1px; width: 0px; height: 0px; }

.height { height: 1px; }
.width { width: 1px; }

li,ul,ol { list-style:none; padding: 0px; margin: 0px; }

.selected, .required, .selected a, .required a { color: #9B2C4A; }

body, div, p, ul, li, img, form, button, .button, 
dl, dt, span, input, textarea, h1, h2, h3, h4, h5 { margin: 0; padding: 0; border: 0 none; }
body { background: #FFFFFF; color: #000000; font-family: Verdana,Arial,sans-serif; font-size: 11px; }
ul, li, div  { overflow: hidden; }

button { cursor: pointer; background: none; width: auto; overflow: visible; 
         text-align: center; white-space: nowrap;}

.wrapper { width: 999px; margin: 0 auto; }

.note-msg { color:#C00000; font-size:13px; font-weight:bold; margin-top:20px; }
fieldset { background: #F0F0F0; display: block; margin-bottom: 20px; padding: 10px 0 10px 0; }

a { color: #646464; text-decoration: none;}

td, th { font-size: 11px; }

.highlight { color: #D13D11; }
