﻿#flash {
	width: 803px;
	height: 400px;
}
#home_links {
	border-top: 1px black solid;
	border-spacing: 0;
	width: 803px;
}
#home_links tr.tr1 {
	height: 23px;
}
#home_links td.td1 {
	background-color: #c4161c;
	border-left: 1px #530000 dotted;
	border-bottom: 1px #530000 solid;
	padding-right: 9px;
	width: 33%;
}
#home_links td.td2 {
	background-color: #c4161c;
	border-bottom: 1px #530000 solid;
	padding-right: 10px;
	width: 34%;
}
#home_links td.td3 {
	border-left: 1px #530000 dotted;
	vertical-align: top;
}
#home_links td.td4 {
	vertical-align: top;
}
#home_links ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-image: url('../images/oj-bullet.gif');
}
#home_links a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
#home_links a:hover {
	color: #c4161c;
	text-decoration: underline;
}
