@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../background1.jpg);
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
}



/* project links top of the page */
a.projectlink .heading {
	font-size: 13px;
}

a.projectlink, a.projectlink:link, a.projectlink:visited{
	text-decoration:none;
	color: #000000;
}

ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 -5px 0;
	padding:0;
}
/* project links top of the page */



/* project titles */
a.project, a.project:link, a.project:visited{
	text-decoration:none;
	color: #000000;
}
a.project-nohref, a.project-nohref:link, a.project-nohref:visited, a.project-nohref:hover{
	text-decoration:none;
	color: #000000;
}
/* project titles */



a:link {
	color: #CC0000;
}
a:visited {
	color: #990000;
}
a:hover, a.project:hover, a.projectlink:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.blackbox {
	color: #FFFFFF;
}
.blackbox h1 {
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
}
.blackbox a:link {
	color: #FF0000;
}
.blackbox a:visited {
	color: #CC0000;
}
.blackbox a:hover {
	color: #FF0000;
	text-decoration: none;
}
.blackbox a:active {
	color: #FF0000;
	text-decoration: none;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
