body {  
    font-family: Arial, Helvetica, sans-serif; 
    background-color: #feffdd; 
    margin-left : 2em; 
    margin-right: 2em; 
    font-size: 90%; 
}

tbody {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}


h1 {
    font-size : 250%;
    font-weight : bold;
    color : #800000;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h2 {
    font-weight : bold;
    color : #006600;
    font-size : 160%; 
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h3 {
	font-weight : bold;
    font-size : 140%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h4 {
	font-weight : bold;
    font-size : 120%;
    color : #006600;
    Font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h5 {
    font-weight : bold;
    font-size : 100%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

h6 {
    font-weight : bold;
    font-size : 80%;
    color : #006600;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif; 
	 text-decoration: none;
	 margin: 0px 0px 0px 0px }


/* Style for h6 links */
h6 a:link {  color: #006600; text-decoration: none; }
h6 a:active {  color: #009900; text-decoration: none; }
h6 a:visited {  color: #006600; text-decoration: none; }
h6 a:hover {  color: #ff0000; text-decoration: none; }	

/* Style for text */

p {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

ul {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

li {
	font-size: 10pt; 
    font-weight : 100%;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif
}

blockquote {
    margin-left : 2em;
    margin-right : 2em
}

a:link {
    color : #0000ff
}

a:visited {
	color : #660099
}

a:hover {
	color : #ff0000
}

a:active {
    color : #DC143C;
}


.tiny {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 60%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.small {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 80%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.medium {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 100%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.big {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 120%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
.strong {
	font-weight : bold
}
.ok {
    color : #006600
}

.error {
    color : red
}

	 
.header {
    color : 800000;
	 font-size : medium } 


/* Style for trail */
div.trail {  font-size: 7pt; 
    text-align: right; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }

div.trail a:active
	{ color: #ff0000; 
	background: #ffffff; }
div.trail a:hover
	{ color: #ff0000; 
	background: #ffffff; }

/* Style for page header */
div.header {  
    font-size: 14pt; 
    text-align: right; 
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif; 
    color: #006600 ; 
    font-weight: normal; 
    clip:   rect(   ); 
    background-position: 10px}

/* Style for green bar */
div.bar { background : #006600; font-size : 20%; }

/* Style for navigation bar */
.navbar
	{ background: #ffeeaa;
	text-decoration: none; }

/* Style for banner */
div.banner 
	{ border: none;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.1em 0.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	background: #006600;
	font-size: 90%; }
div.banner a:link 
	{ color: #ffffff;
	 background: #006600; }
div.banner a:visited
	{ color: #ffeeaa;
	 background: #006600; }
div.banner a:active
	{ color: #ffeeaa; 
	background: #006600; }
div.banner a:hover
	{ color: #ff0000; 
	background: #006600; }

/* Style for footer */
div.footer	{ text-align: center;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 9pt; 
	color: #006600;
	margin: 0; }
div.finish	{ text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	margin: 0; }



