/* CSS Document */

body {
	margin:  0px;
	padding:  0px;
	clear:  both;
	}
	
div.wrapper {
	margin-left:  auto;
	margin-right:  auto;
	clear:  both;
	width:  850px;
	}
	
br {
	clear:  both;
	}	

	
p.normal {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:  15px;
	text-indent:  15px;
	}
	
p.disclaimer {
	color: #000000;
	text-align:  center;
	font-family: "Times New Roman", Times, serif;
	font-size:  12px;
	}
	
p.btmAddress, p.author{
	color: #000000;
	text-align:  right;
	font-family: "Times New Roman", Times, serif;
	font-size:  12px;
	}
	
a:link, a:visited, a:active {
	color:  #000000;
	text-decoration:  underline;
	}
	
a:hover {
	color:  #000000;
	font-style:  italic;
	text-decoration:  underline;
	}
	
img.portrait {
	float:  right;
	clear:  right;
	padding:  0px 0px 10px 10px;
	margin:  0px;
	visibility:  visible;
	display: block;
	}
	
a:link.mysite, a:visited.mysite, a:active.mysite {
	color:  #000000;
	text-decoration:  underline;
	font-size:  12px;

	}
	
a:hover.mysite {
	color:  #000000;
	font-style:  italic;
	text-decoration:  underline;
	font-size:  12px;
	}
