/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

p {
margin: 0;
padding: 0;
}

a:link	{
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
}

a:hover	{
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
}
.generaltext
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext1
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext2
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext3
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext4
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.headertext
{font-family:Verdana;font-size:18pt;font-weight:normal;font-style:normal;text-decoration:none;}
.headertext2
{font-family:Arial;font-size:12pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext
{font-family:Verdana;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext2
{font-family:Verdana;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.footertext
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.footertext1
{font-family:Verdana;font-size:1pt;font-weight:normal;font-style:normal;text-decoration:none;}

.no {	display: none;   }

.imageright {
  margin: 5px 0px 10px 20px; 
  padding: 2px;
  float: right; 
  border: 4px solid #FFC352;

}

.imageleft {
  margin: 5px 20px 10px 0px;
  float: left;
  padding: 2px;
  border: 4px solid #FFC352;
}

.imagecenter {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.noborder {
	border: 0;
}

/**End CSS Style*****************************************/
