/* Makeup of table surrounding link tables */
table.links {
	border-style: none;
	width: 100%;
}

/* Makeup of link tables */
table table.links
{
	border-width: thin;
	border-style: solid;
	margin: 0px;
	width: 100%;
}

/* Makeup of cells within link tables */   
td table.links
{
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #336699;
}

tbody.links {background-color: #FFFFFF;}

td.links {padding: 0px;}

tr.links {vertical-align: top;}

/* Makeup of a table header */
th h2 
{
	font-family: arial, helvetica, verdana;
    font-weight: bold;
    font-size: 10pt;
    color: white;
    background-color: #FF9900;
    margin: 0px;
}

p.links
{
	margin: 0px;
	font-family: arial, helvetica, verdana;
	line-height: 120%;
	color: #336699; 
}

a.links
{
	font-family: arial, helvetica, verdana;
    font-weight: normal;
    font-size: 10pt;
    color: 000099;
    margin: 0px;
}
