BODY {
	background-image : url(../images/bg-master.jpg);
	background-repeat : repeat-x;
	background-color : #08a609;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;

}
A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
}
A:ACTIVE.vsws, A:FOCUS.vsws, A:LINK.vsws, A:VISITED.vsws {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
	color: #ffcccc;
}
A:HOVER.vsws {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color: #ffffcc;
}
A:ACTIVE.pdf, A:FOCUS.pdf, A:LINK.pdf, A:VISITED.pdf {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : underline;
	color: #660000;
}
A:HOVER.pdf {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-decoration : none;
	color: #a85400;
}
A:ACTIVE.anchor, A:FOCUS.anchor, A:LINK.anchor, A:VISITED.anchor {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline;
	color: #660000;
	font-weight:bold;
}
A:HOVER.anchor {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color: #a85400;
	font-weight:bold;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.TB-MASTER{
	background-color : #ffffff;
	border : 5 solid #ffffff;
	margin-top : 5px;
}
.CLOCK{
	background-image : url(../images/logo-sub.jpg);
	font-family : Georgia;
	font-size: x-small;
	color : #FFFFF0;
	text-align : right;
	padding-top : 25px;
}
.TB-CONTENT{
	background-color : #5b0203;
	background-image : url(../images/bg-content.jpg);
}
.TD-CONTAINER{
	background-image : url(../images/bg-container.jpg);
	background-color : White;
	padding:10px;
	background-repeat : repeat-x;
}
A:ACTIVE.footer, A:FOCUS.footer, A:LINK.footer, A:VISITED.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : Maroon;
	text-decoration : underline;
}
A:HOVER.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #006400;
	text-decoration : none;
}
a:active.main-menu, a:focus.main-menu, a:link.main-menu, a:visited.main-menu {
	background-image : url(../images/bg-main-menu-off.jpg);
	color: #824100;
	border: 1px ridge #fcb950;
	font-family: arial;
	font-size: x-small;
	text-align: left;
	text-decoration: none;
	width: 180px;
	align: left;
	margin-bottom:1px;
	padding-left:2px;
	display:block;
	height:25px;
}
a:hover.main-menu{
	background-image : url(../images/bg-main-menu-on.jpg);
	background-color: #fcb950;
	border: 1px groove #6fb107;
	font-family: arial;
	font-size: x-small;
	padding-left:4px;
	text-align: left;
	color: #3d5f07;
	text-decoration: none;
	display:block;
}
a:active.email, a:focus.email, a:link.email, a:visited.email {
	color: #cc6600;
	font-family: arial;
	font-size: .9em;
	text-align: left;
	text-decoration: underline;
}
a:hover.email{
	font-family: arial;
	font-size: .9em;
	text-align: left;
	color: #ff9900;
	text-decoration: none;
}
.form{
	border: 1px solid #4c9a07; 
	font-family: Tahoma; 
	color: #660000; 
	font-size: x-small; 
	display:block;
}
.submit{
	border: 1px solid #00ff00;
	background-color: #4c9a07;
	font-family: Tahoma; 
	color: white; 
	font-size: x-small; 
	display:block;
	text-align:center;
}
.logoff{
	border: 1px solid #cc0000;
	background-color: #990000;
	font-family: Tahoma; 
	color: white; 
	font-size: x-small; 
	display:block;
	text-align:center;
}
.employee{
		font-family : Arial, Helvetica, sans-serif;
		font-size : .8em;
}