/* default for all text in body or table cells */
body{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; }


/* default link colors */
a:link {  color:#808080; }
a:visited {  color:#808080; }
a:hover {  color:#666666; }
a:active {  color:#FF9933; }


/* white links in navigation bars */
a.white:link {  color:#FFFFFF; text-decoration: none;}
a.white:visited {  color:#FFFFFF; text-decoration: none;}
a.white:hover {  color:#FFFFFF; ; text-decoration: underline}
a.white:active {  color:#FF3333; text-decoration: none;}


/* small white text - used in navigation bars */
.smallwhite { font-size:10px; ; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF }


/* form fields and form labels */
.label {  font-weight: bold; color: 808080; ; font-size: 13px}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}


/* page headlines and sub-headlines */
.title {  font-size: 17px; font-weight: bold; color: 808080}
.smalltitle { font-size: 14px; font-weight: bold; color: 808080}


/* copyright text */
.copyright { font-size:10px; ; font-family: Verdana, Arial, Helvetica, sans-serif}


/* generated error messages */
.error {  font-weight: bold; color: #CC6600}


/* small explanatory text */
.note { font-size:10px; ; font-family: Verdana, Arial, Helvetica, sans-serif}
td  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px;  } 
h1 {
	font-size: 14px;
	font-weight: bold;
}

