table {
	font-size:100%;
}

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1.bighead {
	font-size:130%;
	color:#F84E0C;
	margin:0;
	padding:10px 0 0 0;
	border-top: solid 1px #C1C1C1;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h3, h3 a {
	font-size:110%;
	margin:0;
	padding:0;
	color:#333;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h3 a:hover, h3 a.accent {
	color:#F84E0C;
}
.Ptitle {
	padding-top:20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.Ptitle a {
	font-weight:normal;
	font-style:italic;
}
.warning {
	color:#F84E0C;
}

.auth {font-size:90%; color:#A3998B; width:100%;text-align:right;}
/*
.leaf {background: url(/iii/leaf.gif) center no-repeat; margin:10px 0px 10px 0px; width:100%; overflow:hidden; height:22px;}
*/
.aff {background:#FFF;}
.aff p {font-size:120%;font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;letter-spacing:0.5pt;}

#sendMessage {

}
#sendMessage table{
	text-align:left;
}
#sendMessage input, #sendMessage textarea {
	width:90%;
}










.m {
	margin:0;
	padding:0;
	list-style:none;
}
.m li {
	padding:3px 0;
	line-height:1.1;
}
.m a {
	text-decoration:none;
}
.m a:hover {
	text-decoration:underline;
}






#messagePlace {
	width:100%;
	float:left;
	padding-bottom:25px;
}
.prevPics {
	border-top:solid 2px #999;
	border-left:solid 2px #999;
	cursor:hand;
	cursor:pointer;
	margin:0 10px;
	float:left;
}
#PicPlace {
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-25%;
	z-index:10;
	background:#f5f5f5;
	text-align:center;
	padding:2px;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
}
.closePic {
	display:block;
	text-align:center;
	border-right:solid 1px #666;
	border-bottom:solid 1px #666;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	font-weight:bold;
	text-decoration:none;
	font-size:80%;
	padding:2px;
	line-height:1;
	margin-top:5px;
	cursor:hand;
	cursor:pointer;
}
