body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 100%;
	background: #FFFFFF
}

small { 
	font-family: Arial,sans-serif;
	font-size: 8pt
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #006699;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
}

h3{
	color: #334d55;
	font: bold 110% Arial, sans-serif;
}

h4{
	color: #334d55;
	font: bold 105% Arial, sans-serif;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;	
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#sectionLinks ul a:link, #navBar ul a:visited {display: block;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sectionLinks li {border-bottom: none;}

.ContentBody
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.Heading
{
	border-bottom: 1px solid #cccccc;
}

.Footing
{
	border-top: 1px solid #cccccc;
}

.Sandwich
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}