TD {
	background-color: #F4F4F4;
	color : black;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

TD.white {
	background-color: #FFFFFF;
	color : black;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

TD.admin_white {
	background-color: #FFFFFF;
	color : black;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

TD.admin_gray {
	background-color: #F4F4F4;
	color : black;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.small {
	font-size: 12px;
}

.smaller {
	font-size: 11px;
}

A {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}

A.smaller {
	font-size: 11px;
	color : Blue;
	text-decoration : underline;
}

A.smaller:HOVER {
	font-size: 11px;
	color : Red;
	text-decoration : none;
}

table.white {
	background-color: #fff;
	color : #000000;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 4px solid #ccc;
}

table.enclosing {
	color : #333;
	font-family : 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.important{
	color: Red;
}

.medium{
	color: #FF9900;
}

input {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	/*background-color:#FFFFFF;*/
}

input.button {
	font-size: 12px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

hr {
	color: #0072bc;
	height: 1px;
}

.open {
	color : #008000;
}

.resolved {
	color : #FF0000;
}

div.copy {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 8px;
	clear: both;
}

div.copy a:link,
div.copy a:visited {
	color: #999;
	text-decoration: none;
}
div.copy a:hover,
div.copy a:active {
	color: #333;
	text-decoration: none;
}

