@charset "utf-8";
/* CSS Document */

.orgBoxOuter {
	font-size: 12px;
	color: #411D50;
	line-height: 14px;
	background-color: #FEFEFC;
	padding: 5px;
	width: 535px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.orgBoxInner {
	border: 1px solid #F4F4F4;
	padding: 7px;

}

p.orgTitle {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 19px;
	color: #4A1A55;
	margin-top: 3px;
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 2px;

}

p.orgTitle a{
	color: #4A1A55;
	text-decoration: none;
}

p.orgTitle a:hover{
	text-decoration: underline;
}

p.orgText {
	font-family: Arial, Helvetica, sans-serif;
	color: #494A52;
	text-indent: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 0px;

}

.orgLink {
	position: absolute;
	top: 120px;
	right: 16px;
	font-family: Tahoma, Arial;
	color: #532091;
	font-size: 11px;
	width:240px;
	text-align: right;
}

.orgLink a{
	color: #532091;
	text-decoration: none;
}

.orgLink a:hover{
	text-decoration: underline;
}
