td, body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6dcca;
	line-height: 10px;
	}
	
li
	{
	line-height: 14px;
	}
	
.welcomeText {
	font-size: 12px;
	line-height: 12px;
	font-style: italic;
	color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #707060;
	padding: 15;
	}

.textHeaderCell {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: red;
	}
	
.textHeader {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.2px;
	line-height:17px;
	}
	
.textNormalCell {
	padding-top: 5;
	text-align: justify;
	}
	
.textNormal {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #d9d9d9;
	}

.activeMenuBtn {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: red;
	}
	
.inactiveMenuBtn {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #2b2923;
	}

.workTabletop {
	font-size: 10px;
	font-weight: bold;
	color: white;
	line-height:10px;
	padding-bottom:0;
	}
	
a {
	color: #ffae00;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.thumbImg {
	border-color: red;
	border-width: 1px;
	border-style: dashed;
	}
	
.workTopborderCell {
	border-top-color: red;
	border-top-width: 1px;
	border-top-style: dashed;
	padding:0;
	}