body { 
scrollbar-arrow-color: #666699; 
scrollbar-base-color: #666699; 
scrollbar-dark-shadow-color: #666699; 
scrollbar-track-color: #666699; 
scrollbar-face-color: #ddddee; 
scrollbar-shadow-color: #666699; 
scrollbar-highlight-color: #666699; 
scrollbar-3d-light-color: #666699;
	}

.tbl3 {
	border-style:solid;
	border-width:3px;
	border-color:#cccccc;
	font-family:arial,verdana;
	font-size: 12px
	}

.tbl2 {
	border-style:solid;
	border-width:2px;
	border-color:#000000;
	font-family:arial,verdana;
	font-size: 12px
	}

.tbl1 {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:arial,verdana;
	font-size: 12px
	}

.vwhite {
	font-family:verdana,arial;
	font-size: 11px;
	color: white;
	font-weight:bold;
	}
.white10 {
	font-family:verdana,arial;
	font-size: 10px;
	color: white;
	font-weight:bold;
	}
.company {
	font-family:verdana,arial;
	font-size: 14px;
	color: white;
	font-weight:bold;
	}
.v10 {
	font-family:verdana,arial;
	font-size: 10px
	}
.v11 {
	font-family:verdana,arial;
	font-size: 11px;
	line-height:14px;
	}
.v12 {
	font-family:arial,verdana;
	font-size: 12px
	}
.v14 {
	font-family:verdana,arial;
	font-size: 14px
	}
.titlebl {
	font-family:verdana,arial;
	font-size: 18px;
	font-weight: bold;
    color:#000000;
	}
.title14bl {
	font-family:verdana,arial;
	font-size: 14px;
	font-weight: bold;
    color:#000000;
	}
.title {
	font-family:verdana,arial;
	font-size: 18px;
	font-weight: bold;
    color:#164278;
	}
.title14 {
	font-family:verdana,arial;
	font-size: 14px;
	font-weight: bold;
    color:#164278;
	}
.title12 {
	font-family:verdana,arial;
	font-size: 12px;
	font-weight: bold;
    color:#000000;
	}
.input {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color:#000000;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:#6699cc;
	}
.inputy {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color:#000000;
	background-color:#ffff66;
	border-width:1px;
	border-style:solid;
	border-color:#6699cc;
	}

select {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-style : normal;
        font-weight : normal;
        color:#000000;
        background-color:#eeeeff;
        border-width:1px;
        border-style:solid
	}
.submit {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color:#000000;
	background-color:#dddddd;
	padding: 2px;
	border-width:2px;
	border-color:#333333;
	width: 110px;

	}
.submit2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color:#000000;
	background-color:#dddddd;
	padding: 3px;
	border-width:2px;
	border-color:#333333;
	}

a:link { 
	color:#blue;

}
a:active {  
	color:#blue;
}
a:visited {  
	color:#blue;
}
a:hover { 
	color:#cc0000;
}


div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #006699;
 color: #fff;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}

table.sortable
{
	cursor: pointer;
}

table.sortable thead tr th
{
	color: #000000;
	background-color: #eeeeff;
	cursor: pointer;
}

.sorttable_sorted
{
	background-color: #eeeeff;
	cursor: pointer;
}