@media screen
{
	body 
	{
		font-family: "Arial"; 
		font-size: 90%; 
		margin-left: 200px; 
		color: #000099; 
		margin-right: 1%;
		margin-top: 5px; 
	}

}
@media print
{
	body
	{
		font-family: "Arial"; 
		font-size: 90%; 
		color: #000099; 
		margin-top: 0px; 
		margin-left: 1%; 
		margin-right: 1%;
	}
	.noprint
	{
		visibility: hidden;
		display: none;	
	}
	a:link 
	{ 
		text-decoration: none; 
		color: #000000; 
	}
	a:visited 
	{ 
		text-decoration: none; 
		color: #000000; 
	}
}

h1, h2, h3, h4, h5 
{
	font-family: "arial"; 
	color: #990000;
	background: transparent;
}

h1 {font-size: 180%}
h2 {font-size: 150%}
h3 {font-size: 120%}
h4 {font-size: 100%}
h5 {font-size: 90%}
h6 {font-size: 85%}
h7 {font-size: 80%}

div.stdpage
{
  margin: 0px 0px 0px 0px; /*should be 1em*/
  width: 99%
}

div.copyright
{
	text-align: right;
	font-size: 80%;
	color: #000099;
	background: transparent;
}

.photocaption
{
	color: #990000;
	font-size: 80%; 
	font-family: Arial;
	background: transparent;
	text-align: center;
	/* these last two were taken from smg.css only */
	margin-left: auto;
	margin-right: auto;
}
:link.photocaption
{
	font-family: arial;
	color: #990000;
	text-align: center;
}

div.photo 
{
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
}

.borderedpane
{
	border-width: thin; 
	border-color: #000000; 
	border-style: solid; 
	padding: 4px; 
	background-color: #CCCCCC;
}

div.lastmodified
{
	text-align: right;
	font-size: 80%;
	color: #000099;
	background: transparent;
}

span.bold
{
	font-weight: bold;
}

td.caption
{
	font-size: small;
	color: #990000;
}

*#colitalic         
{ 
	font-style: italic;
}
