/* active references link */
a.ref:link	{
	color: #000000;
	text-decoration: none;
	}
		
a.ref:visited	{
	color: #000000;
	text-decoration: none;
	}

a.ref:hover	{
	color: #ff004e;
	}

li	{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
	}	

img	{
	margin-top: 5px;
	} 

table	{
	font-size: 1.0em;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom:20px;
	border-collapse: collapse;
	border: 1px solid #CDCDCD;
	}

td, th	{
	vertical-align: middle;
	text-align: center;
	padding: 0.4em;
	border: 1px solid #CDCDCD;
	}

th	{
	padding: 0.6em;
	font-weight: bold;
	line-height: 1.2em;
	vertical-align: bottom;
	}

.HeadDown	{
	border-bottom: 2px solid black;
	}

.HeadDownRight	{
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	}

.HeadUp	{
	border-top: 2px solid black;
	}

.HeadUpRight	{
	border-top: 2px solid black;
	border-right: 2px solid black;
	}

.HeadRight	{
	border-right: 2px solid black;
	}

.Footnote	{
	margin-top: 5px;
	}

.TabSpace	{
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
	}

p 	{
	padding-top: 12px;
/*	border: 1px solid red; */
	}