/* CSS Document */
  body { background-color:#FFFFFF; padding-top:10px; margin:0px; border:0; color:#000000; font-size:76%; font-family:Arial,sans-serif;}  
  p {margin:10px;}

  p#header { font-size:20px; font-weight:600; padding-top:5px; color:#0023C5; }
  p#bold { font-weight:600; }
  p#cen { text-align:center; }
  p#white { color:#FFFFFF; font-weight:600; }
  
  div#email2 { display:none; visibility:hidden; }
  div#menu { margin-top:2px; margin-bottom:2px; color:#0021c5; font-family:Arial, Helvetica, sans-serif; font-weight:400; background-color:#0021c5; text-align:center; }
  div#form { margin:10px; }
  
  ul.tick { list-style-image:url(images/tick.gif);}
  li {  }
  
  A, a, td img { text-align:center; border:0; }
  A:link {
	text-decoration: none;
	color:#ffffff;
	} 
  A:visited {
	text-decoration: none;
	color:#FFFFFF;
}
  A:active {
	color:#FFFFFF;
}
  A:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

.link2 A:link {
	text-decoration: none;
	color:#0000ff;
	} 
  .link2 A:visited {
	text-decoration: none;
	color:#55aaFF;
}
  .link2 A:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
 .link2 A:active {
	color:#55aaFF;
}
 

table.blue { border:#0000FF thin ridge; text-align:left;}
table.blue td { text-indent:5px; }

.border { border: 5px solid #FFFFFF; }
.bl {background: url(images/bl.gif) 0 100% no-repeat #CCCCCC; width: 280px;}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:5px}
.clear {font-size: 1px; height: 10px}