.previous {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	text-decoration: none;
	vertical-align: bottom;
	color: #660000;
	width: 150px;
	cursor: hand;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	float: left;
	font-weight: bold;
	clear: left;
	background-position: left center;
}
.previous a{
	color: #660000;
	text-decoration: none;
}

.previous a:hover{
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFCC99;
}

.previous a:active{
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.previous a:visited{
	text-decoration: none;
}


.next {
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	text-decoration: none;
	vertical-align: bottom;
	color: #660000;
	width: 150px;
	cursor: hand;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	float: right;
	font-weight: bold;
	clear: right;
	background-position: right center;
}
.next a{
	color: #660000;
	text-decoration: none;
}

.next a:hover{
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFCC99;
}

.next a:active{
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.next a:visited{
	text-decoration: none;
}

.backmenu {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	color: #660000;
	cursor: hand;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	background-position: center bottom;
	padding-right: 10px;
	padding-left: 10px;
}
.backmenu a{
	color: #660000;
	text-decoration: none;
}

.backmenu a:hover{
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFCC99;
}

.backmenu a:active{
	color: #660000;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.backmenu a:visited{
	text-decoration: none;
}


.profile {
	background-color: #CCCCCC;
	padding: 10px;
	font-size: 12px;
}
.main_title {
	font-size: 18px;
	font-weight: bold;
	color:: #990000;
	padding-bottom: 15px;
	color: #990000;
}
.interview_text {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #666666;
}
.thumb_link {
	filter: Alpha(Opacity=100, FinishOpacity=90, Style=onMouseOver, StartX=0, StartY=0, FinishX=100, FinishY=100);
}
.thumb_link a:hover{
	filter: Alpha(Opacity=60, FinishOpacity=60, Style=onMouseOver, StartX=0, StartY=0, FinishX=100, FinishY=100);
}
