/* just basic text formatting - nothing special */
@import url(../inc/demo.css);

#buttons {
	text-align:center;
	position:absolute;
	width:15px;
	left:185px;
	top:60px;
	height: 61px;
}

#buttons a {
	font-family:arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:gray;
	text-decoration:none;
}

#buttons a:hover {
	color:black;
}

/* *** STYLESHEET SECTION *** */
/* Change the border and text font/colour/size here, specified in ItemStyles below. */
/* Cut and paste this into your sitewide CSS file if you want - extra portability! */
/* Be inventive: text-align, etc, can often come in useful. Be sure to test in NS4! - */

.lowText { text-decoration: none; color: #2F3474; font: Bold 11px Arial, Helvetica; text-align: center}
.highText { text-decoration: none; color: #2F3474; font: Bold 11px Arial, Helvetica;text-align: center }
.itemBorder { border: 1px solid #D0AE68 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* Delete these "button" styles if you're not using them */

.buttonText { text-decoration: none; color: #8D94B8; font: Bold 11px Arial, Helvetica;text-align: center }
.buttonHover { text-decoration: none; color: #2F3474; font: Bold 11px Arial, Helvetica; text-align: center }
.buttonBorder { border: 1px inset #2F3474 }
.buttonBorderOver { border: 1px outset #D6A032 }
