div#right *{
text-align: right;
padding: 0.1em 0; 
margin-right:0px;
/*font-size:11pt;*/
font-family: "MS Sans Serif";
}

div#bottom *{
position:absolute;
bottom:0;
right:0;
}

div#table_small  {
padding: 0; 
margin-left: 100; 
font-family: "MS Sans Serif", "Tahoma"; 
/*font-size:10pt;*/
border:1px solid gray;
width: 300px; 
}
#table_small ul li { 
list-style-type: none; 
display: block; 
padding: 0.2em 0; 
float: left; 
border-bottom: solid 1px #f8f8f8; 
} 
#table_small ul li em { 
font-style: normal; 
} 
#table_small ul li p strong, span, em { 
display: block; 
float: left; 
} 
#table_small ul li p strong { 
width: 200px; 
} 
#table_small ul li p span, em { 
width: 100px; 
} 

div#table_large * { 
padding: 0; 
margin: 0;
font-family: "MS Sans Serif", "Times New Roman", Times, serif; 
/*font-size:10pt;*/
} 
div#table_large h2 { 
color: #FF9900; 
} 
div#table_large h4 { 
margin-bottom: 10px; 
color: #CCCCCC; 
} 
#table_large ul li { 
list-style-type: none; 
display: block; 
width: 100%; 
padding: 0.2em 0;
float: left; 
border-bottom: solid 1px #f8f8f8; 
} 
#table_large ul li#header { 
display: block; 
width: 100%; 
float: left; 
background: #f8f8f8; 
font-weight: bold; 
/*font-size:100%;*/
} 

#table_large ul li:first-child { 
border-top: solid 3px #333333; 
border-bottom: solid 1px #333333; 
} 
#table_large ul li:last-child { 
border-bottom: solid 3px #333333 !important; 
} 
#table_large ul li p span:first-child { 
float: left; 
width: 5%; 
text-align: center; 
} 
#table_large ul li em { 
font-style: normal; 
} 

li#header p strong { 
text-align: center; 
} 

#table_large ul li p { 
line-height: 18px; 
} 
#table_large ul li p strong, span, em { 
display: block; 
float: left; 
} 
#table_large ul li#header p em { 
font-weight: bold; 
font-style: normal; 
}

#wrapper { 
width: 100%; 
position: relative; 
float: none; 
margin: 0 auto;
background-color: #FFFFFF; 
display: table; 
} 
#wrapper .content-left { 
width:25%; 
position: relative; 
float: left; 
margin: 0; 
padding: 0;
background: #f8f8f8; 
height: 950px; 
border-bottom:1px dotted gray;
} 
#wrapper .content-right { 
width:68%;
position: relative; 
float: left; 
margin-left: 0; 
padding: 5px; 
height: 800px; 
border-left:1px dotted gray;
border-top:1px dotted gray;
overflow:auto;
} 
