body {
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	padding: 0;
	background-color: #E9EDEB;
}


a:link, a:visited {
	color: #300;
	text-decoration: underline;
	line-height: 1em;
}
a:hover, a:active {
	color: #c96;
		text-decoration: underline;
}

#mainTable {

	background-color: #fff;
	border: 1px dotted #666;
	
}

#smallerTable {
	margin: 10px 10px 10px 20px;
	background-color: #fff;
	border: 1px dotted #666;
	
}
#smallerTable td {

	border: 1px dotted #666;
	
}

#mainTable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}

#artTable {
	margin: 10px 10px 10px 20px;
	background-color: #fff;
	border: 0px;


	
}
#artTable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#menu td {
	line-height: 1.5em;
	
}
#maincontent {
	font-size: 14px;
	/*/*/font-size: 100%; /* */

}


#topmenu {
	color: #000;
    font-size: 16px;
}


#footer {
	background-color: #ccc;
	font-size: 10px;
	/*/*/font-size: 75%; /* */
}
#footer a:link, #footer a:visited {
	color: #FFc;
}

#footer a:hover, #footer a:active {
	color: #Ffc;
}

td, p, ul {
	font-family: Arial, Helvetica, sans-serif;
}

p { font-size: 90%; color: #666;}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; 	color: #930;}
h2 { font-size: 90%; 	color: #c69;}
h3 { font-size: 10px; 	color: #936;}
h4 { font-size: 11px;   color: #666;}

.smtext { 
	font-size: 80%; 
	color: #666; 	
}


.partext { 
	font-size: 90%; 
	line-height: 1.25em;
	;}
	
.captext { 
	font-size: 70%; 
	color: #666; 	
}



.hdr { 
	font-size: 110%; 
	text-align: left;
	}
.maintext { 
	font-size: 100%; 

	text-align: left;
	}		
 
#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
