body
{
      behavior: url("/css/csshover3.htc");
		background: #f5f2e7;
		padding: 0px;
		margin: 0px;		

	   font-size: 16px;
	   font-family: "Calibri", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	   color: #444444;
	   text-align: justify;
}

img
{
      border: 0px;
}

table
{
   font-size: 16px;
}

table.sidebar
{
   background: url("/images/bg.png") no-repeat;
}

a
{
   color: #361a00;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

h1
{
   font: normal 17px Tahoma, Verdana, Arial;
   line-height: 15px;
}

h2
{
   font: normal 16px "Calibri", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
   line-height: 15px;
}

h2.sidebar
{
   font: normal 12px Tahoma, Verdana, Arial;
   line-height: 12px;
   color: #999999;
}

li
{
   font-size: 16px;
   line-height: 18px;
}

div.master
{
	width: 800px;
   position: absolute;
   left: 50%;
   margin-left: -400px;
}

div.content
{
      position: relative;
      margin: 0px auto 0px auto;
      width: 800px;
}



