BODY
{
	margin: 0px;
	padding: 0px;
	background-color: White;
    font-family: Times New Roman;
    font-size: 12pt;
	color: Black;   
}

#mpHeader
{
    width: 100%;
    height: 119px;
    padding: 0px;
    overflow: hidden;
    background-image: url(../images/01_db_bg.gif);   
}

#mpHeaderTable
{
    padding: 0px;
    margin: 0px;
}

#mpHeaderTable td
{
    width: 1px;
}

#mpHeaderTable th
{
    width: 100%;
}

#mpHeaderSearchArea
{
    position: absolute;
    top: 1px;
    right: 1px;
}

#mpBodyContent
{
    padding: 5px;
}

#mpFooter
{
    width: 100%;
    text-align: center;
    font-size: x-small;
}

.mpImageLink
{
    border: none;
}

.mpError
{
    width: 100%;
    padding: 100px 0px 100px 0px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.searchTipsLink
{
    color: White;
    font-weight: bold;
}

.searchTipsLink:visited
{
    color: White;
    font-weight: bold;
}

.searchSubmit
{
    background-color: Green;
    border: solid 1px white;
    font-weight: bold;
    color: White;
}
