ul.list li
{
    font-size:12pt;
    padding:5px;}
ul.list a
{
    border-bottom:solid 1px Blue;}
ul.list a:hover
{
    border-bottom:solid 1px Red;}
ul.list img
{
    height:18px;}
h2.header
{
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #808080;
	padding-left: 2px;
	padding-bottom: 1px;
	border-left: solid 3px #4040cc;
	border-bottom: solid 1px #cccccc;
}

table.contents
{
	border-collapse: collapse;
	width: 600px;
	border-top: solid 1px #bbbbee;
}

table.contents th
{
	border-bottom: solid 1px #bbbbee;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	width: 7em;
}
table.contents td
{
	border-bottom: solid 1px #bbbbee;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
}
table.contents ul
{
	list-style-type: none;
}
table.contents hr
{
	border: solid 1px #bbbbee;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}

ul.enterprise_list
{
	float: left;
	margin-right: 2em;
}
p
{
	margin-top: 1em;
	margin-bottom: 1em;
}
a:link
{
	text-decoration: none;
	color: Blue;
}
a:visited
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
	color: Red;
}
img.maillink
{
    vertical-align:middle;}
a:hover img.maillink
{
    margin-top:2px;}