/* CSS Document */
body    { font-size: 12px; font-family: Arial; color: #000; }
body    { margin:0px 0px; padding:0px; text-align:center;	}
input   { font-size: 12px; font-family: Arial; color: #000; }
select  { font-size: 12px; font-family: Arial; color: #000; }
.Content{ width:900px; margin:0px auto; text-align:left; border:0px dashed #333; 	}

.txtcol, .tophead
{  	background-color:#d5d5c7;/*#fdf5ce;*/
	border-color:    #fef2f2;/*ffcc99;*/
 	border-style:    ridge;
}
.tophead
{
	z-index:		 0;
	position:		 absolute;
	left:			 0px;
	top:			 0px;
	width:			 1025px;
	height:			 256px;
}
table.roottbl
{	font:         normal 80%/140% arial, helvetica, sans-serif;
	color:        #000;
	background-color: #f1faff;
}

table.roottbl th
{   border:       1px dotted #bbb;
	padding:      .5em;
}
table.roottbl td
{	border:       1px dotted #000;
	padding:      2px 3px 2px 2px;
	font-weight:  bold;
}
table.roottbl caption
{	padding:      0 0 .5em 0;
	text-align:   right;
	font-size:    1.4em;
	font-weight:  bold;
	text-transform: uppercase;
	color:        #333;
	background:       transparent;
}
table.roottbl tr:hover, tr.odd:hover
{	background-color: #cfedff;
	color:            #000000;
}
table.roottbl td:hover
{	background-color: #cfedff;
	color:            #000000;
}
