/* General styles go here */

HTML {
  overflow-x: hidden;           /* Overflow and padding-right are       */
  padding-right: 10px;          /* workarounds for the IE scrollbar bug */
  overflow-y: auto;
}

BODY {
        background-attachment: fixed;
	background-repeat: repeat-y;
}

P.warning {
	font-weight: bold;
	margin: 5px;
	padding: 6px;
	text-align: center;
	background: yellow;
	border: 2px solid red;
	width: 95%;
}

A {
	font-weight: bold;
}

.menu {
	color: #000000;
        background-color: #ffff00;
}

.menutitle {
	font-weight: bold;
	color: #ffff00;
	background-color: #ff0000;
}

TD.flash {
	color: #aaaabb;
	font-weight: bold;
	font-style: italic;
}

TD.toolpic {
	border: 1px solid #000000;
	background: #ffffff;
	height: 80px;
	text-align: center;
	width: 33%;
}

TD.tooldesc {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

IMG {
	margin: 5px;
}


