/* Style for body */

body {  
    font-family: Arial, Helvetica, sans-serif; 
    background-color: #feffdd; 
    margin-left : 2em; 
    margin-right: 2em; 
    font-size: 10pt; }

tbody {
    font-size: 10pt; 
    font-weight : normal;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

/* Style for headers */

h1 {
    font-size : 200%;
    font-weight : bold;
    color : #800000;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

h2 {
    font-weight : bold;
    color : #5C6665;
    font-size : 160%; 
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

h3 {
	font-weight : bold;
    font-size : 140%;
    color : #5C6665;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

h4 {
	font-weight : bold;
    font-size : 120%;
    color : #5C6665;
    Font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

h5 {
    font-weight : bold;
    font-size : 110%;
    color : #5C6665;
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif }

h6 {
    font-weight : bold;
    font-size : 80%;
    color : #5C6665;
    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; 
	text-decoration: none; }

a:visited {
	color : #660099; 
	text-decoration: none; }

a:hover {
	color : #ff0000; 
	text-decoration: none; }

a:active {
    color : #DC143C;; 
	text-decoration: none; }

.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 : green }

.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 }

div.headercenter {  
	font-size: 14pt; 
	text-align: center; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600 ; 
	font-weight: normal;
	background-position: 10px }

div.headersmall {
	font-weight : bold;
	font-size : 90%;
	color : #006600;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif }


/* Style for green bar */

div.bar { 
	background : #006600; font-size : 20%; }

/* Style for navigation bar */

.navbar
	{ background: #CCCCCC;
	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: normal; 
	text-decoration: none;
	background: #7E8C8B;
	font-size: 90%; }
div.banner a:link 
	{ color: #ffffff;
	text-decoration: none;
	 background: #7E8C8B; }
div.banner a:visited
	{ color: #DCEB78;
	text-decoration: none;
	 background: #7E8C8B; }
div.banner a:active
	{ color: #ffffff; 
	text-decoration: none;
	background: #7E8C8B; }
div.banner a:hover
	{ color: #333; 
	text-decoration: none;
	background: #7E8C8B; }



