/* style.css */
*
    {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 124%;
    color: #000;
    }

h1
    {
    margin: 5px 0 2px 5px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    }
h2
    {
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    }
a
    {
    }
	
a:hover
    {
    text-decoration: underline;
    }
h2 a
    {
    color: inherit;
    font: inherit;
    text-decoration: none;
    }

a img
	{
	border:none;
	}

.newspre
    {
    margin-left: 3px;
    }

.newsdate
    {
    font-size: 10px;
    margin-left: 3px;
    color: #444;
    }

.text, .flat
    {
    text-align: justify;
    }

.title
    {
    text-align: center;
	font-weight: bold;
    }

.sign
    {
    text-align: right;
    }

p.sign
    {
     margin: 10px 0;
    }

p.title
    {
    margin: 15px 0 10px 0px;
    }

p
    {
    margin: 0;
    }

p.text, p.flat
    {
    margin-top: 10px;
    }
	
p.text:first-letter
    {
    margin-left: 15px;
    }

img[hspace]
    {
    margin: 12px;
    }

img.intext
    {
     margin: 12px;
     border: 0;
    }

#ctext ul, #ctext ol
    {
	margin: 10px;
    margin-left: 30px;
    }

#ctext li
    {
	margin-bottom: 5px;
    }
	
img.small 
	{
	border: 1px solid #96A0B5;
	}
table.tabl 
	{ 
	border-top: 1px solid #798B9C;
	border-left: 1px solid #798B9C 
	}
table.tabl td, table.tabl th
	{
	padding: 2px;
	border-bottom: 1px solid #798B9C;
	border-right: 1px solid #798B9C 
	}
table.cellcentered td, table.cellcentered th
	{
	text-align: center;
	vertical-align: middle;
	}

.clear
	{
	clear: both;
	}
	
.centered
	{
	text-align: center;
	}
	
.righted
{
	text-align: right;
}
	
ul.map li
	{
	font-weight: bold;
	list-style-type:none;
	}

ul.map li > ul li
	{
	font-weight: normal;
	}
	
textarea.question
{
	width: 99%;
	height: 200px;
}
.controls
{
	border: 1px solid #000;
	padding: 3px;
}
div.question
{
	padding: 10px 0 5px 0;
	font-weight: bold;
}
div.answer
{
	padding: 0 0 7px 5px;
	border-bottom: 1px solid #000;
}
div.q_date
{
	float: right;
	font-weight: bold;
	padding: 0 0 4px 12px;
	font-size: 0.7em;
	color: #555;
}