A 
{
	font-size:11pt;
	font-family:Arial;
	font-weight:normal;
	color: blue;
    text-decoration:none;
}

A:hover { color:red; text-decoration:underline;} 

A.baby
{
	color: purple;
}

A.component-tree-item 
{
	font-size:11pt;
	font-family:Arial;
	font-weight:normal;
	color:black;
//	color:white;
	text-decoration:none;
}
A.component-tree-selection 
{
    font-size:11pt;
	font-family:Arial;
	font-weight:bold;
	color:#0066CC;
//	color:#CF6A00;
	text-decoration:none;
}

A.data-area-link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11 pt;
    COLOR: #0066CC;
    FONT-FAMILY: Arial;
	font-weight: bold;
	text-decoration : none;
}

A.docpage-link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11 pt;
    COLOR: #0000FF;
    FONT-FAMILY: Arial;
	text-decoration : none;
}

A.email-link {
	FONT-WEIGHT: normal;
    FONT-SIZE: 11 pt;
    //COLOR: #0066CC;
    COLOR: #6C6CFB
	FONT-FAMILY: Arial;
	text-decoration : none;
}


A.docpage-link:hover { color : #FF3300; text-decoration : underline; }
A.email-link:hover { color : #FF3300; text-decoration : underline; }
A.component-tree-item:hover { color:black; text-decoration : underline; }
A.component-tree-selection:hover { color:#CF6A00  ; text-decoration:underline; }

BODY 
{
}

BODY.webpage-main 
{
	background-color:white;
}

SPAN 
{
}

SPAN.top-text {
    FONT-SIZE: 18 pt;
    COLOR: blue;
    FONT-FAMILY: "Comic SANS MS";
	//font-weight: bold;
    text-decoration : none;
}

SPAN.baby-top-text {
    FONT-SIZE: 18 pt;
    COLOR: purple;
    FONT-FAMILY: "Comic SANS MS";
    font-weight: bold;
    text-decoration : none;
}


SPAN.heading-text
{
  FONT-SIZE: 14 pt;
  COLOR: black;
  FONT-FAMILY: "Arial";
  FONT-WEIGHT: bold;
  text-decoration: none;
}

SPAN.baby-heading-text
{
  FONT-SIZE: 14 pt;
  COLOR: black;
  FONT-FAMILY: "Arial";
  FONT-WEIGHT: bold;
  text-decoration: none;
}
                                                                                


SPAN.main-text-bold {
    FONT-SIZE: 12 pt;
    COLOR: black;
    FONT-FAMILY: "Arial";
    font-weight: bold;
    text-decoration : none;
}

SPAN.main-text {
    FONT-SIZE: 12 pt;
    COLOR: black;
    FONT-FAMILY: "Arial";
    text-decoration : none;
}


SPAN.code-text
{
    FONT-SIZE: 12 pt;
    COLOR: black;
    FONT-FAMILY: "Times New Roman";
    text-decoration : none;
}

SPAN.home-page-bold-link-text {
    FONT-SIZE: 12 pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    font-weight: bold;
    text-decoration : none;
}

SPAN.last-updated
{
  FONT-SIZE: 10 pt;
  COLOR: black;
  FONT-FAMILY: "Times New Roman"
  text-decoration: none;
}
