body {
	color: black;
}

.c {
	text-align: center;
}

.red{
	color: red;
}

h2 {
	color: #fe9a01;
	line-height: 1em;
	margin-top: 1em;
}


ul>li {
	list-style: outside url(./bullet.gif);
	margin-left: 7px;
	margin-top: 5px;
	
}
ul {
	padding: 0 0.5em 0 0.5em;
	margin-left: 0;
}

/* Hyperlinks */
a:link {	color: #214C9D; }
a:visited {	color: #214C9D; }
a:focus, a:hover, a:active {	color: #666;}
/* End of Hyperlinks */

.noBorder {
	text-decoration: none;
        border:0;
}

.tabelTest {
        border-color: red;
        border-collapse: collapse;
	border: thin solid #fe9a01;
}

.workpackage {
	color: #ffffff;
        background: #3C5A92;
        border-left: thin solid #fe9a01;
}
.milestone {
	color: #ffffff;
        background: #fe9a01;
        text-align: center;
	font-size: 120%;
        border-left: thin solid #fe9a01;
}
.wp {
	color: #000000;
        background: #ffffff;
        border-bottom: thin solid #fe9a01;
        border-left: thin solid #fe9a01;
	font-size: 80%;
}
.WPh {
	
        border-top: thin solid #fe9a01;
        border-left: thin solid #fe9a01;
}

.wpC {

	font-size: 80%;
	color: #000000;
        background: #ffffff;
        border-bottom: thin solid #fe9a01;
        border-left: thin solid #fe9a01;
        text-align: center;
}

.wpTable {
        border-right: thin solid #fe9a01;
}

