BODY, TABLE {FONT-FAMILY:Arial, Helvetica, sans-serif;FONT-SIZE:small;}

H1{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:medium;
	font-weight: bold;
}

H2{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:small;
	font-weight: bold;
}

A{/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;*/
	/*font-weight: bold;*/
	color: #000099;
	text-decoration: underline;}

A:hover{

	text-decoration: none;
	background-color:#000099;
	color: White;

}

.topRow{
	background-color:White;
	background-image:/images/topHeader.jpg;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	 }

.topHead{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:16pt;
	font-weight: bold;
	
}

.MenuTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
}

.topSecondary{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE:12pt;
	font-weight: bold;
	
}

.TopOfContentCell
{
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#000000;
}

.ContentCell{
	padding:10px;
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#000000;
	background-repeat:no-repeat;
	min-height:578}

.PictureDesc{
border-top-style:dashed;border-bottom-style:dashed;border-width:1px;border-color:#000000;
}

.leftNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:2px;
	background-color:White;
}
.leftNav:hover{
	background-color:#000099;
	color: White;
}
.errorMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0101;
	text-decoration: none;
	padding:2px;
}

/*Rounded corners*/

div.Round {
  xwidth:65%;
  border: 1px solid #005000; }
  
div.Round {
  background: 
	url('../test/images/custom_corners_topleft.gif') no-repeat top left;
   xwidth:65%
  }
  
div.Round p {
  background: 
	url('../test/images/custom_corners_topright.gif') no-repeat top right;
  xfont-size:1.3em;
  padding:15px;
  margin:0
  }
  
div.RoundBody {
  background: 
	url('../test/images/custom_corners_rightborder.gif') repeat-y top right;
  margin-top:-2em;
  padding:15px; margin-left:0; margin-right:0; margin-bottom:0
  }
div.RoundFooter {
  background: 
	url('../test/test/images/custom_corners_bottomleft.gif') no-repeat bottom left;
  }
div.RoundFooter p {
  background: 
	url('../test/images/custom_corners_bottomright.gif') no-repeat bottom right;
  display:block;
  padding:15px;
  margin-left:0; margin-right:0; margin-top:-2em; margin-bottom:0
  }
