/* CSS Document */
.outer{
	margin:0px;
	padding:0px;
}	
a img {border: none; }
	
body,td,th {font-family: Arial, Helvetica, sans-serif;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.style8 {font-size: x-large; font-weight: bold; color: #FFFFFF; font-style: italic;}
.style13 {font-weight: bold; font-size: large;}
.style15 {color: #000066;
	font-weight: bold;}
.style16 {font-size: x-large; font-weight: bold;}
.style17 {font-size: x-small}
.style17b {font-size: x-small; color:blue}
.style18 {font-size: small}
.style18b {font-size: small; color:blue}
.style19 {font-size: medium}
.style20 {font-size: x-large; font-weight: bold; color:#003366}


.zebra_stripe_orange tbody tr:nth-child(even) td, .zebra_stripe tbody tr.even td {
    background:#FFEBD6;

}
.zebra_stripe_blue tbody tr:nth-child(even) td, .zebra_stripe tbody tr.even td {
    background:#EAEAF7;

}