		a.nav {
			font-family:arial,helvetica,sans-serif;
			font-size:10pt;
			font-weight:bold;
			color:white;
			text-decoration:none;
		}
		a.nav:hover {
			font-family:arial,helvetica,sans-serif;
			font-size:10pt;
			font-weight:bold;
			color:#FFFF99;
			text-decoration:none;

		}
		a.nav2 {
			color: #d00000;
			text-decoration:none;
		}
		a.nav2:hover {
			color: #d00000;
			text-decoration:underline;
		}
		a.nav3 {
			color: #FFFF99;
			text-decoration:none;
		}
		a.nav3:hover {
			color: #FFFF99;
			text-decoration:underline;
		}
		a.nav4 {
			color: #003366;
			text-decoration:none;
		}
		a.nav4:hover {
			color: #003366;
			text-decoration:underline;
		}
		a.nav5 {
			color: #CC6633;
			text-decoration:none;
		}
		a.nav5:hover {
			color: #CC6633;
			text-decoration:underline;
		}
		a.schllist {
			font-family:arial,helvetica,sans-serif;
			font-size:10px;
			font-weight:bold;
			color: #CC6600;
			text-decoration:none;
		}
		a.schllist:hover {
			font-family:arial,helvetica,sans-serif;
			font-size:10px;
			font-weight:bold;
			color: #CC6600;
			text-decoration:underline;
		}
		a.itbsprbs {
			font-family:arial,helvetica,sans-serif;
			font-size:10pt;
			font-weight:bold;
			color: #6699CC;
			text-decoration:none;
		}
		a.itbsprbs_sel {
			font-family:arial,helvetica,sans-serif;
			font-size:10pt;
			font-weight:bold;
			color: #FFFFFF;
			text-decoration:none;
		}
		TABLE.files {
			background-color: #eeeeee;
			width: 40%;
		}
		TABLE.index {
			border-color:#669999;
			border-width:1;
			border-style:solid;
		}
		TD.masterfont {
			text-align:left;
			font-family:Arial;
			font-size:12pt;
			color:#006699;
			font-weight:bold;
		}
		TD.masterfont2 {
			text-align:left;
			font-family:Arial;
			font-size:10pt;
			color:black;
			font-weight:bold;
			padding-left:5;
			padding-top:5;
		}
		TD.files {
			text-align:center;
			font-family:Arial;
			font-size:10pt;
		}
		TD.admin {
			text-align:right;
			font-family:Arial;
			font-size:10pt;
		}
		TD.admin2 {
			text-align:left;
			font-family:Arial;
			font-size:10pt;
		}
		TD.bgcolor {
			background-color: #0d4773;
		}
		TD.bgcolor2 {
			background-color: #6699CC;
			padding-left:3;
			padding-bottom:0;
		}
		TD.bgcolor3 {
			background-color: #669999;
			padding-left:5;
			padding-bottom:0;	
		}
		TD.topframe {
			background-repeat: no-repeat;
			background-color: #0d4773;
			padding:0;
			text-align: right;
			vertical-align: top;
		}
		TD.leftframe {
			background-color: #0d4773;
		}
		TD.index {
			height: 40;
		}
		TD.doc {
			padding-bottom:5;
			font-family:Arial;
			font-size:10pt;
		}
		TD.gray {
			background-color: #cccccc;
		}
		TD.contact {
			vertical-align:top;
			text-align:left;
			font-family:Arial;
			font-size:8pt;
			font-weight: bold;
		}
		TD.contact2 {
			text-align:left;
			font-family:Arial;
			font-size:10pt;
			font-weight: bold;
		}
		TD.contact_error {
			text-align:left;
			font-family:Arial;
			font-size:10pt;
			font-weight: bold;
			color: red;
		}
		TD.schlquery {
			vertical-align:top;
			text-align:center;
			font-family:Arial;
			font-size:10pt;
			font-weight: bold;
		}
		TD.schlquery2 {
			vertical-align:top;
			text-align:center;
			font-family:Arial;
			font-size:10px;
			font-weight: bold;
		}
		TD.schllist {
			text-align:left;
			font-family:Arial;
			font-size:10px;
			font-weight: bold;
			color:#669999;
		}
		TD.aioqry {
			background-color: #eeeeee;
			vertical-align:top;
			text-align:left;
			font-family:Arial;
			font-size:10pt;
			font-weight: bold;
		}
		TD.aioqry2 {
			background-color: #eeeeee;
			vertical-align:top;
			text-align:left;
			font-family:Arial;
			font-size:10pt;
			font-weight: normal;
		}
		TD.profile {
			vertical-align:top;
			text-align:left;
			font-family:Arial;
			font-size:8pt;
			font-weight: bold;
		}
		INPUT.files {
			width: 140px;
		}
		INPUT.admin {
			width: 200px;
		}
		INPUT.schlquery {
			width: 300px;
		}
		INPUT.help {
                       	font-size:8pt; 
                }
		TEXTAREA.help {
                        font-size:8pt;
			font-family:Arial;
                }
		TEXTAREA.admin {
			width: 200px;
			font-size:8pt;
			font-family:Arial;
		}
		TEXTAREA.admprogeval {
                        width: 300px;
                        font-size:8pt;
                        font-family:Arial;
                }
		SELECT.admin {
			width: 140px;
		}
		TEXTAREA.oppd {
                        width: 200px;
                        font-size:8pt;
                        font-family:Arial;
                }
/* Begin Sortable tables */
a img {
        border: 0;
}
table.sortable {
        /* border-spacing: 0;
        border: 1px solid #000;
        border-collapse: collapse; */
}
table.sortable th, table.sortable td {
        /* text-align: left;
        padding: 2px 4px 2px 4px;
        width: 100px;
        border-style: solid;
        border-color: #444; */
}
table.sortable th {
        /* border-width: 0px 1px 1px 1px;
        background-color: #ccc; */
}
table.sortable td {
        /* border-width: 0px 1px 0px 1px; */
}
/* table.sortable tr.odd td {
        background-color: #ddd;
}
table.sortable tr.even td {
        background-color: #fff;
} */
table.sortable tr.sortbottom td {
        /* border-top: 1px solid #444;
        background-color: #ccc;
        font-weight: bold; */
}
/* End Sortable tables */

