body
{
	font: .8em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

ol
{
	margin:0;
	padding: 0 1.5em;
}

table
{
	color:#000;
	background:#f39929;
	border-collapse:collapse;
	width:500px;
	border:5px solid #f2bb78;
}

thead
{

}

thead th
{
	padding:1em 1em .5em;
 	border-bottom:1px dotted #FFF;
 	font-size:120%;
 	text-align:left;
}



thead tr
{

}

td
{
	padding:.5em 1em;
}



tbody tr.odd td
{
	background:transparent url(tr_bg.png) repeat top left;
}

tfoot
{

}

tfoot td
{

	padding-bottom:1.5em;
}

tfoot tr
{

}


* html tr.odd td
{
	background:#C00;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale');
}


#middle
{
	background-color:#900;
}

a:link, a:visited, a:hover, a:active{
font:bold 18px Georgia,"Times New Roman",Times,serif;
text-decoration:none;
}

a:link{
color:#FF6600;
}

a:visited{
color:#000000;
}

a:hover, a:active {
color: #366;
text-decoration: underline;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

h4 {
	font-size: 18px;
	font-color: red;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}


