body
{
	margin: 0 0 0 0;
	height: 100%;
	background-image:url(/_img/bg.gif);
}

table
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	vertical-align:top;
	overflow:scroll
}

h1 {
	font-family : Tahoma, Arial;
	font-size : 13px;
	font-weight : bold;
/*	color: #ed7100; */
	color: #000; 
	line-height : 18px;
	margin-bottom: 0px;
}

h2
{
	font-weight:bold;
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
}

.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	vertical-align:top;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.reqfield
{
	color:#FF0000;
	vertical-align: super;
}

.noShow
{
	color:#E3E5E9;
	background-color:#E3E5E9;
	text-decoration:none;
	font-size:xx-small;
	visibility:hidden;
}

a
{
	color:#000000;
	font-style:normal;
	text-decoration:underline;
}

a:hover
{
	font-style:italic;
	text-decoration:underline;
}