body
{
    border-style: none;
    background-color: #fff;
    background: url(../img/grad.gif) repeat-x;
    margin: 30px 10px 30px 30px;
}

body, input, textarea, select, p, td, th, a
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 10pt;
}

form, p, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
    font-family: Arial,sans-serif;
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 20px;
}

a
{
    color: #0066a7;
    text-decoration: none;
}

a:hover
{
    color: #0066a7;
    text-decoration: underline;
}
/*
form elements
*/
.bbox
{
    width: 220px;
}

.sel
{
    width: 225px;
}

.sbox
{
    width: 60px;
}

.txt
{
    width: 300px;
    height: 60px;
}
/*
block styles
*/
.sep
{
    color: #999;
}

.intro
{
	float: left;
	width: 590px;
	margin-top: 5px;
}

.text
{
	width: 650px;
	margin: 20px 0px 20px 0px;
	text-align: justify;
}

.message
{
	font-weight: bold;
	color: #FF0000;
}

/*
search table style
*/
.sform
{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sform th
{
    padding: 10px 10px 10px 0px;
    text-align: left;
    vertical-align: top;
}

.sform td
{
    padding: 10px 0px 10px 0px;
}

/* login table */

.login th
{
    padding: 10px 0px 10px 20px;
    text-align: left;
    color: #FF0000;
}

.login td
{
    padding: 10px 0px 10px 20px;
}

#iframe
{
    width: 100%;
    height: 20px;
    padding: 0px;
}