body {
	margin:			            0;
	color:			            black;
	scrollbar-base-color: 	    #3152a5;
	scrollbar-arrow-color: 	    white;
	scrollbar-darkshadow-color: gray;
}

.pagetitle {
	text-align: 		left;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    18pt;
  	font-weight: 		bold;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.albumpagetitle {
	text-align: 		center;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    18pt;
  	font-weight: 		bold;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.topictitle {
	text-align: 		left;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    12pt;
  	font-weight: 		bold;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.0in;
}

.headline {
	text-align: 		justify;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    10pt;
  	font-weight: 		bold;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.normaltext {
	text-align: 		normal;
	color:			    black;
	text-decoration:	none;
  	font-family:		Arial;
  	font-size:		    10pt;
  	font-weight: 		normal;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.albumnav {
	text-align: 		center;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    10pt;
  	font-weight: 		normal;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.htoolbar {
    color: 				White;
    background-color: 	NAVY;
	text-decoration:	none;
    font-family:		arial,verdana; 
    font-size:			10pt; 
    font-weight:		bold;

}

.toolbarlink {
	color:			    White;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    9pt;
  	font-weight: 		bold;
}

.copyright {
	color:			    white;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    9pt;
  	font-weight: 		normal;
}

.lastmodified {
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    8pt;
  	font-weight: 		normal;
}


.normaltexttable {
	text-align: 		left;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    10pt;
  	font-weight: 		normal;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.tabledata {
	text-align: 		center;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    10pt;
  	font-weight: 		normal;
	display: 		    block;
}

.lists {
	list-style-image:	url(http://www.mountpoint.org/images/bullets/ball_blue.gif);
	text-align: 		justify;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    10pt;
  	font-weight: 		normal;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

.spreadsheettext {
	text-align: 		left;
	color:			    black;
	text-decoration:	none;
  	font-family:		arial;
  	font-size:		    9pt;
  	font-weight: 		normal;
	display: 		    block;
	margin-top: 		.1in;
	margin-bottom: 		.1in;
}

/*** BEGIN:  CSS Top Menu Config  ***/ 
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #D8FE89;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #EEFFCC;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: yellow;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}






/*** END:  CSS Top Menu Config  ***/ 
