h1	
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 180%; 
	color: #000000;
	font-weight: bold;
}

h2
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 160%;
	color: #CC0033;
	font-weight: bold;
}

h3
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 140%; 
	color: #666666;
	font-weight: bold;
}

h4
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 120%;
	color: #CC0033;
	font-weight: bold;
}

h5
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 110%;
	color: #CC0033;
	font-weight: normal;
}

h6
{ 
	font-family: Verdana, helvetica, sans-serif; font-size: 105%;
	color: #CC0033;
	font-weight: normal;
}

body
{	
	font-family: Verdana, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 80%;
}

p 
{
  font-family: Verdana, helvetica, sans-serif;
}
		
td 
{ 
	font-family: Verdana, helvetica, sans-serif;
	font-size: 80%
}

td.alternate
{ 
	font-family: Verdana, helvetica, sans-serif;
	font-size: 80%;
	background-color: #EEEEEE;
}

table
{
	font-family: Verdana, helvetica, sans-serif;
	border-collapse: collapse;		
}

table.borderless
{ 
	font-family: Verdana, helvetica, sans-serif;
	border-style: none;
}

th
{ 
	font-family: Verdana, helvetica, sans-serif;
	background-color: #CC0033;
	color: #FFFFFF;
	font-size: 80%
}

th.borderless
{ 
	font-family: Verdana, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #CC0033;
	font-size: 80%
}

th.vertical
{ 
	font-family: Verdana, helvetica, sans-serif;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 80%
}

tt 	{ font-family: Verdana, helvetica, sans-serif; }

ul 	{ font-family: Verdana, helvetica, sans-serif; }

li 	{ font-family: Verdana, helvetica, sans-serif; }

li.subList
{
	font-family: Verdana, helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: lower-roman;
}

ol 	{ font-family: Verdana, helvetica, sans-serif; }

blockquote { font-family: Verdana, Helvetica, sans-serif;}

/*******************************************************************************/
/* Doxygen support style information. */

A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
A.codeRef { font-weight: normal; color: #4444ee }
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
TD.md { background-color: #EEEEEE }
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }

