/*html {
	scrollbar-face-color: #cccccc; 
	scrollbar-shadow-color: #999999; 
	scrollbar-highlight-color: #cccccc; 
	scrollbar-3dlight-color: #999999; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #EDF2F5; 
	scrollbar-arrow-color: #999999;
}*/

body {
	font-family : Trebuchet MS, arial, verdana;
	font-size : 78%;
}

table, td, ul, li, a {
	font-size : 100%;
}

h1 {
	font-size : 110%;
}

h2 {
	font-size : 105%;
}

h3 {
	font-size : 100%;
}

.textalt {
	margin-bottom : 10px;
}

ul {
	list-style : disc;
	margin-bottom : 5px; 
	margin-top : 5px;	
}

ul.inner li {
	list-style : circle;
}

/* align image in cell to top */

.imgtop {
	vertical-align : top;
	padding : 0px 10px 0px 0px;
}

/* -------- glossary link classes -------- */

a.gloss:link {
	color : #C27969;
	font-weight : bold;
	text-decoration : none;
}

a.gloss:visited {
	color : #806B66;
	font-weight : bold;	
	text-decoration : none;
}

a.gloss:active {
	color : #C27969;
	font-weight : bold;	
	text-decoration : none;
}

a.gloss:hover {
	color : #DCB2A8;
	font-weight : bold;	
	text-decoration : underline;
	cursor : help;
}

/* -------- standard link classes -------- */

a:link {
	color : #1d8faa;
	font-weight : bold;		
	text-decoration : none;
}

a:visited {
	color : #61b2c5;
	font-weight : bold;		
	text-decoration : none;
}

a:active {
	color : #37AFCD;
	font-weight : bold;		
	text-decoration : none;
}

a:hover {
	color : #57c7e3;
	font-weight : bold;		
	text-decoration : underline;
}

/* -------- NS 6.2 image table fix -------- */
.imagecell img {
	display : block;
}

img.left {
	float : left;
	margin-right : 8px;
}

img.right {
	float : right;
	margin-left : 8px;
}

img.center {
	margin-left : auto; 
	margin-right : auto; 
	display : block; 
	text-align : center;
}

.ack {
	font-size : smaller;
	font-style : italic;
	overflow : visible;
	height : 1%; /* IE 5.5+ fix to prevent horizontal scrollbar */
	text-align : right;
}

.small {
	font-size : smaller;
}

/* center divs */

.center {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

.whitespace {
	margin-top : 400px
}