body,td,th {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", serif;
/*        font-family: "Palatino Linotype","Book Antiqua", Palatino, serif;*/
	color: #000000;
}
body {
	background-color: #004;
/*	background-image: url(ne9_elev.jpg);*/
	background-repeat: repeat;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #999900;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.Heading {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Alert {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
}
h3.Alert {
        color: #600;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-weight: bold;
        font-size:16pt;
        }

#wrapper {
	background-color: #FFFFFF;
	padding: 2em;
	width: 64em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* Sortable tables */
/*table.sortable thead {
    background-color:#11A;
    color:#666666;
    font-weight: bold;
    cursor: default;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border-width: 50px;
} */

table.sortable td {
    padding-left:10px;
    padding-right:10px;
}


#mytable
    {
    border-width: 10px;
    border-spacing: 0px;
    border-style: ridge;
    border-color: red;
    background: #FFF;
    font-family: Times, sans-serif;
    margin-left: auto;
    margin-right: auto;
    }
    
#mytable th
    {
    background: #AAA;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    border-width: 0px 0px 4px 1px;
    border-style: solid;
    border-color: #FFF;
    }
#mytable td
    {
/*    background-color: #CCC;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #DDD;
    
    }
/*
    padding-left:20px; 
    padding-right:10px;
    background: #BBB;
    text-align: center;
    font-family: Helvetica, sans-serif;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    border-color: red red red blue;
    border-collapse: collapse;
    } */

#mytable th a
    {
    color: #000;
    text-decoration: none;   padding-left:10px; 
    }

/*#mytable tr hover
    {
    background-color: #0F0;
    cursor: pointer;
    text-decoration: none;   padding-left:10px;
    } */
DIV.blank
    {
    BACKGROUND-COLOR:#FFF;
    height:150px;
    }
DIV.greybox
    {
    BACKGROUND-COLOR:#DDD;
    border-width: 10px;
    border-spacing: 10px;
    border-style: ridge;
    border-color: red;
    padding-left:20px; 
    padding-right:10px;
    }
DIV.topgreybox
    {
    BACKGROUND-COLOR:#DDD;
    margin-top:60px;
    border-width: 10px;
    border-spacing: 10px;
    border-style: ridge;
    border-color: red;
    padding-left:20px; 
    padding-right:10px;
    }
DIV.sub1
    {
    float: left;
    BACKGROUND-COLOR:#DDD;
    height:130px;
    }
DIV.spacer1
    {
    float: left;
    BACKGROUND-COLOR:#DDD;
    width:10px;
    height:130px;
    }
DIV.Clear-left
    {
    clear:left;
    }

