/*styles for Maurer Family Foundation Site */

td, body {
	font-family:arial,helvetica,sans-serif;
	color:#333;
	font-size:80%;
	line-height:140%;
	}
	
a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1pt dotted #ccc;
	}
	
a:hover {
	color:#6D1E12;
	border-bottom:1pt solid #6D1E12;
	}
	
.icon {
	border-right: 1pt solid #666;
	border-bottom: 1pt solid #666;
	}
		
.title {
	border-bottom: 1pt solid #666;
	text-align:right;
	}

.subtitle {
	font-weight:bold;
	font-size:smaller;
	background-color:#FFFBED;
	}

.content {
	background-color:#FFFBED;
	vertical-align:top;
	padding:24px;
	padding-right:40px;
	height:400px;
	}
	
.bottomMenu, .bottomMenu a {
	font-size:smaller;
	color:#666;
	border:none;
	}
	
.bottomMenu a:hover {
	color:black;
	border:none;
	}
	
.firstline {
	color:black;
	font-weight:bold;
	}
	
.list {
	list-style-type:decimal;
	text-align:left;
	}

 li {
	margin-bottom:8px;
	}
	
.highlight {
	color: #6D1E12;
	font-weight:bold;
	text-align:left;
	}

.smalltype {
	font-size:8pt;
	}