body {

	font: 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	word-wrap: break-word; /* IE */
	background-color: #ffffff;
	color: Black;
	text-align: justify;
}

td {
	font: 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	word-wrap: break-word; /* IE */
	background-color: #fff; 
}

#marked
	{
	border-left: solid 1px Silver;
	border-top: solid 1px Silver;
	border-right: solid 1px Silver;
	}

#marked a
{
	color: #ec614f;

}


a:link {
	color: #003466;
	text-decoration: none;
}
a:visited {
	color: #003466;
	text-decoration: none;
}
a:hover {
	color: darkred;
	background-color: #E8E8E8;
}

ul {
	text-align: left;
}
ol {
	text-align: justify;
}
li {
	text-align: justify;
}
p {
	text-align: justify;
	font-size: 14px;
}


.lr
{
	border-left: solid 1px Silver;
	border-right: solid 1px Silver;
	border-bottom: solid 1px Silver;
	width: 800px;
}



.content {
	background-color: #F4F4F4;
	border-bottom: solid 1px Gray;
	border-top: solid 1px Gray;
	padding: 20px;
}

/*.content a {
		color: #ec614f;
	} */

input {border: solid 1px Silver;}
.colored {border: solid 1px Red;}

/* new part */

.topper {
	padding: 0px;
	background: url('i/top-bg.gif') repeat-x;	
	height: 115px;
}

#logo {
	float: right;
}

#req {
	padding: 20px;
	font-size: 18px;
	color: #626262;
}

#menu-bg{
	padding: 0px;
	background: url('i/menu-bg.gif') repeat-x;	
	height: 52px;
}

#menu-holder {
	width: 820px;
}