Body {
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS, Arial;
	font-size:14px;
	background-image:url('/images/internal_background.gif');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	}
	.fades{
		width:50px;
		background-repeat: repeat-y;
	}
	.fade-topleft{
		background-image:url('/images/fade-topleft.jpg');
	}
	.fade-topright{
		background-image:url('/images/fade-topright.jpg');
	}
	.fade-bottomleft{
		background-image:url('/images/fade-bottomleft.jpg');
	}
	.fade-bottomright{
		background-image:url('/images/fade-bottomright.jpg');
	}
	.nav-header {
		background-image:url('/images/RnD/header-back.jpg');
		height:118px;
		width:959px;
		position:relative;
	}
	.nav-tabs {
		position:relative;
		left:290px;
		top:78px;
	}
	.titletag{
		font-size:20px;
		color:#186d38;
	}
	H2{
		font-size:16px;
		color:#186d38;
	}
	.transition-piece{
		background-image:url('/images/transition-piece.gif');
		height:28px;
		width:959px;
	}
	.footer-end{
		width:959px;
	 	height:8px;
	 	background-image:url('/images/footer-endpiece.gif');
	}
	.footer-piece {
		font-weight:700;
		text-align:center;
		width:919px;
		padding-left:20px;
		padding-right:20px;
	}
	.content {
		padding-left:20px;
		padding-right:20px;
		width:919px;
	}
	.form-space {
		width:325px;
	}
	.form_items {
		text-align:right;
		line-height:35px;
		font-weight:500;
	}
	.form_text {
		position:relative;
		text-align:center;
		font-weight:900;
		font-size:12px;
	}
	Input.form_items {
		width:70px;
	}
	.pointer {
		cursor:pointer;
	}
	.anylinkcss{
    position:absolute;
    top: 5px;
    visibility: hidden;
    border:1px solid #470506;
    border-bottom-width: 0;
    font:normal 12px Trebuchet MS, Verdana;
    line-height: 18px;
    z-index:9;
    background-color: #ffffff;
    color:#000000;
}

.anylinkcss a:link {
    display: block;
    text-align:left;
    border-bottom: 1px solid #470506;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #FFFFFF;
    color:#000000;
    z-index:9;
}
.anylinkcss a:visited {
    display: block;
    text-align:left;
    border-bottom: 1px solid #470506;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #FFFFFF;
    color:#000000;
    z-index:9;
}

.anylinkcss a:hover { /*hover background color*/
    background-color: #000000;
    color: #FFFFFF;
    z-index:9;
}
