	BODY {
		background-color: #F6F0E5;
	}
	.emtitle 
	{ /*Title Item On Homepage */
		text-align: center;
		text-decoration: underline;

		color: Blue;
		/*
		font-weight: bold;
		font-size: 11pt;
		font-family: "Arial Narrow", Arial;
		font-style: oblique;
		*/
	}

	.blue_header {
		font-family: Arial;
		color: #393990; 
		font-size: 130%;
		font-weight: bold;
	}

	.blue_header_2 {
		font-family: Arial;
		color: #393990; 
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}

	.black_header {
		font-family: Arial;
		color: #000000; 
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		text-decoration: none;
	}

	.menu_item_odd {
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 8pt;
		font-family: Arial;
		background-color: #DADAB9;
	}
	.menu_item_odd a:link {text-decoration: none} 
	.menu_item_odd a:visited {text-decoration: none} 
	.menu_item_odd a:hover{text-decoration: none; color: #C03030;} 
	.menu_item_odd a:active {text-decoration: none} 

	.menu_item_even {
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 8pt;
		font-family: Arial;
	}
	.menu_item_even a:link {text-decoration: none} 
	.menu_item_even a:visited {text-decoration: none} 
	.menu_item_even a:hover{text-decoration: none; color: #C03030;} 
	.menu_item_even a:active {text-decoration: none} 

	.menu_head { background-color: #DADAB9; text-align:center; }

	.forum_head { 
		background-color: #393990; 
		font-weight: bold; 
		font-size: 8pt; 
		font-family: Arial; 
		color: white;
	}		font-weight: bold;
		font-size: 8pt;
		font-family: Arial;
	.forum_head a {color: white;}
	.forum_head a:link {color: white;}
	.forum_head a:visited {color: white;}
	.forum_head a:hover {color: #DADAB9;}
	.forum_head a:active {color: white;}

	.forum_row1{ 
		background-color: #CCCCCC; 
		font-weight: bold; 
		font-size: 8pt; 
		font-family: Arial; 
		color: black;
	}
	.forum_row1 a:link {color: black;}
	.forum_row1 a:visited {color: black;}
	.forum_row1 a:hover {color: #393990;}
	.forum_row1 a:active {color: black;}

	.forum_row2{ 
		background-color: #EFEFEF; 
		font-weight: bold; 
		font-size: 8pt; 
		font-family: Arial; 
		color: black;
	}
	.forum_row2 a:link {color: black;}
	.forum_row2 a:visited {color: black;}
	.forum_row2 a:hover {color: #393990;}
	.forum_row2 a:active {color: black;}

	.forum_moderated{ 
		background-color: red; 
		font-weight: bold; 
		font-size: 8pt; 
		font-family: Arial; 
		color: white;
		text-align: left;
	}	font-weight: bold;
		font-size: 8pt;
		font-family: Arial;
	.forum_moderated a:link {color: white;}
	.forum_moderated a:visited {color: white;}
	.forum_moderated a:hover {color: #DADAB9;}
	.forum_moderated a:active {color: white;}


	.forum_head2 { 
		background-color: #000000; 
		font-weight: bold; 
		font-size: 8pt; 
		font-family: Arial; 
		color: white;
	}		font-weight: bold;
		font-size: 8pt;
		font-family: Arial;
	.forum_head2 a:link {color: white;}
	.forum_head2 a:visited {color: white;}
	.forum_head2 a:hover {color: #DADAB9;}
	.forum_head2 a:active {color: white;}


#sectionheader table {
        background-color:red;
}
#sectionheader table TR TH {
        font-size:140%;
        text-align:left;
}

#sectionheader table TR TD {
        background-color:#FFCE7B;
}

	
#datagrid table {

                border: 1px solid silver;
        }
#datagrid table tr th {
                background-color: #FFCE7B;

        }
#datagrid table tr td {
                /*background-color: white; */
                padding: 3px;
        }
#datagrid table tr td.even {
                /*background-color: white; */

        }
#datagrid table tr td.error {
                background-color: #FCCCCC;

        }
#datagrid table tr td.odd {
                background-color: #FFFBE4;
        }
#datagrid table tr.odd {
                background-color: #FFEED5;
        }

