body td li {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	}

body
{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	background-color: #ffcc99;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
  }

b {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	}

p.rows {
	background-color:#ffd700;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	}

a {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 9pt;
	color: #0000ff;
	text-decoration: underline;
	}
	

a.light
{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
    font-size: 8pt;
	color: #0000ff;
	text-decoration: underline;
}

a:hover
{	background-color:#ffffff;
}



a:visited
 {
	color: #990033;

	}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	color: #ffd700;
	}

h2 {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #ffd700;
      }

h3 { 
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #990033;
	text-align:center;
      }

h4 { 
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #990033;
      }




.smallfont {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold; 
	color: #990033;
	font-size: x-small;
}


.imgleft {
float:left;
border: none;
}



.imgright {
float:right;
border: none;

}



/*** Main container ***/

#container {
background:#ffcc99;
color:#ffebcd;
margin:0;
min-width:750px;
padding:5px;
text-align:center;
}



/*** Main container section ***/

#sitename {
color:#000000;
background:#ffebcd;
height:570px;
width: 750px;
margin:0 5px 1px;
text-align:center;
border: medium double rgb(255,204,153);
}



/*** Top Navbar section ***/

.topnav {
text-align: center;
width:740px;
height:15px;
padding:5px;

}


.navbar {
 width: 35px;
 height: 35px;
 border: thin solid rgb(120,00,33);
 padding:2px;

}

a.menu {
color: #990033;
text-decoration: none;
font-family: verdana;
text-decoration: none;
font-size: 11px;
}



/*** Content section ***/


.content {
background-color:#ffffff;
text-align:left;
padding:5px;
width:710px; 
height:440px;
border: medium double rgb(245,204,99);

}



/*** Footer section ***/
 
.footer {
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}

a.footer
{
	font-family: Verdana, Arial, Helvetica
	font-style: normal;
    font-size: 7pt;
	color: #990033;
	text-decoration: none;
}



