/*-----------------------------------------------
 jh78
 contribute styles for the north coast church junior high group website
 THese styles will be available for contribute users to apply
 author: kris hull for http://www.kr15.com
 updated: august 2005
-----------------------------------------------*/

/*-----------------------------------------------
	misc classes
-----------------------------------------------*/
.hide {
display: none;
}
.left{
float: left;
}
.right{
float: right;
}
.clear {
clear: both;
}
.note{
color: #666;
font-style: italic;
font-size: 9px;
}
.highlight{
color: #06c;
}
.fade{
color: #999;
}
.superscript{
vertical-align: super;
font-size: smaller;
}
.uline{
border-bottom: 1px solid #999;
padding-bottom: 10px;
}