/*-----------------------------------------
    Style for Body
-----------------------------------------*/
body {
    margin: 0px 0px 0px 0px;
    padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    }

td {
    font-size: 11px;
		color: #555;
    }

td.bgimagecreamlines{
background-image:url('images/bg_cream_lines.jpg');
background-repeat:no-repeat;
}

td.copyrightdisclaimer {
	font-size: 10px;
	color: #888;
	line-height: 130%; 
}

td.headerbottom {
	font-size: 11px;
	color: #888;
	line-height: 130%; 
}

p {
	font-size: 11px;
	color: #555;
	line-height: 170%; 
}




/*-----------------------------------------
    Linkstyles
-----------------------------------------*/

a:link    {    text-decoration: none;    }
a:visited {    text-decoration: none;    }
a:hover   {    text-decoration: underline;    }

a.headerbottom:link    {    color: #888;    }
a.headerbottom:visited {    color: #888;    }
a.headerbottom:hover   {    color: #888;    }

a.language:link    {    font-size:8px; color: #F60;    }
a.language:visited {    font-size:8px; color: #F60;    }
a.language:hover   {    font-size:8px; color: #F60;    }

a.readmoredarkgrey:link    {    color: #555; 	line-height: 160%;    }
a.readmoredarkgrey:visited {    color: #555; 	line-height: 160%;    }
a.readmoredarkgrey:hover   {    color: #555; 	line-height: 160%;  text-decoration: none;   }

a.readmoreorange:link    {    color: #F60;    }
a.readmoreorange:visited {    color: #F60;    }
a.readmoreorange:hover   {    color: #F60;    }

a.links:link    {    color: #555; 	line-height: 160%;    }
a.links:visited {    color: #555; 	line-height: 160%;    }
a.links:hover   {    color: #555; 	line-height: 160%;    }




/*-----------------------------------------
    Style for Cautions
-----------------------------------------*/

.caution00 {line-height: 0%; }
.caution70 {line-height: 70%; }
.caution100 {line-height: 100%; }
.caution110 {line-height: 110%; }
.caution130 {line-height: 130%; }
.caution180 {line-height: 180%; }
.caution240 {line-height: 240%; }

.caution08 {font-size: 8px; }
.caution09 {font-size: 9px; }
.caution10 {font-size: 10px; }
.caution11 {font-size: 11px; }
.caution12 {font-size: 12px; }
.caution12arial {font-size: 12px; font-family: Arial; }
.caution13 {font-size: 13px; }
.caution14 {font-size: 14px; line-height: 100%; }
.caution16 {font-size: 16px; }
.caution18 {font-size: 18px; }
.caution20 {font-size: 20px; }
.caution20yellow {color: #FFCC00;	font-size: 20px; }
.caution23 {font-size: 23px; }
.caution30 {color: #FFCC00;	font-size: 30px; }

.cautionlightgrey {	color: #999; }
.cautionyellow {color: #FFCC00; }
.cautionlightblue {color: #42BAFB; }
.cautiongreen {color: #55B525; }
.cautionlimegreen {color: #77DA47; }

.cautionunderline {  text-decoration: underline; color: #FFFFFF; }



