BODY
{
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

TABLE
{
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size: x-small;
}

H1
{
	font-weight: 700;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: #33cc33;
	font-style: normal;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4
{
	font-weight: 500;
	font-size: 1.33em;
	word-spacing: normal;
	text-transform: none;
	color: #33cc33;
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: 'Times New Roman' , Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	color: #33cc33;
	letter-spacing:	normal;
	text-transform:	none;
	}	

HR	
{
	color: #663333;
}

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link
{
	color: blue;
	text-decoration: none;
}	
		
A:visited
{
	color: blue;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color: blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #00C86D;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

A.Header
{
	color: Goldenrod;
}

A.Header:link
{
	color: Goldenrod;
}

A.Header:active
{
	color: Goldenrod;
}

A.Header:visited
{
	color: Goldenrod;
}

A.Header:hover
{
	color: #00C86D;
	text-decoration: underline;
}

A.StandOut
{
	color: indianred;
}

A.StandOut:link
{
	color: indianred;
}

A.StandOut:active
{
	color: indianred;
}

A.StandOut:visited
{
	color: indianred;
}

A.StandOut:hover
{
	color: #00C86D;
	text-decoration: underline;
}

/* Page Title */
.HeaderTitle
{
	font-weight: bold;
	font-size: large;
	color: seagreen;
	font-family: 'Courier New';
	text-decoration: underline overline;
}

/* Headings */
.Important
{
	font-weight: bold;
	font-size: larger;
	color: goldenrod;
}

.ImportantEnough
{
	color: GoldenRod;
}

/* Error Message */
.DateTime
{
	color: limegreen;
}


/* Error Message */
.MSG_Error1
{
	color: lime;
}
/* Error Message #2 */
.MSG_Error2
{
	color: Firebrick;
}

/***************************************/
/**** Message Board Styles *************/
/***************************************/

.Forum_MSG_Error
{
	color: lime;
}

.Forum_Table
{
 border-color:  silver;
}

.Forum_Header
{
	font-weight: bold;
	color: #ff9933;
	font-variant: small-caps;
}

.Forum_Message_bgColor1
{
	background-color: #383838;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}
.Forum_Message_bgColor2
{
	background-color: #444444;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}

.Forum_Message_MsgBorders
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	border-right-color: gray;
}
.Forum_Message_bgColorInfo
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	background-color: black;
	border-right-color: gray;
}

.Forum_Messages
{
	color: green;
	font-family: 'Times New Roman';
}

.Forum_Message_Author
{
	font-weight: bold;
	color: forestgreen;
}

.Forum_Message_Designation
{
	color: darkcyan;
	font-style: italic;
}

.Forum_Message_Posted
{
	color: #cc9933;
}

.Forum_Message_Modified
{
	color: #cc9933;
}

.Forum_A:link
{
	font-weight: bold;
	color: lime;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:visited
{
	font-weight: bold;
	color: lime;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:active
{
	font-weight: bold;
	color: aqua;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.Forum_A:hover
{
	font-weight: bold;
	color: fuchsia;
	font-variant: small-caps;
	text-decoration: underline;
}


/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

.ColumnName:link
{
	font-weight: bold;
	color: goldenrod;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.ColumnName:visited
{
	font-weight: bold;
	color: goldenrod;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.ColumnName:active
{
	font-weight: bold;
	color: green;
	font-variant: small-caps;
	text-decoration: none;
}	
		
.ColumnName:hover
{
	font-weight: bold;
	color: green;
	font-variant: small-caps;
	text-decoration: underline;
}

/***************************************/