body
{
    top: 0px;
    left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

table, td, form, span, ul, a, .CommandButton
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
}

/* The main body of each page */
.MainBody
{
	margin-top : 5px;
}

.Alert
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	background:white;
	color:red;
	margin-top : 10px;
}

/* The single-line page tip defined in the footer area */
#tipSpan
{
	/* position: absolute; */
	width : 600px;
	padding: 0 0 0 145px;
	z-index : 1;
}

/* The single-line text at the top of each page to show you where you are in the program */
#LocatorText
{
    font-size : 7pt;
    font-weight : bold;
    color : #1A1A1A;
	margin-top : 10px;
}

/* The trademark message at the bottom of the page */
.FooterTextFont
{
    font-size:8pt;
}

#searchBox input
{
    width:120px;
    margin-left:10px;
}
