﻿body 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
}

a { text-decoration:none }
img {border: 0px }

#t-top-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 400px;
	border: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#t-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top: 0px;
	width: 400px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#t-style th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#t-style td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#t-style tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}