body
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: url(images/page_background.gif);
	background-repeat: repeat-y;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a 
{
	color: #8B0000;
	text-decoration: none;
}

a:hover 
{
	color: #B22222;
	text-decoration: underline;
}

.small 
{
	font-size: 11px;
}

.menu 
{
	font-family: Verdana;
	display: block;
	white-space: nowrap;
	background-color: #E6E6FA;
	padding:5px;
}

.menu:hover 
{
	background-color: #DC143C;
	color: #ffffff;
	text-decoration: none;
}

.menuSelected, .menuSelected:hover
{
	display: block;
	white-space: nowrap;
	background-color: #DA70D6;
	padding:5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.pageBody
{
	font-size: 12px;
	font-family: Arial;
}

h1 
{
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	color: #D2691E;
	font-family: Verdana;
}

.subTitle
{
	  color: #4169E1;
      margin-top: 0px;
      margin-bottom:16px;
      font-size: 14px;
      line-height: 14px;
      font-weight: bold;
}

.emphasis
{
	font-weight: bold;
	color: #7B68EE;
}

.visibleCell td
{

	background-color: #E6E6FA;
}

.error 
{
	color: #C03600;
}

.admin_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: top;
}
.admin_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}