/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.default
{
	background-color: White;
	color: Black;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

TD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.HomeSubHeader
{
	font-family: Garamond;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.HomeLargeText
{
	font-family: Garamond;
	font-size: 20pt;
	text-align: center;
}
.Header
{
	font-family: Garamond;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

.prompt
{
	background: #beb38a;
	color: white;
}
.answer
{
	background: #E3DECC;
	color: black;
}

.ListHeader
{
	background: #beb38a;
	color: ghostwhite;
	font-size: 18pt;
	font-weight: bold;
}
.ListFooter
{
	background: #beb38a;
	color: Black;
	font-size: 18pt;
	font-weight: bold;
}
.ListStyle1
{
	background: #E3DECC;
	font-size: 9pt;
}
.ListStyle2
{
	background: white;
	font-size: 9pt;
}

.PageEdit
{
	font-size: 8pt;
	color: Black;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}
A
{
	color: #990000;
	text-decoration: none;
}
A:hover
{
	color: #996600;
}
.eduregstulcoltop
{
	border-right: #990000 1px outset;
	border-top: #990000 1px outset;
	border-left: #990000 1px outset;
	border-bottom: #990000 1px outset;
	text-align: right;
}
.eduregsturcoltop
{
	border-right: #990000 1px outset;
	border-top: #990000 1px outset;
	border-bottom: #990000 1px outset;
}
.tbllcoltop
{
	border-right: #990000 1px outset;
	border-top: #990000 1px outset;
	border-left: #990000 1px outset;
	border-bottom: #990000 1px outset;
}
.eduregstulcol
{
	border-right: #990000 1px outset;
	border-left: #990000 1px outset;
	border-bottom: #990000 1px outset;
	text-align: right;
}
.tbllcol
{
	border-right: #990000 1px outset;
	border-left: #990000 1px outset;
	border-bottom: #990000 1px outset;
}
.eduregsturcol
{
	border-right: #990000 1px outset;
	border-bottom: #990000 1px outset;
}

.topLinks
	{ color:black; text-decoration:none; font-size:10px; font-weight:bold}
.topLinksHover
	{ color:Red; font-size:10px }
