body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: White;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}        

.menutop
{
	background-color: #CCCCCC;
	color: navy;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 1px 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	text-decoration: none;
	width: 120px;
	text-align: center;
}

.mainTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #E1E1C4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-align: left;
    vertical-align: middle;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-align: left;
    vertical-align: middle;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left;
    vertical-align: middle;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: left;
        background-color: lightblue;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left; 
        line-height: 14px
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;        
}

h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	text-align: left;
        vertical-align: middle;
	background-color: #CCCCCC;
        
}

th {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	background-color: #CCCCCC;
}

.Hilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.errTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.Tble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dashed #000000;
}
.TextBox {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image:  url(file:///J|/wwwroot/Superroutes/images/box_shadow.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}	
.TextBox2 {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	background-color: silver;
	background-attachment: fixed;
	background-image: url(images/box_shadow.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
option {
	width: 220px;
}

h11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
h12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	}	


#header {
        position: fixed;
        width: auto;
        height: 60px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
}
#sidebar {
        position: fixed;
        width: 10px;
        height: auto;
        top:90px;
        right: auto;
        bottom: 70px;
        left: 0;
}
#main {
        position: fixed;
        width: auto;
        height: auto;
        top: 90px;
        right: 0px;
        bottom: 70px;
        left: 10px;
        overflow:auto;
}
#footer {
        position: fixed;
        width: auto;
        height: 75px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
}

