.emp {
	background-color : #FFFFF0;
	border-bottom : 1px solid Silver;
	border-right : 1px double Silver;
}

	
}

.here {
	background-color : Yellow;
}


a {text-decoration:none}
a:hover {
	color: Lime;
}
body,table,tr,td,p {
	font: 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 150%;
}
select {font:8pt verdana,arial,san-serif}
small {font:8pt verdana,arial,san-serif}
big {font:12pt verdana,arial,san-serif;font-weight:bold}
h1 {
	font-size:22pt;
	color : Maroon;
}
h2 {
	font-size:16pt;
	color : Maroon;
}
h3 {
	font-size:13pt;
	color : #FF3300;
}
h4 {font-size:12pt}
h5 {font-size:11pt}
h6 {font-size:8pt}
ul {list-style-image:url("images/bluered.gif")}
.italic {font-style:italic}
.bold	{font-weight:bold}
i {font-style:italic}
b {font-weight:bold}
em {font-style:italic}
strong {font-weight:bold}
.roll {
	font-size:10pt;
	text-decoration:none;
	text-transform:normal;
	font-weight:bold;
	color: Yellow;
}
A.roll:hover {
	font-size:10pt;
	font-weight:bolder;
	letter-spacing:1px;
	text-transform:uppercase;
	color: Yellow;
}
.listline {
	background-color : #FFFFEA;
	border : 1px;
	padding-left : 2px;
	padding-right : 2px;
	border-bottom : double;
	border-top : double;
}