/*
  style.css, v1.00 2005

  vanderwerf design
  http://www.vanderwerfdesign.com

  Copyright (c) 2006 vanderwerf design
*/

/* comment */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000080;
	margin-top: 16px;
	margin-left: 20px;
}
table {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
}

A:link 	{text-decoration : none;}
A:visited 	{text-decoration : none;}
A:hover 	{
	font-weight: normal;
	text-decoration: underline;
}

.Text {
	font-size: 14px;
	text-decoration: none;
	color : #000080;
}
.H1	{
	font-size: 26pt;
	text-decoration: none;
	color : #000080;
	font-family : "Times New Roman", Times, serif;
}
.H2	{
	font-size: 24pt;
	text-decoration: none;
	color : #000080;
}
.H3	{
	font-size: 18pt;
	text-decoration: none;
	color : #000080;
	font-family : "Times New Roman", Times, serif;
}
H4	{
	font-size: 16pt;
	text-decoration: none;
	color : #000080;
}
H5	{
	font-size: 12px;
	text-decoration: none;
	font-weight : bold;
}
H6	{
	font-size: 10px;
	text-decoration: none;
	font-weight : bold;
}
.PRE	{
	font-family:Courier, monospace;
	font-size: x-small;
}

