/* CSS Document */

body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	}
	
#contents {
	width:700px;
	margin:0px auto;
	text-align:center;
}

#maincontents {
	text-align: justify;
}
	
p.a {
	font-size: 11px;
	text-align: right;
}

p.heading {
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;	
}

p.ihead {
	font-size: 12px;
	color: #333;
}

p {
	font-family: Verdana;
	font-size:11px;
	text-align: justify;
	line-height: 18px;
	color:#666;
}

p.footer {
	text-align: center;
}

a:link, a:visited, a:active{
	color:#0066CC;
	text-decoration:underline;
	border: 0px;
	font-size: 11px;
}

a:hover{
	text-decoration:underline;
	color:#0099FF;
}

img.floatRight { 
    float: right; 
	padding-left: 10px;
}

img { 
	border: 0px;
}

img.photo {
	border: 0px solid #999;
}
