body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}
#logo{
	background-image: url(images/syhff_logo.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 304px;
	margin-bottom: 5px;
}
a:link {
	color: #0E996A;
}

a:visited {
	color: #0E996A;
}

.red_font{color:#ff0000; background:#ffffff;}
.red_grey_font{color:#ff0000; background:#f2f2f2;}
.green_grey_font{color:#009900; background:#f2f2f2;}

#bullet_list{float:right; width:440px; background:#f2f2f2; color:#000000; padding:10px; border:1px solid #d4d4d4; margin-top:5px; margin-left:10px; margin-bottom:10px;}

th.light {background: #f2f2f2}
th.dark {background: #d4d4d4}
th.white {background: #ffffff}

td.light {background: #f2f2f2}
td.dark {background: #d4d4d4}
td.white {background: #ffffff}

tr.light {background: #f2f2f2}
tr.dark {background: #d4d4d4}
tr.white {background: #ffffff}

table.light {background: #f2f2f2}
table.dark {background: #d4d4d4}
table.white {background: #ffffff}

#footer{
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
}
