BACKGROUND {
	background-color : FFFFFF;
}
P {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : justify;
 padding-left : 5;
 padding-right : 5;
}
P.2{
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : bold;
 color : #ffffff;
 text-decoration : none;
 text-align : justify;
 padding-left : 5;
 padding-right : 5;
}
P.3{
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : bold;
 color : #CDD2FF;
 text-decoration : none;
 text-align : right;
 padding-left : 5;
 padding-right : 5;
}
P.center {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : center;
 padding-left : 5;
 padding-right : 5;
}
P.copy {
 font-size : 9px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 padding-left : 5;
 text-align : left;

}
P.head {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #FFFFFF;
text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}
P.headcenter {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #FFFFFF;
text-decoration : none;
 text-align : center;
 padding-left : 5;
 padding-right : 5;
}
P.large {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : bold;
 color : #000000;
text-decoration : none;
 text-align : center;
 padding-left : 5;
 padding-right : 5;
}
P.left {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}
P.right {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : right;
 padding-left : 5;
 padding-right : 5;
}
P.rightreview {
 font-size : 9pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : italic;
 color : #000000;
text-decoration : none;
 text-align : right;
 padding-left : 5;
 padding-right : 5;
}

H3 {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #EB5501;
 text-decoration : none;
 text-align : center;
 padding-left : 5;
 padding-right : 5;

}
H3.left {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #EB5501;
 text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}
H4 {
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #EB5501;
 text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}
UL {
 list-style-type: disk;
 font-size : 10pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}

OL {
 font-size : 10pt;
 list-style-type: decimal;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
 padding-left : 5;
 padding-right : 5;
}

Link {
  color : #EB5501;   text-decoration : none;
}
A:link {
color : #EB5501;
text-decoration : none;
 }
A:visited {
 color : #EB5501;
 text-decoration : none;
}
A:hover {
  color : #222222;
  text-decoration : underline;
}

.error {
	background-color: yellow;
}
.avail {
	background-color: orange;
}