body {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#MolMovHeader p{
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
}


#MolMovHeader img {
	border: 0;
}

#MainBody {
	margin: 25px 75px;
}

#StoneHingeHeader {
	height: 325px;
}

#StoneHingeLogo {
	float: left;
	width: 425px;
}

#StoneHingeHeaderText {
	padding-top: 125px;
	margin-left: 475px;
}

.TableTitle {
	/*background: #00CCCC;
	/*background: #CFBD9A;*/
	background: #A0C0F0;
	border: thin solid black;
	border-bottom: none;
}

.TableContents {
	/*background: #D0D0D0;
	background: #E3D8C3;*/
	background: #EEE8DC;
	border: thin solid black;

}

.TableContents form {
	margin-top: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;

}

.Indent {
	padding-left: 50px;
}

.SearchResultsTable {
	border: thin solid black;
	border-bottom: none;
	background: #EEE8DC;
}

.SearchResultsTable th {
	background: #A0C0F0;
	border-bottom: thin solid black;
}

.SearchResultsTable td {
	padding: 3px 20px;
	border-bottom: thin solid black;
}

.SearchResultsTable .OddRow {
	background: #DBCEB5;
}

.Code {
	font-family: "Courier New", Courier, monospace
}