
/*
p
{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	list-style-position: outside;
}
*/

H1
{
	color: gray;
	background: white;

	font-weight: bold;
	font-size: 16px;
	/*font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;*/
	padding-bottom:3px;
	border-bottom:2px solid #d3d3d3;
	
	/*text-align:center;*/
}

H2
{
	color: gray;
	background: white;

	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	
	/*text-align:center;*/
}

H3
{
	color: gray;
	background: white;

	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	
	/*text-align:center;*/
}

body
{
	color: black; 
	background-color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	padding: 0 10 10 10; /* leave room for header */
	line-height:1.3em;
	text-align:justify;
}

div
{
	width:800px;
	min-width:600px;
}


td
{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	line-height:1.3em;
	text-align:justify;

}

a:link   
{  
	color: blue; 
	text-decoration:none;
} 

a:visited   
{  

	color: purple;
	text-decoration:none;

} 

a:active   
{  
	color: red 
} 

a.external:link
{
	background: url(external_blue_bright.png) no-repeat 100% 0;
	padding: 0 9px 0 0;
}

a.external:visited
{
	background: url(external_purple_bright.png) no-repeat 100% 0;
	padding: 0 9px 0 0;
}


a.external:active
{
	background: url(external_red_bright.png) no-repeat 100% 0;
	padding: 0 9px 0 0;
}




pre, tt
{
	font:normal 9pt "Courier New",Courier,serif;
}


UL
{	/*
	color: black;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	*/
	list-style-position: outside;
	list-style-type:none; 
	padding-left: 15;
	padding-top: 5;
	padding-bottom: 5;
	padding-right: 35;
}

LI
{
	padding-bottom:7;
}	

ol
{
	color: black;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	list-style-position: outside;
}


TH
{
	color: gray;
	font: bold 14px/20px Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

.ttext
{
	font: normal 12px/20px Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
.subhead
{
	color: #09C;
	background: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;

}

.smallfix
{
	font:normal 9pt "Courier New",Courier,serif;
	width:540px;
}

.num
{
	font:normal 9pt "Courier New",Courier,serif;
}

.fixed
{

	font-family: monospace;

}

.link-plain a:link	
{	
	text-decoration:none;
	color: black;
}

.link-plain a:visited	
{	
	text-decoration:none;
	color: black;
}

.link-plain a:hover	
{	
	text-decoration:underline;
}

.highlighted
{
	background: yellow;
}


#gettingstarted img{

	padding: 20;
	/*
	width: 197; 
	height: 147;
	*/
	border: 0;
		
}


/*	Header and navigation      */



#panelnav ul{
	padding-left:0;
	padding-top:20;
}

#panelnav li{
	font-weight:normal;
	/*float:left;*/
	list-style-type:none;
	marker-offset:0;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	padding-top:0;
	padding-bottom:24px;
	padding-left:12px;
	padding-right:10px;

}

#panelnav .selected
{
	background: url(gray_circle_7_13.png) left top no-repeat ;
	padding-top:0;
	padding-bottom:24px;
	padding-left:12px;
	padding-right:10px;

}

#panelnav li a{
	display:block;
	font-size:0.90em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: blue;
}

#panelnav {

	width:155px;	
		
}



#navigation .selected{

	background:white;
	border-bottom:2px solid white;
}


#navigation{
	height:2.6em;
	line-height:2.6em;
	max-width:800px;
	min-width:600px;
	margin:0 0px;
	border-bottom:2px solid #d3d3d3;
}

/* IE ignores padding */
#navigation ul {
	padding:0 15;	
}

#navigation li{
	font-weight:normal;
	float:left;
	list-style-type:none;
	marker-offset:0;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding-bottom:0;
	padding-top:0;
	padding-left:10px;
	padding-right:10px;
	font-size:0.85em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: blue;
}


/*
#navigation a:hover{
	background:gray;
	color:#ffffff;
	text-decoration:none;
}
*/
