/*
body 
{
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	color: #333333;
	background: white;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
*/

p 
{
	padding-bottom: 0;

/*	margin: 0;	
*/	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	color: #000000;
}

ul 
{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	color: #000000;
	list-style-type: square;
	list-style-position: outside;
}

.thinlink 
{
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	line-height: 115%;
	color: #000000;
}

A:link 
{
	color: #555555;
	TEXT-DECORATION: none;
}
A:visited 
{
	color: #555555;
	TEXT-DECORATION: none;
}
A:hover 
{
	color: #000000;
	TEXT-DECORATION: underline;
}

p.copyright 
{ 
	color: #666666;
}

p.small
{ 
	color: #666666;
}


a:link img, a:visited img { border-style: none } /* no border on img links */

/* trick to hide the border in Netscape 4 */
/* hide the next rule from Netscape 4 */
/* undo the color change above */

/*
a img { color: white; }        
@media all {                   
  a img { color: inherit; }    
}
*/

h1, h2, h3 {color: #4f68a5; background: white }

h1 
{ 
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;

	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #284992; 
}
h2 
{ 
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
	color: #284992; 

}

h3 
{ 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
	color: #284992; 
}

pre, code { font-family: monospace } /* navigator 4 requires this */

.inputfield 
{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #000000;
	line-height: 120%;
	background-color: #FFFFFF;
}

.selectfield 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	color: #000000;
	line-height: 120%;
	background-color: #FFFFFF;
}


