/* Stylesheet for the articles */

BODY, P, LI, TD, TH, DD, DT
{
	font-size: 12pt;
}

UL,OL
{
	list-style-image: none;
}

H1, H2, H3, H4, H5, H6, TH
{
	font-weight: bold;
}

H2, H3, H5
{
	color: black;
}

H1 { font-size: 18pt;}
H2 {	font-size: 13pt;}
H3 {	font-size: 11pt;}
H4 {	font-size: 10pt;}
H5 {	font-size: 9pt; }

H6
{
	color: #626262;
	font-size: 65%;
	font-weight: normal;
}


A:link    { text-decoration:none;      }
A:visited { text-decoration:none;      }
A:active  { text-decoration:underline; }
A:hover   { text-decoration:underline; }


DIV.articlebody
{
 font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
 font-size:12pt;
 padding-left:40px;
 padding-right:40px;
 margin-left: 10px;
 margin-right: 10px;
 margin-top: 20px;
 margin-bottom:20px;
}

DIV.articlebody IMG
{
 display:block;
 margin-left:auto;
 margin-right:auto;
 border:none;
}

DIV.articlebody P
{
 font-size:12pt;
 color:black;
}

/***************************
Styles for the download list
***************************/

UL.download 
{
	margin-left: 1.5em
}

UL.download LI, LI.download
{
	list-style-image: url(zip.png);
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
}

/******************************
Source code styles 
*******************************/

CODE
{
	color: #000077;
	font-family: "Courier New", Courier, mono;
}

PRE
{
	background-color: #FFFFDD;
	padding: 7pt;
	font: 9pt "Courier New", Courier, mono;
	white-space: pre;
	overflow:auto;
}

.cpp-comment,.cs-comment,.vb-comment	{ color: green; font-style: italic; }
.cpp-keyword,.cs-keyword, .vb-function	{ color: blue; }
.cpp-preprocessor, .cs-preprocessor		{ color: navy; }
.cpp-string,.cs-string,.vb-string		{ color: purple; }
.cpp-literal,.cs-literal,.vb-literal	 { color: midnightblue }
.vb-keyword,.vb-statement  { color: blue; font-weight:normal;}

/*******************************
EOF
********************************/
