

p,table,li,a,h1,h2,h3,h4,h5
{
font-family: 'arial', 'sans serif'; 

}

table,li,a,h1,h2,h3,h4,h5
{
text-align: left;
}


li
{
font-size: 10pt;
}

a.menu
{
font-size: 11pt;
text-decoration:none;
}

p
{
text-align: justify;
}

body
{
background-color:#ffffff;
text-align: center;
background-image: url("Pics/back.jpg");
background-repeat: repeat-x; 

}

body.NOIMAGE
{
background-image: url("");
}

p,li,th,td
{
max-width: 100%;
}
h1
{
font-size: 16pt;
}

h2
{
font-size: 14pt;
}


h3
{
font-size: 12pt;
}


h4
{
font-size: 10pt;
margin-bottom:-0.5px;
}

h5
{
font-size: 8pt;
margin-bottom:-0.1px;
}

h1,h2,h3,h4,h4,h5,hr 
{
color:#483d8b;
}



li 
{
list-style: square;
}

div.img
  {
  margin: 2px;
  border: 1px solid #cccccc;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }

div.MainFrame
{
  border: 1px solid #483D8B;
  height: 900px;
  width: 760px;
  background-color: #ffffff;
  margin: 0 auto; 	
 
}

div.Header
{
  height: 105px;
  width: 760px; 
  margin-left: auto;
  margin-right: auto; 
  background-color: #ffffff;

}
span
{
	cursor: pointer;
}

span.MenuItem, span.MenuSubItem
{
  text-align: center;
  width: 100px;
  max-width: 80px;
  color: #ffffff;
  font-family: arial;
  font-size: 9pt;
  border: 0px solid #000000;

}

span.MenuItemHover
{
  color: yellow;
  text-align: center;
  width: 100px;
  max-width: 80px;
  font-family: arial;
  font-size: 9pt;
  border: 0px solid #000000;

}

span.MenuSubItemHover
{
  text-align: center;
  width: 100px;
  max-width: 80px;
  color: #0055cc;
  font-family: arial;
  font-size: 9pt;
  border: 0px solid #000000;
  text-decoration: underline
 
}


div.Main
{
  border: 0px solid #000000;
  height: 420px;
  width: 760px;
  max-width: 740px;
  background-color: #ffffff;
  float: left;
  padding: 10px; 
  margin: 0 auto; 
  overflow: auto;
}

div.MenuBar,div.SubMenuBar
{
  border: 0px solid #FF0000;
  height: 27px;
  width: 760px;
  max-width: 760px;
  max-height: 50px;
  float: left;
  margin: 0px;
  padding: 0px; 
 
}

div.SubMenuBar
{
  background-color: #B0C0CE;
  font-weight:bold;
}

div.MenuBar
{
  background-color: #000000;
}

span.SubMenu
{
display: none;
}
