/* 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;
    }
#ctext a
{
    text-decoration: none;
    border-bottom: 1px solid #A1A5A9;
}
#ctext a:hover
{
    border-bottom: 1px solid #000;
}
#imap a
{
	border: 0 !important;
}
h2 a
    {
    color: inherit;
    font: inherit;
    text-decoration: none;
    }
.newshead a
{
	border-bottom: 1px solid #A1A5A9;
}
	.newshead a:hover
	{
		border-bottom: 1px solid #000;
		text-decoration: none;
	}

a img
	{
	border:none;
	}

.newspre
    {
    margin-left: 3px;
    }

.newsdate
    {
    font-size: 10px;
    margin-left: 3px;
    color: #444;
    }

.title
    {
	font-weight: bold;
    }

p.sign, #ctext p.sign
    {
    text-align: right;
     margin: 10px 0;
    }

p.title, #ctext p.title
    {
    margin: 15px 0 10px 0px;
    text-align: center;
    }

p
    {
    margin: 0;
    }

p.text, p.flat, #ctext p
    {
    margin-top: 10px;
    text-align: justify;
    }
	
p.text:first-letter, #ctext p:first-letter
    {
    margin-left: 15px;
    }

#ctext p.flat:first-letter, #ctext p.title:first-letter
{
    margin-left: 0;
}

#ctext h3
{
    font-size: 13px;
    font-weight: bold;
	text-align: center;
	margin: 15px 0 10px 0px;
}

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;
}
ul.q_topics
{

}
#ctext ul.q_topics li
{
	margin-bottom: 15px;
}