/*
*   Yellow Crayon Style Sheet #1
*
*/

a { 
	color:darkblue;
	text-decoration: none; 
	} /* a (hyperlinks) */

a:hover { 
	color:orange;
	text-decoration: none; 
	} /* a (hyperlinks) */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: rgb(0,0,128);
	zzbackground-color: rgb(224,232,240);
	background-image: url(images/BlueLinePaper.jpg);
	margin-top: 0px;
	margin-left: 6px;
	} /* body */

h1 {
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	color: rgb(0,0,128);
	} /* h2 */

li {
	text-indent: 0;
	} /* li */

p {
	font-size: 10pt;
/*	margin-bottom: 0;
	margin-top: 0;
*/	} /* p */

ul {
	font-size: 10pt;
	text-indent: 0;
	} /* li */

ul.noleftpad {
	text-indent: 0;
	padding-left: 1em;
	} /* li */

td {
	vertical-align: top;
	font-size: 10pt
	} /* td */

th {
	vertical-align: top;
	font-size: 10pt
	} /* td */

span.freename {
	font-weight: bold;
	color: rgb(0,153,0);
	} /* span.freesw */

/* next section is for "active" links
	use this with:
		<span class="linknormal" 
			onmouseover="this.className=('linkhover')"
			onmouseout="this.className=('linknormal')">
		whatever
		</span>

.linknormal {
	text-decoration: none;
	color: #000080;
	}

.linkhover {
	background-color: #FFCC00;
	}
*/

/*
*   End of Yellow Crayon Style Sheet #1
*
*/

