
  img {
    margin: -15px;
    margin-bottom: 10px;
  }
  a {  font-family: Arial;
       font-size: 10px;
       color: #000000;
       text-decoration: underline;
    }
  a:link	{ }
  a:visited { }
  a:active { }
  a:hover { color: #6F6F6F; }
  
  
  
  	body {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 14px;
		text-align: center;
		color: #999;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
	.default {
		width: 750px;
		top: 30%;
		/*height: 300px;*/
		padding: 15px;
		margin: 50px auto;
		background-color: #ccc;
		border: 1px solid #999;
		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
	}
        .default p {
          line-height: 2em;
        }
        .default p span { border-bottom: 1px dashed; cursor: help;}
	.default ul { list-style: none; padding: 0; margin: .75em;} 
	.default ul li { margin-bottom: 1em; font-weight: bold; }
        .default ul li.red { color: #AA0000;}
	.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; }
	.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
	.footer {
		width: 750px;
		height: 25px;
		padding: 15px;
		margin: 50px auto;
		color: #cccccc;
		font-size: 10pt;
	}
	.footer ul { list-style: none; padding: 0; margin: 0; }
	.footer ul li a { text-decoration: none; color: #cccccc; }
	.footer ul li a:hover { text-decoration: none; color: #bbbbbb; }