body
{
  background-color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* general styles ****/
caption { display: none; }
p { margin-top: 0px; margin-bottom: 10px; line-height: 13px; }
.shadow { filter: progid:DXImageTransform.Microsoft.Shadow(Color=#3F3F3F, Direction=135, Strength=3); }

.subtitle
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #195A9C;
  padding-top: 2px;
  padding-left: 0px;
  padding-bottom: 4px;
  border-top: 3px solid white;
  text-align: left;
}

/* input form styles ****/
.label
{
  font-size: 11px;
  padding-left: 10px;
}

.text
{
  font-size: 11px;
	color: black;
}

h3
{
  font-size: 11px;
  color: black;
  font-weight: bold;
}

.header3
{
  font-size: 11px;
  color: #195A9C;
  font-weight: bold;
}

.inputField
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  border: 1px solid black;
}

/* background styles ****/
.bgBlue, .navBarText, .overlayS TABLE, .popupFooter
  { background-color: white; }

.bgLightBlue, select, .optionRubric
  { background-color: #E2E5EC; }

.bgLightGray
  { background-color: #EBEEF1; }

.bgWhite
  { background-color: white; }

/* font styles ****/
.fontSmall { font-size: 9px; }
.fontMedium { font-size: 11px; }


/* padding styles ****/
.pd10 { padding: 10px; }

.pdL05 { padding-left: 5px; }
.pdL10 { padding-left: 10px; }
.pdL20 { padding-left: 20px; }
.pdL40 { padding-left: 40px; }

.pdR04 { padding-right: 4px; }
.pdR05 { padding-right: 5px; }
.pdR10 { padding-right: 10px; }
.pdR20 { padding-right: 20px; }
.pdR40 { padding-right: 40px; }

.pdT04 { padding-top: 4px; }
.pdT05 { padding-top: 5px; }
.pdT10 { padding-top: 10px; }

.pdB5 { padding-bottom: 5px; }
.pdB07 { padding-bottom: 07px; }
.pdB08 { padding-bottom: 08px; }
.pdB10 { padding-bottom: 10px; }


/* margin styles ****/
.mg00 { margin: 0px; }


/* border styles ****/
.noBorder { border: 0px; }
.bdrL { border-left: 1px solid black; }
.bdrR { border-right: 1px solid black; }
.bdrT { border-top: 1px solid black; }
.bdrB { border-bottom: 1px solid black; }


/* spacer styles ****/
.spacer5 { height: 5px; }

.navseperator { height: 10px; }


/* href styles ****/
.hand { cursor: pointer; cursor: hand; }
a:link	{ color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: black; text-decoration: underline }


/* navigation style ****/
.navBarText
{
  font-size: 10px;
  color: #195A9C;
}

.menu
{
  font-size: 11px;
	text-align: left;
  color: black;
	background-color: #E2E5EC;
  padding-left: 5px;
	padding-top: 5px;
  padding-bottom: 3px;
  line-height: 13px;
}

.menuActive, .menuActive a:link, .menuActive a:visited
{
  color: #195A9C;
  font-weight: bold;
}

.menuOver
{
  cursor: pointer;
  cursor: hand;
	text-decoration: underline; 
}

.artitem
{
  font-size: 11px;
	text-align: left;
  color: #000000;
  padding-left: 5px;
	padding-top: 3px;
  padding-bottom: 3px;
  line-height: 13px;
}

.artitemOver
{
  font-size: 11px;
	text-align: left;
  color: 000000;
  padding-left: 5px;
	padding-top: 3px;
  padding-bottom: 3px;
  line-height: 13px;
	cursor: pointer;
  cursor: hand;
	text-decoration: underline; 
}

.disabled
{
  font-size: 11px;
  color: #666666;
}

.menuBorder
{
  border-top: 2px dotted #003399;
  border-bottom: 2px dotted #003399;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

select
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

.optionRubric
{
  font-size: 10px;
}

.optionPage, .optionLink
{
	font-size: 9px;
	padding-left: 10px;
  background-color: white;
}

/* page article overlay style ****/
.overlay TABLE
{
  background-color: gray;
  cursor: pointer; cursor: hand;
  filter: alpha(opacity=20);
  -moz-opacity:0.2;
  opacity:0.2;
}

.overlay img, .overlayS img
{
  filter: alpha(opacity=60);
  -moz-opacity:0.6;
  opacity:0.6;
}

.overlayS TABLE
{
  cursor: pointer; cursor: hand;
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  opacity:0.3;
}

.popupTable
{
  background-color: white;
  border: 1px solid black;
  filter: alpha(Opacity=95, FinishOpacity=85, Style=2, StartX=0, StartY=0, FinishX=0, FinishY=0);
  -moz-opacity:0.95;
  opacity:0.95;
}

.popupHeader 
{
  background-color: #FFFFFF;
  border-bottom: 1px solid black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
}

.popupAbstract
{
  background-color: white;
  border-bottom: 1px solid black;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: black;
  padding-left: 4px;
  padding-right: 4px;
}

.popupFooter
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.subtitle2
{
  font-size: 13px;
	font-weight: bold;
	text-align: center;
  color: #D81D1E;
  padding-left: 10px;
}

.pageNumber
{
  font-size: 10px;
	font-weight: bold;
  color: #195A9C;
}

.publicationDate
{
  font-size: 13px;
  font-weight: bold;
	text-align: center;
  color: #195A9C;
  padding-left: 10px;
}

.emphasize
{
  font-size: 11px;
  font-weight: bold;
  color: #90976C;
  text-align: center;
}

.navInfo
{
  font-size: 11px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 2px;
}

/* article styles ****/
.artNav     { font-size: 11px; color: #003399; text-align: center; padding-right: 2px; cursor: pointer; cursor: hand; }
.artNavSel  { font-size: 11px; color: #666666; text-align: center; padding-right: 2px; }
.artNavSel a:link, .artNavSel a:visited
{
  color: #666666;
}

.artHeader
{
  font-size: 16px;
  font-weight: bold;
}

.artAuthor
{
  font-size: 12px;
  color: #666666;
}

.artBody
{
  font-family: Arial;
	font-size: 12px;
}

/* other ****/
.body
{
  font-family: Arial;
	font-size: 12px;
}

.footer
{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #003399;
}

.btnImg
{
  position: relative;
  top: 2px;
}