@charset "utf-8";
/* CSS Document */

#main-table
{

	color:#000000;
	width:400px;
	margin: 0px 0px 0px 205px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:17px;
}


#main-table h1
{
	color:#000;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:24px;
}


table
{
	margin:15px 0 0 0;
	width:400px;
	border-collapse:collapse;

}


.table table a
{
	color:#eb5f01;

}


.table p
{
	margin:5px;

}


th
{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-top:none;
	border-top-color:#919396;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom:none;
	border-bottom:#919396;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left:none;
	border-right:none;
	padding:5px 0 5px 5px;

}


td
{
	font-size:12px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;

	padding:5px 0 5px 5px;
	vertical-align:top;
}


.td-left
{
	width:120px;
	text-align:right;
	
}


.td-right
{
	width:280px;

}


.link-margin
{
	margin-bottom:38px;

}