.intContainer {
	border: thin #CCCCCC solid;
	padding: 10px;
	margin-bottom: 20px;
	width: 940px;
	}
a {
	color: #880000;
	}
h1 {
	color:#902435;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13pt;
	text-decoration:none;
}
.methodName {
	font-size: 1em;
	height: 20px;
	width: 98%;
	background-color:#efefef;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.intTopic {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.166em;
	font-weight:bold;
	text-decoration:none;
	}
#intAnchorMenu {
	width: 100%;
	height: 50px;
	}
.anchor {
	float: left;
	margin-right: 20px;
	display: block;
	font-size: 1em;
	color: #902435;
	font-weight: bold;
	}
hr {
	margin-bottom: 20px;
	}
.breadCrumbs {
	display:block;
	line-height:18px;
	padding:0pt 0pt 15px 5px;
	}
.intLists, .intLists ul {
    list-style-type: square;
	list-style: outside;
	margin-left: 20px;
	}
.intLists ul {
	list-style-type:disc;
}
.backToTop {
	background-image:url(/images/backtop.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	color:#880000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	margin-bottom:1.5em;
	margin-top:1em;
	padding:0pt 0pt 0pt 15px;
}

.intContainer h2{
	background-color:#EFEFEF;
	padding:0.8em;
	font-size:0.9em;
	margin-top:1.5em;
}