/* CSS Document */
body { background-color: #FFFFFF; color: #000000; }
p,th,td,li { color: inherit; font-size: small; font-family:Verdana, Arial, Helvetica, sans-serif; }
p.caption { color: inherit; font-size: inherit; font-style:italic; }
p.footer { color: inherit; font-size: x-small; text-align: center; }
h1 { color: #009966; font-size: x-large; }
h2 { color: #009966; font-size: large; }
h3 { color: #009966; font-size: inherit; font-weight: bolder; }
h4 { color: #000000; font-size: inherit; font-weight: bolder; }
a { color: #009999; text-decoration: underline; }
a:link,a:visited { color: #009999; }
a:hover { color: #009900; }
a:active { color: #009900; }
a.h4,a.p { color: #000000; font-size: inherit; font-weight: inherit; text-decoration:none; }
p a img{ text-decoration: none; }
.title { text-align: center; line-height: 0.5; }
.navrow { line-height: 0.0; }
hr { background-color: #000000; }
hr.footer { background-color: #009999; }
img.screen{}
img.print{ display: none; }
table.main{ width: 800px; border: none;}
table.footer{
	border: none;
	margin: 5px;
	padding: 5px;
	width: 100%;
}
table.footer td {
	width: 33%;
}
table.projects{
	border: none;	
}
table.projects td{
	margin: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width: 215px;
}