BODY, P, h1, H2, H3, H4, H5, H6, LI, td, TH, DD, DT
{
    color: #003366;
}
BODY 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	margin : 0px 0px 0px 0px;
	background-image : url(../images/back.jpg); 
	background-repeat : repeat-y;
}
td
{
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 9pt;
}
td.c1 
{
	background-color: #F2D2D2
}
tr
{
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 9pt;
}
A
{
	color: blue;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
.UTIL
{
    color: green;
    text-decoration: none;
    font-weight: bold;
}
.BIGA
{
	color: #003366;
	text-decoration: none;
	font-size : 12pt;
	font-weight: bold;
}
.BIGA:hover
{
    color:white;
    text-decoration: none;
}
.NAMEA
{
	color: #003366;
}
.NAMEA:hover
{
	text-decoration: none;
}
.H1A
{
	color: #003366;
}
.H1A:hover
{
    color: blue;
    text-decoration: none;
}
.MenuGroup
{
    margin-left: 10px;
}
.SMENU
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #192A84;
	font-style : italic;		
}
.PHEADER
{
	font-family : "Univers 55";
	font-size: 14pt;
	font-weight: bold;
}
.include
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #003366;
}
.sponsor
{
	font-family: Verdana, Arial, Helvetica, "sans-serif font-size";
    font-size:  7pt;
}
.freeware
{
	font-family : "Univers 45 Light";
	font-size: 10pt;
    color: #003366; 
    font-weight: bold;
}
.sectionheader
 {
	font-family: "Univers 55";
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
	letter-spacing : -1px;
}
PRE
{
	background-color: #F0F0F0;
	padding: 7pt;
	font: 9pt "Courier New", Courier, mono;
	white-space: pre;
	overflow:auto;
	margin-left:20px;
	margin-right:20px;
}
.py_keyword
{
    color: Navy;
    font-weight: bold;
}
.py_class
{
    color: Blue;
    font-weight: bold;
}
.py_name
{
    color: Teal;
    font-weight: bold;
}
.py_number
{
    color: Teal;
    font-weight: normal;
}
.py_string
{
    color: Olive;
    font-weight: normal;
}
.py_comment
{
    color: Green;
    font-weight: normal;
}
.py_code
{
    background-color: #F0F0F0;
    padding: 2pt;
	font: 8pt "Lucida Console", Courier, mono;
	font-weight: bold;
}
li.c1 
{
	list-style: none
}
li.inline 
{
	list-style: none; 
	display: inline
}
.center 
{
	text-align: center
}
img.noborder
{
	border: none
}
img.border1
{
	border-style: solid;
	border-width: thin;
}
table.center
{
	margin-left: auto; 
	margin-right: auto;
}