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

/* Font sheet for UCA */

/* Created by SLI Studios - Miami, FL */



p	{
	font-family: Arial, Helvetica, sans-serif;
	color: #7D9DBF;
	font-size: 12px;
	text-align: left;
}

.greytxt	{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	text-align: left;
}


/* Fonts as they Occur on the Layout - see worksheet */

@font-face {
	font-family: ITC Eras Demi;
	src: url(‘fonts/ITCERASD.OTF’);
}

.font-a	{
	font-family: ITC Eras Demi, Georgia;
	color: #B0B9C8;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

	.font-a a:link	{ color: #B0B9C8; text-decoration: none;  }
	.font-a a:hover  { color: #B0B9C8; text-decoration: underline;  }
	.font-a a:visited  { color: #B0B9C8; text-decoration: none;	}

.font-b	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}


.font-c	{
	font-family: Helvetica, Verdana;
	color: #F2B116;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}


.font-d	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 32px;
}


.font-e	{
	font-family: Arial, Helvetica, sans-serif;
	color: #edc400;
	font-size: 36px;
}

.font-f	{
	font-family: Arial, Helvetica, sans-serif;
	color: #324C68;
	font-size: 24px;
}


/* Font G on Worksheet is <p> on this sheet */

.font-h	{
	font-family: Arial, Helvetica, sans-serif;
	color: #355F8C;
	font-size: 24px;
}

.font-i	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}

.font-i2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #355f8c;
	font-size: 18px;
	text-align: left;
}


.font-j	{
	font-family: Arial, Helvetica, sans-serif;
	color: #355F8C;
	font-size: 18px;
}

.font-l	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}



/* Footer Fonts */

.font-m	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}

.font-n	{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

	.font-n a:link	{ color:#666; text-decoration: none; }
	.font-n a:hover  { color: #666; text-decoration: underline;  }
	.font-n a:visited	{ color: #666; text-decoration: none;	}



/* Highlight Colors */

.bright1	{ color: #FF900E;	}

.bright2	{ color: #D34A74;	}

