body {
	background: #FFFFFF;
	color: Black;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.mainpage {
  margin-right: 10px;
  margin-left: 10px;
}

.tableoutset { 
  border: 3px outset #ffcc00; 
}

.tableinset { 
  border: 3px inset #ffcc00; 
}

p.pagetitle {
	color: #483D8B;
	font-size: xx-large;
	background: #ffcc00;
	font-weight: bold;
}

p.pagetitle2 {
	color: #FFFFFF;
	font-size: xx-large;
	background: slategray;
	font-weight: bold;
}

p.pagesubtitle {
	color: white;
	font-size: x-large;
	font-weight: bold;
	background: mediumslateblue;
	padding-top: 1px;
	padding-bottom: 1px;
  padding-left: 3px;
}

p.pagesubtitle2 {
	color: darkslateblue;
	font-size: x-large;
	font-weight: bold;
}

td.main {
	border: 3px green;	
	font-size: small;
	background-color: #7B68EE;
}

p.nav {
	font-size: small;
	background-color: #FFFFFF;
  border: 2px Black;
}

td.nav {
	font-size: small;
	background-color: #FFFFFF;
  border: 5px Green;
}

p.inset {
  border-style: inset; 
  padding: 10px;
}

p.buttonize {
  border-style: outset;
  color: #7B68EE;
  font-size: large;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 200px;
}

p.success {
  border-style: outset;
  color: green;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;  
}

p.warning {
  border-style: outset;
  color: orange;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;  
}

p.error {
  border-style: outset;
  color: red;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;  
}

img.floatLeft { 
  float: left;
  margin: 4px; 
}

img.floatRight { 
  float: right;
  margin: 4px; 
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

div.roundBorder {
	color: black;
	background-color: white;
	margin-left: 20%; /* was .25in */
	margin-right: 20%;
	/* max-width: 7in; */
	clear: both;
	padding: 6px;
	border: 2px solid #069; /* was #cc0 */
	border-radius: 1em;
	-moz-border-radius: 1em;
}