body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
}

form
{
	display:inline;
}

table
{
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

td
{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

P
{
	margin-top:0px;
	margin-bottom:20px;
}

a
{
        color: black;
}

h1
{
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B10D0B;
}

h2
{
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color:#B10D0B;
}


HR
{
	height: 1px;
	color: #CC9900;
        margin: 10px;
}

.res
{   padding:10px;


}

.body
{
    color: black;
    font-weight: normal;
    font-size: 10pt;
    padding: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

.context
{
  width: 100px;
  color: #B10D0B;
}

.left
{
    color: white;
    margin-bottom: 0px;
    border-bottom: 1px solid white;
    background: #B10D0B;
    padding: 15px;
}

.right
{
    width:20px;
    background-color: #B10D0B;
}

.left_menu
{
    font-size: 10pt;
    font-weight: bold;
    color: #663300;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #DCAA19;
    cursor: pointer;
}


.menutop
{
	font-size: 10px;
	color: #8D0000;
	font-weight: bold;
	height:22px;
	text-align:center;
	cursor: pointer;
	vertical-align: middle;
}


.pulldowntable
{
	border-collapse: collapse;
	background-color: #DD931A;
}


.pulldowntd
{
	border: 1px solid white;
	padding: 5px;
	font-size: 10px;
	color: white;
	cursor: pointer;
	text-align: center;
}

.pulldowntdhighlight
{
	border: 1px solid white;
	padding: 5px;
	font-size: 10px;
	color: white;
	background-color: #B10D0B;
	cursor: pointer;
	text-align: center;
}

.pulldownbutton
{
	text-align:center;
	border:none;
	font-weight: bold;
	font-size: 11px;
	color: white;
	cursor: pointer;
	height: 18px;
	background-color: #B9C1C4;
	vertical-align: middle;
}
