/* style.css */

html,body
{
	background-color: #ffffff;
	background-image: url('./img/background.png');
	background-repeat: repeat-x;
	margin: 0px;	
	font-family: arial;
	font-size: 12pt;
	color:#000000;
	height:100%;
}

img
{
	border: none;
}

#page
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	
}

table,table td
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	height:100%;
	text-align:center;
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
}

table.path_data td
{
	height:88px;
	border-bottom:1px solid #eeeeee;
}

a,a:visited,a:active
{
	color:#808080;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

span.tiny
{
	font-size:10pt;
	color:#c0c0c0;
}

hr
{
	border: none;
	color: #808080;	/* for IE */
	background-color: #808080;	/* for the others */
	height: 1px;
}

a.black,a.black:visited,a.black:active
{
	color:#000000;
}

a.black:hover
{
	color:#606060;
	text-decoration:none;
}

table.faq, table.faq td
{
	padding:2px;
	text-align:left;
	vertical-align:top;
}
