/* page content elements */ @import url("pages.css");

/* GENERAL */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
}

td, input, select, textarea	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 20px;
}

.empty	{
	width: 1px;
	height: 1px;
}


/* LINKS */

a:link	{
	color: #0060bf;
}

a:visited	{
	color: #660099;
}

a:hover	{
	color: #333333;
	text-decoration: none;
}


/* HEADINGS */
/*
h1	  {
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 110%;
}

h2	{
	margin-top: 0px;
	font-size: 135%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3	{
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 10px;
}
*/

h1	  {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 110%;
}

h2	{
	margin-top: 0px;
	font-size: 115%;
	margin-bottom: 15px;
}

h3	{
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 10px;
}

h4	{
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 10px;
}
