BODY 
{ 
	margin:0px; 
}

TABLE.main 
{ 
	padding: 0px 0px; 
}

TABLE.data 
{ 
	margin-top: 10px; 
	margin-right: 10px; 
	margin-left: 10px; 
	margin-bottom: 10px; 
}

.header 
{ 
	background-color:#5672AC; 
}


.menu 
{ 
	font-family:"Arial Narrow", Times, serif; 
	font-size:10pt; 
	font-weight:normal; 
	color:#284688; 
	padding-left:5px; 
}

.menu_logo
{ 
	font-family:"Arial Narrow", Times, serif; 
	font-size:12pt; 
	font-weight:normal; 
	color:#284688; 
	padding-left:10px; 
}

A.menu 
{ 
	text-decoration:none; 
}

A.menu:visited 
{ 
	color:blue; 
}

A.menu:active 
{ 
	color:blue; 
}

A.menu:hover 
{ 
	color:DodgerBlue; 
}

A.menu:link 
{ 
	color:blue; 
}

.space1 
{ 
	margin-top:20px; 
}

.space2 
{ 
	margin-top:100px; 
}

#separators 
{ 
	color:#FFF; 
	padding-right:10px; 
}

span.menu_disabled 
{ 
	background-color : ghostwhite;
	color :firebrick; 
}

span.menu_enabled 
{ 
	background-color : lightgoldenrodyellow; 
	color :firebrick; 
}

span.history 
{ 
	background-color :#F2FBE4; 
	color :firebrick; 
}

.history 
{ 
	background-color :#F2FBE4; 
	color :firebrick; 
}


A IMG
{
	border : none;
}

p.complited
{
	color:green;
}

p.started
{
	color:DarkBlue;
}

p.postponed
{
	color:DarkGray;
}
