body,table
{
	margin: auto;
	font-family: verdana;
	color: black;
	font-size: 11px;
}
hr
{
	noshade:true;
	size: 1;
	color:#AAAAAA;
}
legend
{
	color:#003366;
}
h1
{
	font-size:18px;
	font-weight:bold;
}
h2
{
	font-size:14px;
}
a
{
	color: #993333;
}
A.nounderline
{
	color: #386d99;
	text-decoration: none;
}
A.nounderline:HOVER {
	text-decoration : underline;
}
.error
{
	color: red;
}
.lightText
{
	color: #CCCCCC;
}
.title
{
	font-size:16px;
	font-weight:bold;
}
.titleBlue
{
	font-size:18px;
	font-weight:bold;
	color: #386d99;
}
.status
{
	color: #990000;
}
.submit
{
	font-family: Tahoma;
	font-size:11px;
	background-color: #993333;
	border: solid 1px white;
	color: white;
	width: 70;
}
.submitWide
{
	font-family: Tahoma;
	font-size:11px;
	background-color: #993333;
	border: solid 1px white;
	color: white;
	width: 130;
}
.submitAlt
{
	font-family: Tahoma;
	font-size:11px;
	background-color: gray;
	border: solid 1px white;
	color: white;
	width: 70;
}
.SmallText
{
		font-size: 10px;
}
.tabSelected
{
	font-family: Tahoma;
	font-size:11px;
	background-color: #2E8B57;
	border: solid 1px white;
	color: White;
	width: 200;
}
.tabUnselected
{
	font-family: Tahoma;
	font-size:11px;
	background-color: gray;
	border: solid 1px white;
	color: White;
	width: 200;
}
.tableHeader
{
	background-color: #A5001E;
	color:White;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	border: outset 1px white;
	height: 30px;
}
.tableDetail
{
	border-style:solid;
	border-width:1;
	border-color:Gray;
	background-color: #f5f5f5;
}
.pageNav
{
	border-style:solid;
	border-width:1;
	border-color:Gray;
	font-family: Tahoma;
	font-size:12px;
	background-color: gainsboro;
	color: #386d99;
}
.pageTitle
{
	font-family: verdana;
	font-size:22px;
	background-color: #3f3f3f;
	color: White;
}
.dataForm
{
	border:solid 1px black;
	background-color:#D9DCE0;
}
.dataContainer
{
	BORDER-RIGHT: white 1px outset; 
	BORDER-TOP: white 1px outset; 
	BORDER-LEFT: white 1px outset; 
	BORDER-BOTTOM: white 1px outset;
}
input,select,textarea
{
	font-family: tahoma;
	font-size:11px;
	color: #660000;
}
.TopMenuGroup
{
  background-image:url(../images/Menu/top_group_background.gif);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.TopMenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
  cursor:default;
}

.TopMenuItemHover 
{
  color:white;
  background-color:#3D3D3D; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-bottom-color:#AAAAAA;
  cursor:default;
}


.MenuGroup
{
  background-image:url(../images/Menu/group_background.gif);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.MenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  margin:1px;
  cursor:default;
}

.MenuItemHover 
{
  background-color:gold;
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid orange;
  cursor:default;
}

.MenuBreak
{
  background-image:url(../images/break.gif);
  width:100%;
  height:1px;
} 
