#header{
	background-color: #ffffff;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px
}

#navbar{
	color: #666666;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 15px;
	height: 15px;
	padding:20px;
}

#navbar ul{
	text-align:center;
}

#navbar li{
	display:inline;
}

#navbar li a{
	color:#106a94;
	text-decoration:none;
	font-weight:bold;
	background:fff;
}

#navbar li a:hover{
	background:#ffffff;
	color:#666666;
}
#navbar #current{
	background:#ffffff;
	color:#106a94;
}

#navbar #current a{
	background:#ffffff;
	color:#666666;
}


body{
	background-color:#ffffff;
	color: #000000;
	margin:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:14px;
	margin-left:120px;
	margin-right:50px;
	margin-bottom:70px;
}
a:link{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:visited{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
	font-weight: bold;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent:0em;
	line-height: 16px;
	font-weight: bold;
}

#footer{
	color: #666666;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 3px;
	height: 16px;
	padding: 15px;
	
}

#setable{
	background: ffffff;
	padding: 0px;
}

table{
	border-spacing:0px;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#000000;
}
caption{
	border:#666666;
	solid: #666666;
	text-transform:capitalize;
	padding:10px;
	background:ffffff;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
td, th{
	padding:5px;
}
thead th{
	text-align:center;
	background:#ffffff;
	color:#000000;
	border-bottom:thin #ffffff;
	text-transform:uppercase;
	font-size:12px;
}
tbody th{
	font-weight:normal;
}
tbody tr{
	background:#ffffff;
	text-align:left;
}
tbody tr.odd{
	background:#ffffff;
}

tbody th a:link, tbody th a:visited{
	color:#106a94;
	text-decoration:none;
}

tbody th a:hover{
	color:#666666;
}

tbody th a:active{
	color:#000000;
}

table td a:link{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
table td a:visited{
	color:#106a94;
	font-weight:bold;
}

table td a:hover{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

table td a:active{
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}
 

tbody td a{
	margin:0 auto;
	height:15px;
	border-bottom:0;
	padding:0px 0px 0px 0px;
	font-weight:bold;color:#FF8601;
	background-repeat: no-repeat;
}

tfoot th, tfoot td{
	background:ffffff;
	padding:10px;
	text-align:center;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:3px solid #cccccc;
	border-top:1px solid #DFDFDF;
}

.bar{
	color:#666666;
	background-color: #EBF8FE;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	border-spacing:0;
	border:0;
	
}

.sort-table 
{
    margin: 0;
    padding: 0;
}

.sort-table thead
{
    padding: 0 10px 10px 0;
    text-align: left;
    color: #555;
    font-weight: normal;
    vertical-align: bottom;
}

.sort-table tr
{
    margin:  0;
    padding: 0;
}

.sort-table tr:hover
{

    background-color: #eee;
}

.sort-table td
{
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 5px 20px 5px 0; 
    vertical-align: top; 
}

.sort-table thead td {
    cursor:			default;
    color:#000000;
    font-weight: bold;
}

.sort-table thead td:hover
{
    color:#666666;
    font-weight: bold;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
}

