.subtitle
{
	padding:5px 0 0 0;
	margin:0 0 10px 0;
	font-size:14px;font-weight:bold;
	color: #334763;
}

table.tableData
{
	width: 95%;
	border:1px solid #647a97 !important;
	background:#fffce7;
	border-collapse:separate;
}

.tableData td
{
	border:0;
	border-top:1px solid #647a97;
	padding:4px;
	margin:0;
	color: #000;
}

.tableData th
{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #daebf5;
	background: #647a97;
	text-transform:uppercase;
}

.tableData th a, .tableDate th p
{
	color: #fff;
}

.tableData tr:hover
{
	background: #f9f6d9;
}

.tableBox
{
	border: 1px solid #647a97;
	font-size: 11px;
	background: #fffce7;
	color: #000;
	padding:3px;
}

/*
Inherit stock styles
*/

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 130%;
	color: #334763;
}

a{	color:#8d5124;}
a:hover {color:#8d5124;text-decoration: none;}
