/* CSS Document */
	body
	{
		background-color:#f4fcff;
		font:76% Arial, Helvetica, sans-serif;
	}

	div#header
	{
		width:250px;
		background:#eeeeee;
		margin-bottom:4px;
	}


	div.news
	{
		width:250px;
		background:#eeeeee;
		margin-bottom:4px;
		
	}


div.news A:link {color:#197bac; text-decoration:none;}
div.news A:visited {text-decoration:none;}
div.news A:active {text-decoration:none;}
div.news A:hover {color: #009933; text-decoration:none;}



	div.answer
	{
		width:250px;
		background:#FFFFFF;
		margin-bottom:0px;
		text-align:center;
	}

	h2.menu4header2
	{
		font-size:120%;
		margin:0;
		padding:0 5px;
		background:#197ab0;
		color:#FFFF00;
		text-align:center;
	}

	h3.menu4header3
	{
		font-size:100%;
		margin:0;
		padding:0 0 3px;
		background:#197ab0;
		color:#000;
		text-align:center;
		color:#FFFFFF;
	}
	p
	{
		margin:0;
		padding:5px 10px;
		line-height:1.3;
		text-align:justify
	}


	td.leftLink
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9pt;
		padding-left:10px;
	}