body, table, tr, td, p, ul, li
	{
        margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
        color: 000066;
        font-weight: bold;
        vertical-align: top;
        }

body
        {
        background-color: #FFFFCC;
        }

.bgbody
        {
        background-color: #FFFFCC;
        }

A:link, A:visited, A:active
	{
	text-decoration: none;
	color: #000066;
	}

A:hover
	{
	text-decoration: underline;
	color: #CC9933;
	}

table.header
	{
        background-color: #FFFFFF;
        }
	

td.bottom
	{
        vertical-align: bottom;
        }

td.right
	{
        text-align: right;
        }

td.center
	{
        text-align: center;
        }


p
	{
        margin-top: 0px;
        margin-bottom: 0px;
	}



.btn_lan
	{
        text-transform: uppercase;
	font-size: 11px;
        color: #000;
        margin: 10px;
	}



