body { background-color: #ffffff;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
}
	.bold {font-weight: 700;
}
	.large{font-weight:700;
		color: #000000;
		font-size: large;
}
	.leftcolumn { float:left;
	      width:130px;
	      background-color: #ffffff;
              color:#000000;
              height:325px;
			  margin-top:140px;
			z-index:-1;
}
	.button { border: 0px inset #cccccc;
	width: 120px;
	
	padding: 3px 15px;
	color: #66ccff;
	background-color: #0066ff;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	display:block;
}
	a.button:link { color : #FFFFFF; }
	a.button:visited { color : #cccccc;}
	a.button:hover { color : #000000;
	font-size: 10px;
	border:1px outset #cccccc;
}
	.small { color:#000000;
		font-size: 10px;
		font-weight: bold;
}
	a.small:link { color : #9900ff; }
	a.small:visited { color : #993300;}
	a.small:hover { color : #000000;
	font-size: 10px;
	border:1px outset #cccccc;
	text-decoration:none;
}
a:link { color : #000000;}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline overline; color: red;}
