/* Created by Annette Wegscheider			*/
/* Copyright 2003, Lithops Software, Inc.	*/

/* Default body style 					*/
body
{
	background-color: White;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Default styles for links 					*/
/* unvisited links 	*/
a:link    { color: Blue ;text-decoration : none;}
a:visited { color: Blue ; text-decoration : none;}		/* visited links	*/
a:hover   { color: #00AA00; text-decoration : none; } 		/* user hovers		*/
a:active  { color: #33ddff; text-decoration : none; }		/* active links		*/

/* Default text formatting span definitions 			*/
/* bold text 							*/
span.bold 
{ 
	font-weight: bold 
}

hr {
	color: #333399;
	height: 1px;
	background-color: transparent;
}

/* Paragraph definitions 					*/

p.copyrighttext
{
	font-size: 10px;
	margin-top: 0em;
	line-height: 1.5;
}

/* Heading styles 						*/

h1
{
	color: Black;
	font-size: 24px;
	font-weight: bold;
	margin-bottom : 5px;
	margin-top : 5px;
}



/* Standard text in table cells 				*/
td
{
  color: Black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 0em;
  margin-right: 0em;
  text-decoration: none;
  text-indent: 0em;
  text-transform: none;
  line-height: 1.5
}


