html, body
{
	margin: 0px 0.1%;
	padding: 0px;

	width: 99.8%;
	height: 100%;

	font-size: 12px;
	font-family: tahoma, arial, sans-sericof;

	background-color: #FDFDFF;

	letter-spacing: 1px;
}

pre
{
	font-family: tahoma, arial, sans-sericof;
}

div.body
{
	width: auto;
	height: auto;
	/*min-height: 95%;*/
}

form
{
	margin: 0px;
	padding: 0px;
}


label
{
	white-space: nowrap;
}

fieldset
{
	font-size: 12px;
	font-family: tahoma, arial, sans-sericof;
}




table
{
	border-collapse: collapse;
}

table td, input, select, option
{
	font-size: 12px;
	font-family: tahoma, arial, sans-sericof;
}

table th
{
	font-size: 12.5px;
	padding-bottom: 2px;
}




input.text, textarea.text
{
	border: 1px solid #BBBBBB;
	margin: 2px 0px 0px;
}

select
{
	width: auto;
	min-width: 100px;
	height: auto;

	border-top: solid 1px #D5D5D5;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #D5D5D5;

	margin: 3px 0px 0px 0px;
}

optgroup
{
	font-weight: normal;
}

input.button
{
	border-top: solid 1px #D5D5D5;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #D5D5D5;

	letter-spacing: 1px;
}






a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #295ca2;
}

a:hover
{
	color: #000000;
}





/*

div.content
{
	width: 100%;
	min-width: 1000px;
	height: auto;
}

*/

br.clear
{
	clear: both;
	height: 20px;
}

br.auto_clear
{
	clear: both;
}

span.left
{
	float: left;
}

span.right
{
	float: right;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}







div.external
{
	margin: 10px 0px;

	text-align: center;
}

div.external ul
{
	margin: 0px;
	padding: 0px;

	list-style: none;
}

div.external ul li
{
	margin: 0px;
	padding: 0px;

	display: inline;
}










div.bannerBottom
{
	position: absolute;
	top: 1200px;
	left: 0px;

	width: 99.8%;
	min-width: 1000px;
	height: 50px;

	text-align: center;

	background-color: #5C5C5C;

	border: 1px solid #C0C0C0;
	border-top: 2px solid #C0C0C0;
}

div.bannerBottom ul
{
	margin: 0px;
	padding: 5px 0px;
}

div.bannerBottom ul li
{
	margin: 0px;
	padding: 0px;

	list-style: none;
	display: inline;
}

div.bannerBottom ul li a
{
	margin: 0px 6px 0px 6px;
}

div.bannerBottom ul li a img
{
	padding: 3px;

	border: 2px groove #C0C0C0;

	width: 88px;
	height: 31px;
}
