﻿body	{background-color: white; margin: 10px; font-family: arial; color: black;}

td	{font-size: 10pt; color: black;}
li  {font-size: 10pt; margin-bottom: 4pt;}
p	{font-size: 10pt; color: black;}

h1		{font-size: 24pt; margin-bottom: 0;}
h2		{font-size: 18pt; font-weight: bold; margin-bottom: 0;}
h3		{font-size: 12pt; font-weight: bold; margin-bottom: 0;}
h4		{font-size: 10pt; font-weight: bold; margin-bottom: 0;}
h5		{font-size: 12pt; font-weight: normal;margin-top: 0;}
h6		{font-size: 10pt; font-weight: bold; margin-top: 0;}

.large  {font-size: 11pt;}
.small  {font-size: 8pt;}

a:link 	    {color: #000040; text-decoration: underline;}
a:active 	{color: #000040; text-decoration: underline;}
a:visited 	{color: #000040; text-decoration: underline;}
a:hover 	{color: #0000FF; text-decoration: underline;}

/*Menu*/
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	width: 200px;
	height: 30px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	background-image: url('../images/buttons/1tmp.gif');
}
#menu a:active {
	display: block;
	width: 200px;
	height: 30px;
	text-decoration: none;
	color: black;
}
#menu a:visited {
	display: block;
	width: 200px;
	height: 30px;
	text-decoration: none;
	color: black;
}
#menu a:link {
	display: block;
	width: 200px;
	height: 30px;
	text-decoration: none;
	color: black;
}
#menu a:hover {
	text-decoration: none;
	color: black;
	background-image: url('../images/buttons/1tmp_on.gif');
}
