@charset "utf-8";
p {
	text-align: justify;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}
h2 {
	font-size: small;
	font-weight: bold;
}
a 
{
	color: #CCCCCC;
	text-decoration: underline;
}

.imgSidebarFramed {
	border: thin groove #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 10px;
}
.imgNone {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgCaption {
	font-size: x-small;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.imgFramedLeft {
	border: thin solid #FFFFFF;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.imgFramedRight {
	border: thin solid #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 6px;
}

