body
{
	background-color: #FFFFFF;
	border: none;
	empty-cells: show;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-family: sans-serif;
	font-size: 15px;
	color: #0087FF;
	margin: 12px 0px 12px 0px;
}

h2
{
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 12px 0px 12px 0px;
}


li
{
	list-style: square;
	margin: 10px 0px 10px 0px;
}


a:link 
{
  color: #0087FF;
  font-family : sans-serif;
  font-size : 12px;
  text-decoration : underline;
  font-style: italic;
  font-weight: bold;
}

a:visited 
{ 
  color: #0087FF;
  font-family : sans-serif;
  font-size : 12px;
  text-decoration : none;
  font-style: italic;
  font-weight: bold;
}

a:hover 
{
  color: #FFAB00;
  font-family : sans-serif;
  font-size : 12px;
  text-decoration : none;
  font-style: italic;
  font-weight: bold;
}

a:active
{
  color: #FFAB00;
  font-family : sans-serif;
  font-size : 12px;
  text-decoration : none;
  font-style: italic;
  font-weight: bold;
}

.copyright
{
	color: #FFFFFF;
	font-family: sans-serif;
	font-size : 10px;
	font-style: italic;
}

.contentbody
{
	margin: 10px 10px 10px 10px;
}

.bnr_text
{
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.black
{
	color: #000000;
}

.white
{
	color: #FFFFFF;
}

.lightgray
{
	color: #F1F1F1;
}

.blue
{
	color: #0087FF;
}

.orange
{
	color: #FFAB00;
}

.bkg_black
{
	background-color: #000000;
}

.bkg_white
{
	background-color: #FFFFFF;
}

.bkg_lightgray
{
	background-color: #F1F1F1;
}

.bkg_blue
{
	background-color: #0087FF;
}

.bkg_orange
{
	background-color: #FFAB00;
}