body {
	font-size: 11px;
	color: #000000;
	font-family: Arial, sans-serif;
}
img {
	border: none;
}

th {
	height: 18px;
	color: #000000;
}

td {
	vertical-align: top;
}
	
a:link { 
	color: #444444;
	text-decoration: underline;
}
	
a:visited { 
	color: #444444;
	text-decoration: underline;
}
	
a:hover { 
	color: #000000;
	text-decoration: underline;
}

.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu a, .menu a:visited{
	color: #000000;
	padding: 1px 0 0px 10px;
	display: block;
	background: #bbbbbb;
	text-decoration: none;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;

}

.menu li a:hover {
	background: #999999;
	padding: 1px 0 0px 6px;
	text-decoration: none;

}

.projects {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.projects a {
	display: block;
	margin: 1px 10px 0 10px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	background: #468bcf;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
}

.projects a:hover {
	background: #999999;
	text-decoration: none;
	-webkit-transform: scale(1.05);
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-transform: scale(1.05);
	-moz-box-shadow: 2px 2px 2px #888;
}

.border {
	border: 1px solid #000000;
}

.bottomBorder {
	border-bottom: 1px solid #000000;
}