@charset "utf-8";
#profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	height: 400px;
	width: 300px;
	border: thin solid #0F2B40;
	background-image: url(../images/BIBA_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#profile a:link {
	color: #A9D0EB;
}
#profile a:visited {
	color: #A9D0EB;
}
#profile a:hover {
	color: #FFFFFF;
}
#profile_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	height: 500px;
	width: 300px;
	border: thin solid #0F2B40;
	background-image: url(../images/BIBA_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

