
A 
{
	font-size:10pt;
	font-family:Arial;
	font-weight:normal;
	color:blue;
        text-decoration:none;
}

A:hover { color:red; text-decoration:underline;} 

A.component-tree-item 
{
	font-size:10pt;
	font-family:Arial;
	font-weight:normal;
//	color:black;
	color:white;
	text-decoration:none;
}
A.component-tree-selection 
{
    font-size:10pt;
	font-family:Arial;
	font-weight:bold;
//	color:#0066CC;
	color:#CF6A00;
	text-decoration:none;
}

A.data-area-link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10 pt;
    COLOR: #0066CC;
    FONT-FAMILY: Arial;
	font-weight: bold;
	text-decoration : none;
}

A.docpage-link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10 pt;
    COLOR: #0000FF;
    FONT-FAMILY: Arial;
	text-decoration : none;
}

A.email-link {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10 pt;
    COLOR: #0066CC;
	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:white; text-decoration : underline; }
A.component-tree-selection:hover { color:#CF6A00  ; text-decoration:underline; }

BODY 
{
}

BODY.project-top 
{
	background-color:#CF6A00;
}

BODY.project-menu
{
//	background-color:#CFAB00;
	background-color:#CF6A00;
}

BODY.project-main
{
	background-color:#FFFFFF;
}



SPAN 
{
}

SPAN.top-text {
    FONT-SIZE: 18 pt;
    COLOR: white;
    FONT-FAMILY: "Comic SANS MS";
	//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.home-page-bold-link-text {
    FONT-SIZE: 12 pt;
    COLOR: black;
    FONT-FAMILY: Arial;
	font-weight: bold;
    text-decoration : none;
}

TD.component-tree-item 
{
//	background-color:#D8EBFC;
	background-color:#CF6A00;
}

TD.component-tree-selection 
{
//	background-color:#99CCFF;
	background-color:#FFFFFF;
}



