body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #550000;
	margin-top: 10;
	margin-bottom: 10;
	margin-right: 10;
	margin-left: 10;
}

a:link
{
	color: #0d0085;
}

a:visited
{
	color: #0d0085;
}

a:active
{
	color: #0d0085;
}

a:hover
{
	color: #1301be;
}

.pagetitle
{
	font-size: 16px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
}

.notice
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ff0000;
}


.tinytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #885f5f;
}

input[type=text] 
{
	background: #fbfcaa;
	border: 1px solid #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0e1b8d;
	font: bold;
}

textarea
{
	background: #fbfcaa;
	border: 1px solid #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0e1b8d;
	font: bold;
}

select
{
	background: #fbfcaa;
	border: 1px solid #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0e1b8d;
	font: bold;
}

/* begin DTdisplaytable */
	.DTdisplaytable
	{
		border:1px solid #F00;
		border-collapse:collapse;
	}
	.DTdisplaytable th
	{
		border:1px solid #0E1B8D;
		border-collapse:collapse;
		padding:3px;
		background-color:#EFE5CF;
		font-size: 12px;
	line-height: 16px;
	}
	.DTdisplaytable td
	{
		border:1px solid #0E1B8D;
		border-collapse:collapse;
		padding:3px;
		background-color:#EAEBFF;
		font-size: 12px;
	line-height: 16px;
	}
	.dataTables_filter
	{
		margin-bottom:3px;
	}
	.DTover
	{
		font-weight:bold;
		color:#000;
	}
/* end DTdisplaytable */