/* this is an old . stylesheet for on-screen display */

 
body     { font-family: 'Raleway', sans-serif;  font-size:11pt; font-weight: 500; line-height:1.4em; overflow-y:scroll }

a        { color:#333333; font-family: 'Raleway', sans-serif; font-weight: 600; line-height:1.4em; text-decoration:none } 
a:hover  {
	color: #666666;
	text-decoration: underline;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	font-size: 110%;
}

p        {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.4em;
}
div      { font-family: 'Raleway', sans-serif;  font-size:11pt; font-weight: 500; line-height:1.4em; }
li       { font-family: 'Raleway', sans-serif;  font-size:11pt; font-weight: 500; line-height:1.4em; }
h4       { font-family: 'Raleway', sans-serif;  font-size:11pt; font-weight: 600; line-height:1.4em; }
h3       { font-family: 'Raleway', sans-serif;  font-size:13pt; font-weight: 600; line-height:1.4em; }
h2       { font-family: 'Raleway', sans-serif;  font-size:16pt; font-weight: 600; line-height:1.4em; }
h1       { font-family: 'Raleway', sans-serif;  font-size:20pt; font-weight: 600; line-height:1.4em; }


input.error {
  border: 1px solid red;
  background: #111;
}

div.errors {
  border: 1px solid #333333;
  padding: 10px;
  background: #111;

}
	
/* end stylesheet */
