body {
    color:#000; 
    background-color: #333333;
    font-family:Verdana,Arial;
}

html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #333333;
    font-family:Verdana,Arial;
}

table {
    /*_border:none;*/
    /*_border-collapse:collapse;*/
    padding:0px;
    border-spacing:0px; 
	border-style:solid;
    border-width: 0px;
}

img {
    border: 0px;
	/*_position:fixed;*/
	/*_top:60px;*/
	/*_left:26px;*/
}

#wrapper {
    background-color: #333333;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.thumbTd {
    background-image: url('FrameC.gif'); 
    width:100px; 
    height:100px;
    background-repeat:no-repeat; 
    padding-left:28px;
    padding-right:34px;
    padding-top:26px;
    padding-bottom:36px;
    vertical-align:top;
}

.sectionTable 
{
    text-align:left; 
    height:0%; 
    width:100%; 
    /*_background-color:Lime;*/
}

.sectionStartTr {
    vertical-align:top; 
    background-image:url('SectionHeaderFill.jpg'); 
    background-position:bottom; 
    background-repeat:repeat-x; 
    height:41px; 
    /*_background-color:Silver;*/
}

.sectionEndTr {
    vertical-align:top; 
    background-image:url('SectionFooterFill.jpg'); 
    background-position:top; 
    background-repeat:repeat-x; 
    height:21px; 
    /*_background-color:Silver;*/
}

.sectionTitleTd {
    width:800px; 
    text-align:left; 
    font-size: 12pt; 
    /*padding:12px;*/
    color: #aaaaaa;
}

.sectionEndTd {
    width:800px; 
    text-align:left; 
    font-size: 10pt; 
    padding-top:16px;
    /*padding:12px;*/
    color: #aaaaaa;
}

.centerTable 
{
    margin-left:auto; 
    margin-right:auto;
}



/*.v1 { position:absolute; top:0px; left:0px; }*/
/*.v2 { position:absolute; top:8px; left:8px; overflow: hidden; width: 120px; height:80px; padding-top: 0px; }*/
