.content 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #222222;
 text-align: justify
}

.contenttitle 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 text-transform: uppercase;
 color: #146798;
 text-decoration: underline;
 font-weight: bolder;
}

.subbuts 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #C8AA3C;
 text-align: justify;
 font-weight: bold;
}

body 
{
 background-color: #D2EFF5;
 scrollbar-face-color: #ADD2ED;
 scrollbar-shadow-color: #ADE2ED;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #C1E8F1;
 scrollbar-darkshadow-color: #146798;
 scrollbar-track-color: #E1F3F9;
 scrollbar-arrow-color: #FFFFFF;
}

.h5
{
 font-weight: bold;
 text-align: center;
}

ul.bullets
{
 list-style-type:disc;
 margin-top: 0; margin-bottom: 0;
}

a:link 
{
 color: #146798;
}

a:hover 
{
 color: #FFCC00;
}

a:active 
{
 color: #FFCC00;
}

a:visited 
{
 color: #222222;
}
table.itin {
 width: 100%;
 border: 0;
}
table.itin tr {
 valign: middle;
}
table.itin td {
	padding: 1pt 5pt;
}
table.itin td.c1 {
 width: 15%;
 text-align: right
}
table.itin tr.rI td {
	background-color: #FFCC00;
	font-weight: bold;
}
table.itin tr.r0 td {
	background-color: #D2EFF5;
	font-weight: bold;
}
table.itin tr.r1 {
	background-color: #FFFF99;
}
table.itin tr.r2 {
	background-color: #FFFFCC;
}