@import url("main.css");
#holderForm{
	position: absolute;
	top: 200px;
	left: 40px;
	width: 380px;
}

#holderText{
	position: absolute;
	top: 300px;
	left: 40px;
	width: 380px;
	overflow: auto;
}

#text {
	position: relative;
	width: 350px;
	height: 200px;
	overflow: auto;
}

#rightContent {
	position: absolute;
	top: 200px;
	left: 454px;
}

#rightContent a{
	text-decoration: none;
	color: #1E7D39;
}

#text a{
	text-decoration: none;
	color: #000;
}

#text a:hover{
	color: #1E7D39;
}

.high {
	color: #1E7D39;
	font-weight: bold;
}

.highBold{
	font-weight: bold;
}

.subtitle{
	font-size: 12px;
	color: #42210B;
}
