

/*This CSS is to be used for screen display, primarily.

ŠNovusweb Corporation. All Rights Reserved.

*/

body      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; margin: 4px }



p { }



input  /* Use for form input fields. */   { font-family: Verdana, Arial, Helvetica, sans-serif }



textarea  /* Use for form textarea fields. */   { font-family: Verdana, Arial, Helvetica, sans-serif }

option  /* Use for drop-down menu lists in select tags. */   { font-family: Verdana, Arial, Helvetica, sans-serif }

select { font-family: Verdana, Arial, Helvetica, sans-serif }

td /* Use for table cells since CSS many times doesn't transcend the td tag. */   {

	font-size:  10px;

	font-family: Verdana, Arial, Helvetica, sans-serif }





a:link  /* Link tag - no underline. */  { color: #872500; text-decoration: none }

a:visited  /* Visited link tag - no underline. */  { color: #872500; text-decoration: none }

a:hover  /* Hover link, underlined. */  { color: #872500; text-decoration: underline }

a:active  /* Active link with underline. */  { color: #ff9000; text-decoration: underline }

tt  /* Courier type face for teletype tag. */   {

	font-size:  10px;

	font-family: "Courier New", Courier, Monaco, monospace }





.serif /* Use for serif type needs. */  {

	font-family: Georgia, "Times New Roman", Times, serif }



.sanserif /* Use for san-serif font needs. */  {

	font-family: Verdana, Arial, Helvetica, sans-serif }

.reverse /* Use for white type on a colored background. */  {

	color:           white;

	background-color: transparent }

.disclaimerreverse { color: white; background-color: transparent; padding-left: 12px }

ul {

	list-style-type: circle;

	margin:           1em 0 1em 2em }

.wireframeinstruction   { color: #666; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; background-color: #fff }



.errormessage   { color: #900; font-family: Verdana, Arial, Helvetica, sans-serif }

.smallnoticecenter { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif }

.wireframeconditional  { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ffffd8 }

.wireframeTD  { color: #666; background-color: #ddd }

.wireframecontent { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff }

.companytitle  { color: #ff9000; font-size: 11px; font-weight: bold }

.companyaddress { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic }
