	/*
    Copyright 2010 Cisco Systems, Inc.
    All rights reserved.
	21-10-2010
	*/
body {
		font-family: helvetica, arial, sans-serif;
		font-size:10pt;
		margin:30px;
	}
table
	{
		border-collapse:collapse;
	}
table, th, td
	{
		border: 1px solid black;
	}
thead, tbody {
		font-family: helvetica, arial, sans-serif;
		font-size:10pt;		
	}
.topictitle2 {
		font-size:20pt;
		color: #0066CC;
	}
.sectiontitle {
		font-size:12pt;
		color: #0066CC;
	}
.codeblock {
		font-family: Courier New, Arial, sans-serif;
		border:1px;
		background-color:#EEEEEE;
		width:90%;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:5px;
		padding-left:5px;
	}
.userinput, .kwd {
		font-weight:bold;
		font-family: Courier New, Arial, sans-serif;
	}
.var {
		font-style: italic;
	}