* {
color: black;
background: white;
}
body, p, ol, ul, td {
  font: normal 11px Arial, Verdana, sans-serif;
  
}


h1, h2, h3, h4 {
font-family: Arial, Verdana, sans-serif;
font-weight: bold;
text-align: left;
border-bottom: 1px solid black;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
}

a {
	text-decoration: none;
}


#header {
 clear: both;
 padding: 5px 0 5px 0;
 margin: 0px;
 background-color: silver;
 border: 1px solid black;
 }

#header h1 {
margin-right:auto;
margin-left:auto;
margin-top: 1px;
margin-bottom: 1px;
font: bold 26px Arial, Verdana, sans-serif;
letter-spacing: -2px;
text-align: center;
white-space: nowrap;
border: none;
}

#header h2 {
margin-top: 1px;
margin-bottom: 1px;
margin-right:auto;
margin-left:auto;
font: bold 15px Arial, Verdana, sans-serif;
text-align: center;
border: none;
}

#maincontent {
	width: 100%;
	padding:0px 0px 0px 0px;
}


#navigation {
	display: none;
}

#page_navigation {
	display: none;
}

#footer {
 clear: both;
 background-color: silver;
 padding: 10px;
 text-align: center;
 border: 1px solid black;
}


#task_list_form {
display: none;
}

table.tl {
margin-bottom: 1em;
border-bottom: 1px dotted black;
width: 90%;
}

th.tl_head {
text-align: left;
font-weight: bold;
width: 170px;
vertical-align: text-top;
}

td.tl_data {
vertical-align: text-top;
}

td.tl_data a {
font-weight: bold;
/*line-height: 13px;*/
text-decoration: none;
}


.last_p_date {
display: inline;
}

div.attachment_link {
	float: left;
	width: 170px;
	height: 70px;
	padding: 5px;
}
div.attachment_link img {
display: none;
}
div.attachment_link ul {
	/*position: absolute;*/
	
	width: 150px
}
li.file_size, li.file_link, li.file_name {
	/*display: block;*/
	/*list-style: none;*/
	/*line-height: 10px;*/
}
li.file_link a {
	font: bold 11px Arial, Verdana, sans-serif;
	text-decoration: none;
}
li.file_name {
	font: italic 10px Arial, Verdana, sans-serif;
}
li.file_size {
	font: normal 10px Arial, Verdana, sans-serif;
}

#content_body, #announcements_list {
width: 95%;
}
