/*	Style sheet for psychophysics software overview */
		body {
			font-family: Verdana, Sans-Serif; 
			background-color: white;
			color: rgb(105, 105, 105);
			margin: 20px 20px 20px 20px;
			padding-left: 1em;
		}
		p {
			font-size: 1em;
		}
		p.small {
			font-size: 80%;
			line-height: 95%;
		}
		p.subtitle {
			font-size: 105%;
			margin-bottom:-0.8em;
		}
		div.rounded {
			border:1px solid rgb(107, 122, 181);
			padding:10px 10px; 
			border-radius:12px;
			width:150px;
			height:50px;
			background-color: rgb(255, 212, 133);
			box-shadow: 3px 4px 7px #bbb;
		}
		.largebold {
			font-size: 105%;
			font-weight: bold;
		}
		.smallnotbold {
			font-size: 80%;
			font-weight: normal;
		}
		a {
			text-decoration: none;
			font-weight: normal;
			color: rgb(60, 120, 180);
		/*	color: rgb(0, 129, 192); */
		/*	color: rgb(107, 122, 181); */
		}
		a:visited {
			color: rgb(130,110,255);
			}
		a:hover {
			background-color: rgb(220, 220, 220);
			}
		.indent {
			padding-left: 3em;
		}
		.vertically_centered {
			vertical-align: middle;
		}
		.half_width {
			width: 50%;
		}
		td.logos {
		width: 210px;
		}
		hr {
			border: 0;
			width: 100%;
			color: rgb(107, 122, 181);
			background-color: rgb(107, 122, 181);
			height: 2px;
}
		h1 {
			color: rgb(107, 122, 181);
			margin-bottom: 0;
		}
		h2 {
			color: rgb(107, 122, 181);
		}
		h3 {
			color: rgb(107, 122, 181);
		}
		h4 {
			color: rgb(107, 122, 181);
		}		
		ul.nobullet {
			list-style-type: none;
		}
		ul.nobullet li {
			font-size: 1em;
		}
		ul.nomargin {
			margin: 0;
			padding: 0;
		}		
		ul.small li {
			font-size:0.8em;
		}
		.yellow_header	{
			background-color: #ffd485;
		}
		.light_grey {
			background-color: #f7f7f7;
		}
		.darker_grey {
			background-color: #e5e5e5;
		}
		.float_right {
			float: right;
			margin: 0px 0px 5px 10px;
			text-align: center;
		}
		.no_margin_bottom {
			margin: 0px 0px 0px 10px;
		}
		.blue_box {
			border: 1px solid blue;
		}
		.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
		span.bull {
			color: rgb(107, 122, 181);
			font-size: 90%;
		}
