body
{
	margin: 2px 0px 3px 0px;
	background-color: #23415d;
}

input, textarea, select.style
{
	border: dotted;
	border-color: #f3b500;
	border-width: 1px;
	background: #162d43;
	color: #f3b500;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

/* TR, TD */
tr, td
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #cccccc;
}

tr.head, td.head, table.head
{
	background: #162d43;
}

tr.item, td.item
{
	background: #23415d;
}

tr.item_alt, td.item_alt, table.item_alt
{
	background: #162d43;
}


.tbrdr
{
	background: #3a597e;
}

/* PADDING */

.paddingbottom
{
	padding-bottom: 8px;
}

.paddingtopbottom
{
	padding-top: 6px;
	padding-bottom: 8px;
}

/* TEXT */

.small
{
	font-family: Tahoma, Verdana;
	font-size: 10px;
}

a
{
	color: #f3b500;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

a:hover
{
	color: #f3b500;
	text-decoration: none;
}

p
{
	text-align: justify;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #cccccc;
}
