
/* Style sheet for the grossfeld group web page */

#banner {
	text-align: left; 
	width: 100%; 
	/* background: blue url(images/shlomo_center-grad.jpg) repeat; */
	padding: 10px; 
}

#banner img {
	/*width: 100px; 
	height:100px; 
	float:left; */
	padding: 0;
	margin: 0; 
}

#banner h1 {
	font-family: "times new roman", times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: black;
	background: none;
	margin: 0;
	padding: 0;

}


#banner h2 {
font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: navy;
	margin: 3px;
	padding: 0;
	padding-left: 100px;
}

#maintable {
vertical-align: top;
/*background: #cecfe9 url(images/parchment_light.jpg);*/

}

.in-title {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

.in-title a {
	text-decoration: none;
	color: navy;

}

tr {font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;}

a {
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: navy;
}

h1 {
	font-family: "times new roman", times, serif;
	font-size: 14pt;
	color: black;
	
}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11pt;
	color: red;

}

h3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;	
}
p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}


