/* Orange Library Association Style Sheet */

/* link class */

a {color: #DD6600; text-decoration: underline}
a:hover {color: #DD6600; text-decoration: underline}
a:active {color: #DD6600; text-decoration: underline}
a:visited {color: #666666; text-decoration: underline}

/* end link class */

/* caption link class */

a.caption {color: #666666; text-decoration: none}
a.caption:hover {color: #666666; text-decoration: none}
a.caption:active {color: #666666; text-decoration: none}
a.caption:visited {color: #666666; text-decoration: none}

/* end caption link class */

/* footer link class */

a.footer {color: #808080; text-decoration: none}
a.footer:hover {color: #808080; text-decoration: none}
a.footer:active {color: #808080; text-decoration: none}
a.footer:visited {color: #808080; text-decoration: none}

/* end footer link class */

/* copy class */

.copy {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #000000;}
.copygrey {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #666666;}
.copyorange {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #D06000;}

.copysmall {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000;}
.copysmall_grey {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666;}
.copysmall_orange {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #D06000;}

.copycaption {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666;}
.copycaption_orange {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #D06000;}

.copyfooter {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #808080;}
.highlight {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #cc0000;}

.title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000;}
.titlegrey {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;}
.titleorange {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #D06000;}

.subtitle {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000;}
.subtitlegrey {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #666666;}
.subtitleorange {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #D06000;}

.titlecaption {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666;}

.form {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000;}
.form2 {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-align:center; background-color:#dd6600;}

/* end copy class */

/* misc class */

.imgright {float: right}
.imgleft {float: left}

.ul {
	margin-top: 0;
	margin-bottom: 0;
    margin-left: 15px;
}

.list {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}

.list01 {
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url(images/dot_black.gif);
}
.list02 {
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url(images/dot_orange.gif);
}
/* end misc class */
