/*
   History:
*/

/* CSS Document */
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #BBBBBB;
}
p{
font-family:"Trebuchet MS", Arial, sans-serif;
line-height: 14px;
padding: 3px;
}
.tight {
	line-height: 14px;
}

table{border-style:none}
.smallwhite {
	color: #FFFFFF;
	font-size: small;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
.xsmallgrey {
	font-size: x-small;
	color: #666666;
}
.grey-10pix {
	font-size: 10px;
	color: #666666;
}
.small-grey {
	font-size: small;
	color: #666666;
}
