*
{
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
html, body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
	background: #C0C0D0 url(/img/techexcel/background.jpg) top left repeat-x;
}
body
{
	overflow-y: scroll;
}
a, a:link, a:active, a:visited
{
	color: #FF3300;
	text-decoration: none;
}
a:hover
{
	color: #FF3300;
	text-decoration: underline;
}
ol
{
	list-style: inside decimal;
}
ul
{
	list-style: inside square;
}
ul li
{
	list-style: inside;
}
img
{
	border: 0px;
}
hr
{
	border: none;
	border-top: solid 1px #AAAAAA;
}

.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear_both
{
	clear: both;
}

