
/* PcFix Global styles */
/*==============================================*/

.hideme /* Used to hide and collapse a block of text*/
{
  font-size: 0pt;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal; 
  visibility: hidden;
  height: 0px;
} 

.showme /*used to show a block of text*/
{
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal; 
  visibility: visible;
}

.sidespace {padding-left: 15px;}
.topspace {padding-top: 15px;}

/*===============================================*/

/*These must be in this order, LVFHA */
a:link {color: #598BBE}     /* unvisited link */
a:visited {color:#598BBE}  /* visited link */
a:focus {color:#4A2885}  /* focused link */
a:hover {color: #4A2885}   /* mouse over link */
a:active {color: #4A2885}   /* selected link */

a.nomarge
{
  color: #598BBE;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
}

/*These must be in this order, LVFHA */
a.nomarge:link {color: #598BBE}     /* unvisited link */
a.nomarge:visited {color:#598BBE}  /* visited link */
a.nomarge:focus {color:#4A2885}  /* focused link */
a.nomarge:hover {color: #4A2885}   /* mouse over link */
a.nomarge:active {color: #4A2885}   /* selected link */

a.nomarge1
{
  color: #598BBE;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
}

/*These must be in this order, LVFHA */
a.nomarge1:link {color: #E5ECF9}     /* unvisited link */
a.nomarge1:visited {color:#45459D}  /* visited link */
a.nomarge1:focus {color:#4A2885}  /* focused link */
a.nomarge1:hover {color: #45459D}   /* mouse over link */
a.nomarge1:active {color: #4A2885}   /* selected link */

a.naked
{
  color: #598BBE;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
}


body
{
  font-family: Verdana, Arial, Helvetica;
	color: #182863;
	background-image: none;
	font-size: 10pt;
}

h1
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 18pt;
}

hr {color: #135192;}

hr.menu 
{
  margin-bottom: 0px;
  color: #135192; height: 1px;
}

img.border
{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

label.standard
{
  float: left;
  width: 150px;
}

li
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal; 
  text-align: left;
}

small
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal; 
  text-align: right;
}

table.wholepage
{
  border-left-style: solid;
  border-left-color: #E5ECF9;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #E5ECF9;
  border-right-width: 1px;
}

td.noleft  {border-left-style: none;}
td.noright {border-right-style: none;}
td.right {
  border-right-style: solid;
  border-right-color: #191970;
  border-right-width: 1px;
}

th
{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal; 
}
