@charset "utf-8";
body {
	margin:0;
	padding:0;
	background: #ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7e7e;
}
html {
	padding:0;
	margin:0;
}

h1
{
	font-family:trebuchet, "Trebuchet MS", sans-serif;
	font-size:18px;
	font-weight:normal;
}

h2
{
	font-family:trebuchet, "Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-bottom:3px;
	margin:0;
	color:#000;
}

a:link 
{
	font-size:100%;
	color: #0b619f;
	text-decoration: none;
}

a:visited 
{
	color: #0b619f;
	text-decoration: none;
}

a:hover 
{
	color:#0066CC;
	text-decoration: underline;
}

.txt11
{
	font-size:11px;
}

.txt10
{
	font-size:10px;
}

.redtxt
{
	color:#990000;
}

a:active 
{
	color: #0b619f;
	text-decoration: none;
}


/* Form START */
.Form_Bg
{
	width:100%;
	border:1px solid #d7d7d7;
}

.Form_Bg td
{
	padding:5px;
}

.Form_Bg .textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px;
}

.Form_Bg .lengthsize
{
	width:350px;
}

