a:link
{
	color: #333333;
	text-decoration: underline;
}
a:visited
{
	color: #333333;
	text-decoration: underline;
}
a:hover
{
	color: #cc0099;
	text-decoration: underline;
}

a.biglink
{
	color: #333333;
	text-decoration: underline;
	font-size:12;
	font-weight:bold;
}

a.biglink:link
{
	color: #333333;
	text-decoration: underline;
	font-size:12;
	font-weight:bold;
}
a.biglink:visited
{
	color: #333333;
	text-decoration: underline;
	font-size:12;
	font-weight:bold;
}
a.biglink:hover
{
	color: #cc0099;
	text-decoration: underline;
	font-size:12;
	font-weight:bold;
	font-style:italic;
}

.logo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #AEC3E5;
}
a.logout:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AEC3E5;
}

a.logout:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AEC3E5;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.StrongText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

.BoxText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width:1px;
	border-style:Solid;
	border-color:#5678BB;
	background-color:White;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5678BB;
}
.ListBox
{
	width:240px;
	font-weight: 500;
	font-size: 8pt;
	font-family: arial, helvetica, verdana;
	color: #0000cc;
	background-color: white;
}

.ListTableHeader
{
	color:#F7F7F7;
	background-color:#4A3C8C;
	font-weight:bold;
}
.ListTableDarkRow
{
	color:#4A3C8C;
	background-color:#E7E7FF;
}
.ListTableLightRow
{
	color:#4A3C8C;
	background-color:#F7F7F7;
}
.AlertText
{
	color:Red;
}

.MainPanelBGColor
{
	background-color:#eeeeee;	
}

.BigBoxBGColor
{
	background-color:White;
}

.DisabledButton
{
	cursor:default;	
}

.itemkey 
{
	color:White;	
}