body{
 margin-top: 5px;
 font-family: Arial;
 background-image: url('../images/background.png');
 text-align: center;
 color: #555555;
 font-size: 11px; 
}

iframe{
 width: 751px;
 height: 100%;
 margin: 0px;
 border: none;
}

td img {
 display: block;
}

.th{
 background-color : #A6B6BA;
 text-align : center;
}

.tr{
 background-color : #F0F0F0;
 text-align : center;
}

.tdplain{
 background-color : #F0F0F0;
 text-align : center;
}

.tdbold{
 background-color : #CCCCCC;
 text-align : center;
}

a:link {
 color : #CC0000; 
 border : none; 
 font-family : Arial, Arial, helvetica, sans-serif; 
 text-decoration : none; 
} 

a:visited {
 color : #CC0000;
 border : none;
 font-family : Arial, Arial, helvetica, sans-serif; 
 text-decoration : none; 
} 

a:hover {
 color : #FF7F50;
 border : none;
 font-family : Arial, Arial, helvetica, sans-serif; 
 text-decoration : none; 
}

.menu{
 width: 100%;
 height: 100%;
 text-align: center;
}

td.content{
 text-align: center;
 vertical-align: top;
}

.button{
 color: #888888;
 font-size: 11px;
 background-image: url('../images/button.png');
 cursor: pointer;
 border-right: 1px solid #CCCCCC;
}

.buttonOnMouseOver{ 
 color: #888888;
 font-size: 11px;
 background-image: url('../images/button_onmouseover.png');
 cursor: pointer;
 border-right: 1px solid #CCCCCC;
}

div.utilityBar{
 font-size: 11px;
 color: #888888;
 text-align: right;
 height: 16px;
 width: 749px;
 border-bottom: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 background-image: url('../images/content_background.png');
}

td.pageContent{
 font-size: 11px;
 vertical-align: top; 
 text-align: left;
 padding: 15px; 
 width: 644px; 
 height: 451px; 
 background-image: url('../images/page_content.png');
}

hr.line{
 color: #EEEEEE; 
 background-color: #EEEEEE;
 width: 100%; 
 margin-top: 7px;
 margin-bottom: 15px;
}

.inputtext{
 font-size : 11px;
 border : 1px;
 border-style : solid;
 border-color : #7F9DB9;
 width : 113px;
}

.inputbutton{
 width : 70px;
 height: 20px;
 font-size : 11px;
 padding-bottom: 2px;
}

.select{
 font-size : 11px;
 width : 175px;
}
