/* The content of the posts (body of text) */
body{
	background: White;
	color: #000000;
	margin: 6px;
	padding: 0;
}

/* General page style */
a:link,a:active,a:visited,a.postlink{color:#006699;text-decoration:none}
a:hover{color: Red;}

td.header{
	background: #005eb2 url(images/th.gif);
	color: Yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 88px;
	white-space: nowrap;
}

td.img {
	background-color: #F2F6FC;
}

/* a class for all Tigra Hints boxes, TD object */
td.hintsClass	{
	color: Navy;
	background-color: #F2F6FC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}

/* this class is used by Tigra Hints wrappers */
.row {
	background: white;
	}
	
table.descr {
	background-color: White;
	border: 1px solid #7BBFFF;
}

td.descr{
	background: #98D1FC url(images/thdescr.gif) repeat-x;
	color: Yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-weight: bold;
	height: 37px;
	white-space: nowrap;
	border-left: #98D1FC;
}

td.blank{
	background: White;
	color: Yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1%;
	font-weight: bold;
	height: 37px;
	white-space: nowrap;
	border-left: #98D1FC;
}

.ItemBody {
	font-family: Verdana;
	font-size:11px;
	padding: 5px;
	text-align: justify;
}

