@charset "iso-8859-1";
/* CSS Document */
	a, a:active,  a:visited {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		text-decoration:none;
	}
	a:hover{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #153153153;
		text-decoration:underline;
	}

	.mail,.mail:active,.mail:hover,.mail:visited {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #153153153;
		text-decoration:underline;
	}
	.menu,.menu:active,.menu:visited {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		text-decoration:none;
	}

	.menu:hover{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		text-decoration:underline;
	}
	td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	ul{
	list-style-image: url("../images/arrow1.gif");
	}
	li{
		text-align:justify;}
	
.copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
	.title{
	font-weight:bold;
	color: #666666;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.projectsTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #766363;
	border-right-color: #766363;
	border-bottom-color: #766363;
	border-left-color: #766363;
}
.projectsTable .header{
background:#EEEEEE;
color:#220000;
font-weight:bold;
}
.projectsTable td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #766363;
	border-right-color: #766363;
	border-bottom-color: #766363;
	border-left-color: #766363;
}
