
body	{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #303030;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.mono
{
	font-family: Courier;
	font-size: 10px;
}

th.basictable
{
	font-style: bold;
	background-color: #FFFF30;
	border-bottom-width: 2px;
	text-align: left;
}

table.basictable
{
	border-collapse: collapse;
}

table.datatable
{
	border-collapse: collapse;
	font-size: 12px;
}

td.datatable
{
	border: dashed 1px;
	font-size: 10px;
}

td.datatable.odding
{
	border: dashed 1px;
	background-color: #FFFFC0;
}

th.datatable
{
	
	font-style: bold;
	background-color: #FFFF30;
	border-bottom-width: 2px;
	text-align: left;	
}

table.menutable
{
	border: 0px;
	font-size: 100%
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}

small	{
	font-size: 95%;
}


/* links */

a:link, a:active	{
	text-decoration: underline;
	color: #0270c1;
}

a:visited	{
	color: #0270c1;
}

a:hover	{
	color: #479edf;
}


/* headers */

h1	{
	font-size: 120%;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	color: #0270c1;
}

h2	{
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px 0px 10px 0px;
	color: #0270c1;
}

h3	{
	font-size: 75%;
	color: #0270c1;
	margin: 0px 0px 5px 0px;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited	{
	text-decoration: none;
}

.error
{
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

td.country { color: #0000FF; padding: 0px 20px 0px 0px;  }