/* Default style for links */
a:link    { color: #0000CC}
a:visited { color: #9999CC}
a:active  { color: #0000CC}
a:hover   { color: #990033}

/*--------------------------------------------------------------*/
/*  Default style						*/
body
{
	background-color: #FFFFFF;
	margin : 0em 0em 0em 0em;
}

/*--------------------------------------------------------------*/
/*  Definition for Footnotes in tables				*/
span.Footnote
{
  font-family: Arial, sans serif;
  font-size: 8px;
  vertical-align: super
}
/*--------------------------------------------------------------*/
/*  Font definition for DRAFT at 				*/
/*  the bottom of topics in a draft book			*/
span.draft
{
  font-family: Arial, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #333399;
}


/* use this style for the information that appears in Normal.asp, to exclude it from search */
span.titleinfonormal
{
	font-family: Arial, sans serif;
	font-size: 12px;
}
span.titleinfoitalic
{
	font-family: Arial, sans serif;
	font-size: 12px;
	font-style: italic;
}

/*--------------------------------------------------------------*/
/* Horizontal rule 					*/
hr 
{
	color: #bccaec;
	height: 3px;
	background-color: transparent;
}
/*--------------------------------------------------------------*/
/* Formatting for Table Captions			*/
caption 
{
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
}

/*--------------------------------------------------------------*/
/* Formatting for Bullets
ul
{
	list-style-image: url(images/bullet.gif);
}                                       */
