@charset "utf-8";
.smallitalicbold {
	font:"Palatino Linotype";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.smallitalicboldlink {
	font:"Palatino Linotype";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.mediumitalicbold {
	font:"Palatino Linotype";
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



.small {
	font:"Palatino Linotype";
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}
.smallbold {
	font:"Palatino Linotype";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

.smallboldlight {
	font:"Palatino Linotype";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.smallbold {
	font:"Palatino Linotype";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.mediumbold {
	font:"Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.medium {
	font:"Palatino Linotype";
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.mediumbolddk {
	font:"Palatino Linotype";
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.large{
	font:"Palatino Linotype";
	font-size: 36px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}

textarea {
border-style:solid;
border-color:#FFFFFF;
border: 1px;
background:#ffffff;
background-repeat: repeat;
color: #000000;
}
