/* CSS Document */

body {
	background-color:#E2E1E1;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
h1 {
    font-size:13px;
	 font-weight:bold;
}
h2 {
    font-size:12px;
	 font-weight:bold;
}
h3 {
    font-size:11px;
	 font-weight:bold;
}
h1,h2,h3,h4,h5,h6,a {
    color:#000;
}
p {
	margin-top:0px;
	line-height:18px;
}
.green {
	color:#9FCF0F;
}
.thumb {
	border:2px solid white;
	margin:0px 0px 0px 0px;
}
.projBlowup {
	border-left:2px solid white;
	border-right:3px solid white;
	border-top:2px solid white;
	border-bottom:2px solid white;		
	margin:0px 0px 0px 0px;
}
.thumbmid {
	border-left:2px solid white;
	border-right:2px solid white;
	border-top:3px solid white;
	border-bottom:3px solid white;			
	margin:0px 0px 0px 0px;
}