/* CSS Document */
body {color: #808080;
      background-color: #FFFFFF;
      font-family: Arial;
	   font-size: 10pt;
	   margin: 0 0 0 0;
}

td {  font-size: 10pt; }

td.table {
	background-attachment: scroll;
	background-repeat: no-repeat; 
	background-position: top left;
  }

td.orange_links a:link { text-decoration: underline; color: #C9252C;}
td.orange_links a:visited {text-decoration: underline; color: #C9252C;}
td.orange_links a:active {text-decoration: underline; color: #C9252C;}
td.orange_links a:hover {text-decoration: underline; color: #C9252C;}

.style1 {
	color: #3D6D9E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.style2 a:hover {
	font-weight: bolder;
	font-size: 15px;
}
.style4 {color: #999999}
