A:link  {
	font-size : 10pt ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : underline;
	color : Black;
}
  
A:active  {
	font-size : 10pt ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : none;
	color : #333333;
}
 
A:visited {
	font-size : 10pt ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : underline;
	color : Black;
}

A.menu:hover  {
	font-size : 10pt ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : none;
	color : #ffffff;
	background-color : #336666;
}

A:hover  {
	font-size : 10pt ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : none;
	color : #000000;
	background-color : #FFFFFF;
}
.title {
	font-size : 16pt;
	line-height: 22pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #999999;
	font-weight : bold;
	margin: 22pt;
}
.header {
	font-size : 12pt;
	font-family : Verdana Geneva Arial Helvetica sans-serif;
	color : #333333;
}

.default{
	font-size : 10pt;
	font-family : Verdana Geneva Arial Helvetica sans-serif;
	color : #333333;
}

.newtype{
	font-size : 10pt;
	font-family : Verdana Geneva Arial Helvetica sans-serif;
	color : #ffffff;
}


/* old CSS */

BODY {
		font-family: Arial;
		font-size: 10pt;
}

P {
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		font-style: normal;
		text-indent: 0pt; /* 20 */
		margin-top: 8pt;
		margin-bottom: 8pt;
		text-align : justify;
}

P.pull {
		font-family: Garamond;
		font-size: 11pt;
		font-style: italic;
		color: #880000;
}

P.howto {
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		color: #880000;
		text-align : justify;
}
.credit {
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		font-style: normal;
}

/*
B {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
}
*/

b.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		Line-height: 20pt;
		font-size: 16pt;
		font-weight: bold;
		color: #333333;
		/*color: #800000;*/
}

b.cap {
		font-family: Garamond;
		Line-height: 11pt;
		font-size: 9pt;
		font-weight: normal;
		color: #800000;
}

.color {
		font-family: Arial;
		font-size: 12pt;
		color: #800000;
}

table.bor	{
		border-style: inset;
}

/* Lists */

ol {
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		font-style: normal;
		text-indent: 0pt; /* 20 */
		margin-top: 8pt;
		margin-bottom: 8pt;
		text-align : justify;
}

ul {
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		font-style: normal;
		text-indent: 0pt; /* 20 */
		margin-top: 8pt;
		margin-bottom: 8pt;
		text-align : justify;
}

li {
		font-family: Arial;
		font-size: 10pt;
		color: #333333;
		font-style: normal;
		text-indent: 0pt; /* 20 */
		margin-top: 8pt;
		margin-bottom: 8pt;
		text-align : justify;
}

/* source code */

.code{
	font-family : "Courier New", Courier, monospace;
	font-size : 8pt;
	line-height : 10pt;
	color : Maroon;
	background-color : cfcfcf;
	margin-left : 10px;
	margin-right : 10px;
	padding : 12px;
}

.codecomment{
	color : Green;
}
