
/*****************************************************************
BODY EN BOX DECLARATIONS
*****************************************************************/

body		{
			  text-align: center;
			  padding: 0px; margin: 0px;
			  background: #fff;
			  font-family: georgia, times new roman, serif;
			  font-size: 76%;
			}

.clearboth	{ clear: both; }
.nobr		{ white-space: nowrap; }

#container	{
			  position: relative;
			  text-align: left;
			  padding: 0px; margin: 0px auto;
			  background: #fff;
			}

/*****************************************************************
TEXT DECLARATIONS
*****************************************************************/

h1		{
		  font-family: georgia, times new roman, serif;
		  font-weight: normal;
		  font-style: italic;
		  font-size: 180%;
		  line-height: 140%;
		  color: #590000;
		  padding: 0px;
		  margin: 0px 0px 0px 10px;
		}

h2		{
		  font-family: georgia, times new roman, serif;
		  font-weight: normal;
		  font-style: italic;
		  font-size: 160%;
		  line-height: 130%;
		  color: #000;
		  padding: 0px;
		  margin: 3px 0px 3px 6px;
		}

h3		{
		  font-size: 110%;
		  font-weight: bold;
		  color: #666;
		  padding: 0px 0px 0px 0px;
		  margin: 0px 0px 0px 20px;
		}

h4		{
		  font-size: 110%;
		  font-weight: bold;
		  color: #333;
		  padding: 0px 0px 0px 0px;
		  margin: 10px 0px 10px 20px;
		}

p	{
	  line-height: 150%;
	  font-size: 100%;
	  color: #333;
	  margin: 0px 0px 2px 6px;
	  padding: 0px;
	}

p.smaller		{ font-size: 80%; }
p.center		{ text-align: center; }
p.error_txt		{ color: #ff0000; }

span.super				{ line-height: 100%; font-size: 80%; }
span.search_highlight	{ background-color: #ffff99; }


/*****************************************************************
LINK, hover and visited should have diversions in color.
hover should be underlined, for extra clarity a normal link
could be underlined to emphasize its linklyness.
*****************************************************************/

A 			{ text-decoration: none; color: #590000; }
A:link		{ text-decoration: none; color: #590000; }
A:visited	{ text-decoration: none; color: #590000; }
A:active	{ text-decoration: none; color: #590000; }
A:hover		{ text-decoration: underline; color: #590000; }
A.active	{ text-decoration: underline; color: #590000; }


/*****************************************************************
Standard scripts and Print visibility overrides
*****************************************************************/

.noprint	{ display: none; }
.doprint	{ display: block; }

