body
{
	
	SCROLLBAR-FACE-COLOR: #d4d0c8; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #999999; 
	SCROLLBAR-TRACK-COLOR: #d4d0c8; 
	SCROLLBAR-DARKSHADOW-COLOR: #999999 
	
}


a:link {color:#3399AA; text-decoration:none;}
a:active  {color:#3399AA; text-decoration:none;}
a:visited  {color:#333399; text-decoration:none;}
a:hover {color:red; text-decoration:none;}


.text { FONT-SIZE: 8.5pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 
.text a:link {color:#003399; text-decoration:none;}
.text a:active  {color:#003399; text-decoration:none;}
.text a:visited  {color:#009999; text-decoration:none;}
.text a:hover {color:#2e8b57; text-decoration:none;}
.text10 { FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 
.PageTitle { FONT-SIZE: 14pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color:black } 

.menutext  A             {color: 3399AA; font-family: Verdana, Arial, Helvetica, sans-serif; }
.menutext  A:visited             {color:#333399; font-family: Verdana, Arial, Helvetica, sans-serif; }
.menutext  A:hover       {color:3399AA; font-family: Verdana, Arial, Helvetica, sans-serif; }
.menutext { FONT-SIZE: 8pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 

.gallerylink  A             {color:blue; font-family: Verdana, Arial, Helvetica, sans-serif; }
.gallerylink  A:visited             {color: Purple; font-family: Verdana, Arial, Helvetica, sans-serif; }
.gallerylink  A:hover       {color:red; font-family: Verdana, Arial, Helvetica, sans-serif; }
.gallerylink { FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 

.weblinks  A             {color:#3399AA; font-family: Verdana, Arial, Helvetica, sans-serif; }
.weblinks  A:visited             {color:#333399; font-family: Verdana, Arial, Helvetica, sans-serif; }
.weblinks  A:hover       {color:#2e8b57; font-family: Verdana, Arial, Helvetica, sans-serif; }
.weblinks { FONT-SIZE: 9pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif } 

.treeView
{
	background-color: Transparent;
}
/*

999966

	SCROLLBAR-FACE-COLOR: #d4d0c8; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #999999; 
	SCROLLBAR-ARROW-COLOR: #999999; 
	SCROLLBAR-TRACK-COLOR: #666666; 
	SCROLLBAR-DARKSHADOW-COLOR: #999999 
	Applied to each "root-node-block".  A "root-node-block"
	contains a root-node and all its children.  A root-node
	is a node in the tree that contains children. This class
	might be helpful, for instance, if you would like
	to separate each block of root-nodes by a specific amount.
*/
.rootNodeBlock
{
	margin-left: 17px;
}

/*
	Applied to each parentless "root-node-block".  A parentless
	"root-node-block" contains a root-node with no parent and all its children.
	A root-node is a node in the tree that contains children. This class
	might be helpful, for instance, if you would like
	to separate each block of parentless root-nodes by a specific amount.
*/
.parentlessRootNodeBlock
{
	margin-left: 5px;
}

/*
	Applied to all root-nodes in the tree.  A root-node is a node that
	contains other nodes, regardless of whether it is the child of another node.
*/
.rootNode
{
	height: 10px;
	padding: 0px;
}

/*
	Applied to each node that does not contain any nodes.
*/
.childNode
{
	margin-left: 17px;
	height: 10px;
	padding: 0px;
}

/*
	Applied to each image that expands/contracts a root-node. The image(s) is
	configured through the contractionImage and expansionImage attribute in
	the XML file.
*/
.contractionExpansionImage
{
	margin-right: 5px;
}

/*
	Applied to each image that appears to the immediate left of the node's
	text.  The image usually signifies whether the node is a root-node or not,
	so a common image is a folder for root-nodes and a document for child nodes.
	The image is configured through the itemImage attribute in the XML file.
*/
.itemImage
{
	margin-right: 5px;
}
/*
	Applied to images that represent the node's text.  These image is configured
	through the textImageUrl attribute in the XML file.
*/
.textImage
{
}
/*
	Applied to the text in each node when that text is not part of a hyperlink.
*/
.nodeText
{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px;
	color: #000000;
}

/*
	Applied to the text in each node when that text is part of a hyperlink.
*/
.hyperLinkNodeText
{
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px;
	color: #0000ff;
}

