body, td {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #343434;
}

a {
	color: #0073B0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

.menu a {
	color: #0073B0;
}

table.list {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: #03A6FF;
	border-collapse: collapse;
	background-color: white;
}
table.list th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #03A6FF;
	background-color: white;
	font-size: 14px;
}
table.list td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #03A6FF;
	background-color: white;
}

.required {
	font-size: 12px;
	color: red;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
