html                    { font: 13px "Courier New", Courier, monospace }/*{ font: 75%/150% Arial, Helvetica, sans-serif  }*/

abbr                    { border-bottom: dotted 1px; border-color: inherit; cursor: help; }
address                 { margin: 1em 0; font-style: normal; }
.displayNone            { display: none; }
.hidden                 { position: absolute; left: -999em; }
.clear                  { display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
.active					{ color: #c7f731; }
.bgactive				{ background:#c7f731;}


/* * * * * *  headings  * * * * * */
h1, h2, h3, h5, h6  { margin: 12px 0 12px; font-size: 0.9em; }
h1                      { font-size: 1.15em; font-weight:bold; color:#ffffff; }
h2                      { font-size: 1.6em;}/* line-height:20px;*/
h3                      { font-size: 2em; margin: 12px 0 5px; }
h4					  { font-size: 1.15em; font-weight:bold; color:#ffffff; margin: 0; }
h5					  { font-size: 1.0em; font-weight:bold; color:#ffffff; margin: 0; }
h6					  { font-size: 0.9em; font-weight:bold; color:#ffffff; margin: 0; }


/* * * * * *  lists  * * * * * */
ul                      { margin:0; padding: 0; list-style: none; }
ul li                   { list-style: none;  }
ol                      { margin: 1em 0 1em 2em; padding: 0; }


/* * * * * *  links  * * * * * */
a                       { color: #999; text-decoration:none; }
a:visited               { color: #999; }
a:hover                 { color: #c7f731; }
a:focus,
a:active                { color: #999; }


/* * * * * *  images  * * * * * */
img                     { border: none; }


/* * * * * *  forms  * * * * * */
form                    				{ margin: 0; padding: 0; }
form > label						{ float: left; width: 120px; font-weight: bold; }
form > input[type=text]		{ width: 180px; height:15px; margin-bottom: 5px; background-color:#CCC; border:1px solid #333;}
form > textarea					{ width:90%; height:100px; background-color:#CCC;  border:1px solid #333;}
form > #submitbutton		{ margin-top: 5px; width: 90px; height:25px;}
form > br							{ clear: left;}
.require							{ color:#F00; }
 
						  
						  

