@charset "UTF-8";
html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}
.Copyright_Info {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #333333;
}
.Project_Description {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.Body_Text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
body {
	margin: 0px;
	background-color: #F2F2F2;
	height: 100%;
}
.main_table {
	height: 100%;
	background-color: #FFFFFF;
}
.inline_table {
	/* Hack to help text align when padded tables are placed inside portfolio pages. */
	position: relative;
	left: -10px;
	top: -10px;
}
.project_table {
	padding: 0px;
	position: relative;
	top: 11px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
img
{  border-style: none;
}
