html { 
	padding:0px;
	margin:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	text-align:left;
	margin:0px;
	padding:0px;
}
.imageBox{
	width:278px;
	height:100px;
	margin:0px;
	padding:0px;
	background:url(images/stripe.gif);
	border-style: solid none none none;
	border-top: 5px solid #777;
	text-align:left;
}
.textBox{
	width:278px;
	margin:0px;
	padding:7px 0px 5px 0px;
	background: #FFF;
	text-align:left;
	border-style: none none solid none;
	border-bottom: 2px solid #CCC;
}
.project {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size:10px;
	color:#FFF;
	padding:2px 5px 2px 5px;
	margin:0px 0px 2px 5px;
	background: #999;
	white-space: normal;
}
.new {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size:10px;
	font-weight: bold;
	color:#FFF;
	background: #FF2323;
	padding:2px 5px 2px 5px;
	margin:0px 0px 2px 2px;
	white-space: normal;
}
p {
	padding:0px 10px 5px 10px;
	line-height: 16px;
	font-size:9px;
	color:#333;
}
img {
	border: none;
}
p a {
	background-color: #999;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color:#FFF;
}
p a:visited {
	background-color: #BBB;
	color:#FFF;
}
p a:hover {
	background-color: #CCC;
	color:#FFF;
}


