/* $Revision: 1.1 $ 
 *
 * Sitecopy End-Of-Tree CSS styles/overrides 
 * (c) 1992-2004 Cisco Systems, Inc. All rights reserved. Terms and Conditions: 
 * http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 *
 * This css library has been developed to the specifications 
 * located at:  http://wwwin.cisco.com/webdev/internet/ue/cueg/
 * please follow the instructions located at that url to
 * properly use this libarary.  By using this CSS package, you 
 * are accepting the support model described above.
 *
 * Cisco.com Site Development Team
 ************************************************/
.sitecopy p {
	margin: 0px 0px 10px 0px;
	color: #000000;	
}

.sitecopy ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 15px;
	color: #000000;
}

.sitecopy ol {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 18px;
	color: #000000;
}

.sitecopy li, .sitecopy ul li, .sitecopy ol li {
	color: #000000;
}

.sitecopy .item h1,
.sitecopy .item-no-caret h1 {
	color: #000000;
}

.sitecopy .item h3,
.sitecopy .item-no-caret h3,
.sitecopy .item .item h2,
.sitecopy .item-no-caret .item h2 {
	color: #000000;
}

.sitecopy table p,
.sitecopy table.table-formatted td,
.sitecopy table.table-formatted-vborders td,
.sitecopy table.table-formatted-alt td,
.sitecopy table.table-formatted-alt-vborders td {
	color: #000000;	
}


