body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFFF;
}

table.head {
	background-color: #02021E;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

td.heading1 {
	color: #FFFFFF;
	font-size: large;
	font-style: normal;
}

td.resource {
	width: 30%;
	padding: 5px 5px 5px 10px;
	vertical-align:top;
	background-color: #CCFFFF;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.resource1 {
	width: 90%;
	vertical-align:text-top;
}

td.descript {
	width: 60%;
	padding: 5px 5px 5px 10px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.descript1 {
	width: 60%;
	background-color: #FFFFFF;
}

tr.linkbuts {
	position:relative;
}

td.lnkbuts {
	color: #CCCCCC;
	height: 5em;
	position:absolute; 
	top:50%; 
	margin-top:-2em;
	margin-left:-2em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

th.top {
	padding: 5px 5px 5px 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	

a:link.nolink {
	color: #000000;
	text-decoration: none;
}
