table{
    border-top-color: rgb(192,192,192);
    border-left-color: rgb(192,192,192);
    border-bottom-color: rgb(128,128,128);
    border-right-color: rgb(128,128,128);
}
body{
    font-size: 10pt;
    font-family: Verdana;
}
tbody{
    font-size: 10pt;
    font-family: Verdana;
}
h1{
    font-size: 20pt;
    color: #808080;
    font-family: Verdana;
}
h2{
    font-size: 18pt;
    color: #606060;
    font-family: Verdana;
}
h3{
    font-size: 12pt;
    font-family: Verdana;
}
h4{
    font-size: 10pt;
    color: #808080;
    font-family: Verdana;
}
h5{
    color: #ff9900;
    font-family: Verdana;
}
h6{
    color: #3366cc;
    font-family: Verdana, Arial;
}
th{
    font: bold 8pt Arial;
    color: navy;
    border-bottom: solid 2 crimson;
}
thead{
    font: bold 8pt Arial;
    color: navy;
    border-bottom: solid 2 crimson;
}
.ledger {
    background-color: #e3e3e3;
}
.pleaseWait {
    font-family: verdana; 
    font-size: 14px; 
    color: black; 
    font-weight: bold; 
    border: 8px outset darkBlue;
    background-color: #F5F5F5;
    position: absolute; 
    z-index: 99; 
    top: 30%;
    left: 35%;
    width: 280px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
.newStyle1
{
}
/* Styles for tiltstudio_contacts page START */
ul.studioLinks {
    list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #bfbfbf;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

ul.studioLinks li {
   float: left;
}

ul.studioLinks li a {
	display: block;
    text-align: center;
    padding: 6px 4px;
    text-decoration: none;
	color: black;
}

ul.studioLinks li a:hover {
    background-color: #0066cc;
	color: white;
}

div.navStudio {
    margin-left: 0px;
	margin-right: 35px;
	height: 20px;
    	
}

h4.studioName {
	color: #4B148E;
}
/* Styles for tiltstudio_contacts page END */
