.body
{
	font-family: Arial;
	font-size: 12;	
}
.Body2
{
	font-family: Arial;
}
.Body9
{
	font-family: Arial;
	font-size: 9;
}
.Body9B
{
	font-family:Arial;
	font-size:9;
	font-weight:bold;
}
.Body10
{
	font-family:Arial;
	font-size:10;
}
.Body10B
{
	font-family:Arial;
	font-size:10;
	font-weight:bold;
}
.Body12B
{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
}
.Body12
{
	font-family:Arial;
	font-size: 12;
}
.Body18
{
	font-family:Arial;
	font-size: 18;
}
.scanditoy_body
{
	font-family:Arial;
	font-size: 0.9em;	
}
.header
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
}
.scanditoy_header
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	color:#CC0033;
}
.link
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
}
.scanditoy_link
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
}

.activefooterlink
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: Red; 
	text-decoration: underline;
	cursor: hand;
}

.trcolor
{
	background-color:#dddddd;
	font-family: Arial;
}
a
{
	font-family: Arial;
	font-size: 10;
	font-weight: bold;
	color: 98002E;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}


/*************/
/* Tree Menu */
/*************/

.TreeMenuUL
{
	margin-left:0;
}

.TreeMenuItemTable
{
	font-size: 12;
}

.TreeMenuItemTableFirstLevel
{
	font-size: 12;
	background-repeat: repeat-x;
	background-position: 0 bottom; 
}

.TreeMenuItem
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	height: 12;
	text-decoration: none;
}

.TreeMenuItem:hover
{
	text-decoration: underline;		
}

.TreeMenuItemSelected
{
	font-family: Arial;
	font-size: 0.9em;
	font-weight: normal;
	color: red;
	height: 12;
	text-decoration: none;
}

.TreeMenuItemSelected:hover
{
	text-decoration: underline;		
}

/******************/
/* DefaultConsole */
/******************/
.DefaultConsole
{
	background-color: #E5E5E5;
	border: solid 1px #668EC8;	
}

.DefaultConsoleHyperLink
{
	font-family: Arial;
	font-size: 11;
	font-weight: normal;
	color: #000000;
	
}

.DefaultConsoleHyperLink:hover
{
	font-family: Arial;
	font-size: 11;
	text-decoration: underline;
	color: Red;
}
.AdminText
{
	font-family: Arial;
	font-size: 11;
	font-weight: normal;
	color: #000000;
	background-color:Yellow;
}
.AdminText:hover
{
	font-family: Arial;
	font-size: 11;
	font-weight: normal;
	color:Red;
	background-color:Yellow;
}

img {
	border: 0;
	background-color: none;
	text-decoration: none;
	border: none;
}