/* Header 1. */
h1
{
	line-height: 12pt;
	margin-bottom: 1pt;
	font-family: Georgia,Times,serif;
	font-size: 11pt;
	color: rgb(82, 74, 24);
	font-weight: bold;
	letter-spacing: -1pt;
}

/* Header 2. */
h2
{
	margin-bottom: 1pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: medium;
	color: rgb(255, 0, 0);
	font-style: italic;
	font-weight: bold;
}

/* Header 3. */
h3
{
	margin-bottom: 2pt;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: rgb(255, 102, 0);
	font-style: italic;
	letter-spacing: -0.5pt;
	
}

/* Header 4 Top of Content. */
h4
{
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: rgb(255, 102, 0);
	font-weight: bold;
	margin-bottom: 3pt;
}

/* Normal, standard links. #666699 #6666CC */
a:link
{
	color: #666699;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links. #666699 #6666CC */
.navie, .navie:link, .navie:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.navie:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Index explicit standard links - p style. #666699 #6666CC */
.pnavie
{
	margin-top: 0pt;
	margin-bottom: 3px;
	margin-left: 5px;
}

/* Site Map explicit standard links. #666699 #6666CC */
.navis, .navis:link, .navis:visited
{
	color: #666699;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
.navis:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Site Map explicit standard links - p style. #666699 #6666CC */
.pnavis
{
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 12pt;
}

/* News Release history links - p style. */
.pnews
{
	margin-top: 0pt;
	margin-bottom: 0px;
	line-height: 14pt;
	font-size: 8pt;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
}

/* Normal, standard links - explicit. #666699 #6666CC */
.nava, .nava:link, .nava:visited
{
	color: #666699;
	text-decoration: underline;
}
.nava:hover
{
	color: #999900;
	text-decoration: underline;
}

/* Nav1 links - for the index page links #000066. */
.nav1, .nav1:link, .nav1:visited
{
	color: #314218;
	text-decoration: none;
}
.nav1:hover
{
	color: #999900;
	text-decoration: none;
}

/* Navs links - for the left and right edge links. */
.navs, .navs:link, .navs:visited
{
	font-weight: bold;
	color: #314218;
	text-decoration: underline;
}
.navs:hover
{
	font-weight: bold;
	color: #999900;
	text-decoration: underline;
}

/* Top page header area where the title and logo are. */
#headerarea
{
	border-bottom: 1px solid gray;
}
#headerarea a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
#headerarea a:hover
{
	color: #999900;
	text-decoration: none;
}
/* This is the main body where all the content goes. #FF9966*/
#bodyarea
{
	background-color: #EFEFEF;
}

/* And this is the bottom, where the copyright and links go.#CCFFFF */
#footerarea
{
	border-top: 1px solid gray;
}
#footerarea a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
#footerarea a:hover
{
	color: #999900;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Times in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Times,serif;
}

/* The main body of the entire forum. #FF9966*/
body
{
	background-color: #EFEFEF;
	margin: 4px;
	padding: 0px;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family: Times, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #DDDDDD;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: silver;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background-color: #66FFFF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: medium;
}

