BODY {
    background-color: #fafdb5; 
    margin:0;
    }

.left { text-align: left; }
.center { text-align: center; }
.right {  text-align: right;  }
.bold { font-weight: bold; }
.norm { font-weight: normal; }   

#pagecontainer {
    width:800px; 
    margin:auto; 
    text-align:left;
    }
    
#maintable {
    background-color: white;
    width:100%;
    margin:0px;
    }
#maindivider {
    border-left: 1px solid #CCC;  
    width:5px;
    font-size:1px;
    height:90%;
    }
        
#leftcontent { 
    width:170px;
    padding:5px;
    }
    
#maincontent {
    height:90%;
    text-align:left;
    padding:8px;
    }

#menucontainer {
     width:170px;  
    }
    
.menu_header {   
    background-color: #FFEEEE;
    font-family: "times new roman",times,serif; 
    font-size: 12pt;   
    font-weight: bold;
    color:red;
    padding:4px; 
    }



#menu {
    font-family: "times new roman",times,serif; 
    margin-right:3px;
    width:100%;    
    font-size: 0.8em;   
    font-weight: normal; 
	margin-top:10px;
    } 
html>body #menu a { width: auto; } 
  
.menuitem {
    display: block;      
    text-decoration : none;      
    border-top:1px solid red;
    }
#menu a {
    padding: 3px;
    display:block;
    width: 100%; 
    text-decoration: none;
    color: black; 
    }   
.submenu {
    border:0;
    border-bottom:1px solid red;  
    }
.submenuitem {
    border-top:1px dotted red;  
    }
.subtext { padding-left:5px;  }
.menuitem a { background-color: #FFEEEE; }   
.submenuitem a { background-color: white; }    
.menuitem a:hover { background-color: #FFDEDE; }   
.submenuitem a:hover { background-color: #FFCDCD; }    
       
#menu .casting_list a{
	display: block;
	background-color: #FFEEEE;
	font-size: 1.1em;
	font-weight:bold;
	color: black;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
	}
#menu .casting_list a:hover {
	background-color: #FFDEDE;
	color: red;
	}

.topmenu {
    background: red;
    font-family: "times new roman",times,serif;   
    font-size: 12pt;   
    font-weight: bold;
    width:100%;
    }
    
.topmenu td {
    background: red; 
    margin:0;
    text-align:center;
    width:auto;
    }

.topmenu td a { 
    background: red;
    text-decoration:none;
    color: white;  
    }
    
.topmenu td a:hover { 
    color: #fafdb5;  
    }
    
.bodytext {
    font-family: "times new roman",times,serif;
    font-size: 12pt;   
    line-height: 14pt;
    }
    
.bodytext p {
    margin-top:10px;
    margin-bottom: 0px;
    padding:0px;
    }
    
.bodytext a {
    font-family: "times new roman",times,serif;
    color: #990000;
    }
    
.heading {
    font-size: 14pt;
    font-weight: normal;
    color: #990000;
    margin-top:15px;
    }
    
.page_heading {
    font-size: 18pt;
    font-weight: normal;
    color:#990000;
    padding-bottom:5px;
    }
    
.footer {
    width:100%;
    text-align:center;
    font-family: "times new roman",times,serif;
    font-size: 8pt;  
    padding:5px;
    }
    
#data {
    font-family: verdana,arial,helvetica,times,sans-serif; 
    font-size: 8pt;
    font-weight: bold;
    }
#data td {
    padding:3px;
    vertical-align : top;   
    }
#data table {
    width:600px;
    vertical-align : top;  
    }
    
#data .row1 {
    background-color: #EFEFDE;
    }
    
#data .row2 {
    background-color: white;   
    }
    
.col1{
    width:20px;
    }
.col2 {
    width:150px;
    }
.col3 {
    width:auto;
    font-weight:normal;
    }
.notes {
    font-weight:normal; 
    font-style: italic;
    }

.footnotes {
    font-weight:normal; 
    }
    
.enlarge_link a{
    display:block;
    width:100%;
    font-family: verdana,arial,helvetica,times,sans-serif;  
    text-align:center;
    color:#333;
    font-size:9pt;
    padding:10px;
    }
.enlarge_link a:hover{
    color:#990000;
    }
    
#pricelist {
    width:100%;
    font-family: verdana,arial,helvetica,times,sans-serif;  
    font-size: 10pt;
    }
    
#pricelist th{
    width:auto;
    text-align:center;
    border: 1px solid #EFEFDE;
    background-color: #EFEFDE;      
    color:black;
    }
    
#pricelist .set{
    width:auto;
    border: 1px solid #EFEFDE;  
    border-left:2px solid #EFEFDE;  
border-right:0px transparent none;   
    padding-left:5px;   
    }

#pricelist .price{
    width:auto;
    text-align:right;
    border: 1px solid #EFEFDE;
    border-right:2px solid #EFEFDE; 
    border-left:0px transparent none;      
    padding-right:5px;
    }
    
.orderform {
    font-size: 10pt;
    }
    
.order {
    font-family: "times new roman", times, serif;
    }
    

    
