html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body
{    
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

a
{
    color: rgb(102,102,102);
}

a img {
	border: none;
}

.introImage
{
    margin-left: -24px;
    margin-bottom: 19px;
    width: 713px;
    height: 177px;
}

.introImage img
{
    display: block;
}

.content
{
    padding-left: 24px;
    width: 665px;
    padding-bottom: 0;
    clear: both;  
}

h2
{
    padding: 0;
    margin: 0;
    color: rgb(132,132,132);
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
}

h2 img
{
    display: block;
    height: 27px;
}

h2.standaloneHead
{
    margin-top: 0;
    padding-top: 10px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 1px;
    margin-bottom: 21px;
}

.innerContent p,
.innerContent h3,
.innerContent table
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 78%;
    line-height: 1.29em;
    clear: both;
}

.innerContent h3
{
    margin-top: 28px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    width: 399px;
    overflow: hidden;
}

.innerContent h3 img
{
    display: block;
    padding: 0;
    margin: 0;
}

.innerContent
{
    width: 452px;
    background-color: #fff;
    margin-top: -150px;    
}

.innerContent a
{
    color: rgb(102,102,102);
    text-decoration: underline;
}

.innerContent a:hover
{
    color: rgb(204,0,0);
}

.related
{
    width: 138px;
    height: 150px;
    position: relative;
    left: 518px;
    overflow: hidden;
    top: 12px;
}

.related a
{
    display: block;
    text-decoration: none;
    width: 117px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;    
	background-image:url(../img/arrow-blue.gif);
    color: #336699 ;
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.related a:hover
{
    color: rgb(204,0,0);
    background-image: url(../img/arrow-red.gif);
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul li
{
    font-size: 12px;
    margin-bottom: 8px;
    font-size: 78%;
    line-height: 1.29em;
    list-style-type: square;
}

p.introduction
{
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px dashed rgb(204,204,204);
    padding-top: 12px;
    padding-bottom: 11px;
}

table.limitation {
	width: 452px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

.limitationlabel {
	width: 50px;
	padding-right: 30px;
}

#footer
{  
    padding-left: 24px;
    margin-top: 7px;    
    width: 665px;
    color: rgb(102,102,102);
    font-size: 10px;    
    background-color: #fff;  
    overflow: hidden;
}

.copyright
{ 
    overflow: hidden;
    left: 24px;
    width: 665px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

.printbutton {
	margin-top: 7px;
	margin-bottom: 35px;
  	line-height: 10px; 
  	width: 665px; 
}