/* General Classes */
.clear{clear:both}

body
{
	background-color: white;
/*
	color: #000080;
*/
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: navy;
}

table
{
  border-collapse: collapse
  background-color: #FFFF99;
}

td
{
  align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: navy;
}

p
{
	text-align: justify;
}

.m-btm-10
{
	margin-bottom: 10;
}

.center
{
	text-align: center;
}

ul, ol
{
	text-align: justify;
}

.m-btm-0
{
	margin-bottom: 0;
}

.m-btm-5
{
	margin-bottom: 5;
}

.m-btm-10
{
	margin-bottom: 10;
}

.m-btm-20
{
	margin-bottom: 20;
}

.blk-txt
{
	color: #000;
}

.red-txt
{
  color: red;
}

.blue-txt
{
  color: blue;
}

.gray-txt
{
  color: gray;
}

/* Content */
h1
{
	color: #0000FF;
	font-size: 1.3em;
	font-weight: bold;
}

h2
{
	color: #0000FF;
	font-size: 1em;
	font-weight: bold;
}

h3
{
	color: #0000FF;
	font-size: 2em;
  font-weight: bold;
}

h4
{ 
  color: #0000FF;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

p.back-to-top a:link, p.back-to-top a:active, p.back-to-top a:visited
{
	font-size: 0.85em;
	color: #808080;
}

p.back-to-top a:hover
{
	font-size: 0.85em;
	color: #FF0000;
}

/* Standard Table */

table.standard
{
	border: solid #000080 0.025em;
	background-color: #B7C1D0;
	border-collapse: collapse;
  padding: 5;
}

table.standard th
{
	border: solid #000080 0.025em;
	background-color: #B7C1D0;
	border-collapse: collapse;
  padding: 5;
}

table.standard th A
{
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	color: blue;
	text-decoration: none
}

table.standard th A:hover
{
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
  color: red;
	text-decoration: none
}

table.photostrip.td
{
	font-color: navy;
	border: solid #000080 0.025em;
	border-collapse: collapse;
}

table.standard td
{
	border: solid #000080 0.025em;
	vertical-align: top;
  padding: 10;
}

table.standard td A
{
	font-family: Arial;
	color: blue;
	text-decoration: none
}

table.standard td A:hover
{
	font-family: Arial;
  color: red;
	text-decoration: none
}

table.standard ol
{
	margin-left: 2.2em;
  margin-top: 0em;
  margin-bottom: 0em;
}

table.standard li
{
	margin-top: 0em;
	margin-bottom: 0em;
}

table.standard li.m-btm-0
{
	margin-bottom: 0em;
}

table.standard li.m-btm-5
{
	margin-bottom: 0.5em;
}

table.standard ul
{
	margin-left: 1.8em;
  margin-top: 0em;
  margin-bottom: 0em;
}

table.standard ul li
{
	margin-top: 0em;
	margin-bottom: 0em;
}

table.no_border td
{
	border: none;
	font-size: 0.85em;
	border-collapse: collapse;
}

table.main-txt tr
{
}

/* mobile */
#topmenu
{
	display: none;
}
/* end mobile */

hr.SectionDivide
{
	height: 1px;
	color: darkblue;
	background-color: darkblue;
	border-width: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
}