body{
	font-family: "Trebuchet MS", Arial;
	color: Black;
	margin: 0px;
}

a:link{
	text-decoration: none;
	color: black;
}

a:visited{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: none;
	color: gray;
}

td{
	font-size: 13px;
	line-height: 16px;
}

.message{
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.leftcol{
	width: 200px;
	background-color: black;
	padding: 8px;
}

.header{
	background-color: black;
}

.content{
	padding: 8px;
	width: 766px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}


.titlesmall{
	font-size: 16px;
	font-weight: bold;
}

.title{
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.inputtext{
	border: 1px solid black;
	width: 200px;
	height: 22px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: Black;
}

.button{
	background-color: black;
	color: lime;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px outset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.buttonover{
	background-color: black;
	color: red;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px inset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.buttonred{
	background-color: red;
	color: black;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px outset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.buttonredover{
	background-color: red;
	color: lime;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px inset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.buttongreen{
	background-color: lime;
	color: black;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px outset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.buttongreenover{
	background-color: lime;
	color: red;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
	border: 2px inset Silver;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
}

.menu{
font-weight: bold;
	color: Lime;
text-decoration: none;
padding: 2px;
}

.menu a:link{
font-weight: bold;
	color: Lime;
text-decoration: none;
}

.menu a:visited{
font-weight: bold;
	color: Lime;
text-decoration: none;
}

.menu a:hover{
font-weight: bold;
	color: red;
text-decoration: none;
}

.menuon{
font-weight: bold;
color: red;
text-decoration: none;
background-color: Lime;
padding: 2px;
}

.menuon a:link{
font-weight: bold;
color: red;
text-decoration: none;
}

.menuon a:visited{
font-weight: bold;
color: red;
text-decoration: none;
}

.menuon a:hover{
font-weight: bold;
color: black;
text-decoration: none;
}

.textsmall{
font-size: 10px;
}

.textsmallgreen{
font-size: 10px;
color: Lime;
line-height: 14px;
}

.textsmallgreen a:link{
color: Lime;
}

.textsmallgreen a:visited{
color: Lime;
}

.textsmallgreen a:hover{
color: red;
}

.shortlist{
color: Lime;
}
.shortlist a:link{
color: Lime;
}
.shortlist a:visited{
color: Lime;
}
.shortlist a:hover{
color: red;
}

.textbold{
	font-weight: bold;
}






#dhtmltooltip{
background-color: White;
position: absolute;
border: 2px solid black;
padding: 0px;
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=black,direction=135);
	font-family: "Trebuchet MS", Arial;
 	font-size: 14px;
	color: black;
}

p{	
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: Black;
	padding: 2px;
}
