﻿h4 {
	padding:0;
	margin: 0;
    }
    .infoBox {
	font-family: arial, 'sans serif';
	font-size: 0.9em;
    }
	.viewsLink {
		border: solid 1px #CCCC99;
		background-color: #FFFFFF;
		font-family: arial, 'sans serif';
		text-align: left;
		font-size: 0.9em;
	}
	.viewsLink p {
		margin: 0;
		border-bottom: 1px #FFFFFF solid;
	}
	.view a, .view a:visited {
		color: #416059;
		text-decoration: none;
		display: block;
		background-color: #f1f3d5;
		color: #000000;
		padding: 2px;
	}
	.view a:hover {
		background-color: #F3F9F8;
		display: block;
	}
	.currentView a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 2px;
		display: block;
		background-color: #CC4728;
	}
	.currentView a:hover {
		color: #000000;
	}
	.group a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		background-color: #CC4728;
		font-weight: bold;
		padding: 2px;
	}
	a {
		color: #416059;
		text-decoration: underline;
	}
	.loading {
		width: 250px;
		height: 60px;
		border: 1px solid #CCCC99;
		background-color: #FFFFFF;
		font-family: arial, 'sans serif';
		font-size: 120%;
		text-align: center;
		line-height: 60px;
		
	}
        .note {
                margin: 0;
                padding-left: 10px;
                font-size: 90%;
		text-align: left;
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
        }

