/* text size */
.content-text-8{
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 15px;
}
.content-text-8-short{
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content-text-10{
	font-family: tahoma,arial,helvetica;
	font-size: 10pt;
}
.content-text-12{
	font-family: tahoma,arial,helvetica;
	font-size: 12pt;
}
.content-text-12-yellow{
	font-family: tahoma,arial,helvetica;
	font-size: 12pt;
	color: #996600;
}
.content-text-14{
	font-family: tahoma,arial,helvetica;
	font-size: 14pt;
}
.content-text-heading1{
	font-family: "Arial Rounded MT Bold";
	font-size: 14pt;
}
.content-text-heading2{
	font-family: Tahoma;
	font-size: 22pt;
	color: #4B075F;
	font-weight: bold;
}
.content-text-subhead1{
	font-family: tahoma;
	font-size: 8pt;
	margin-left: 10px;
}
.content-text-subhead2{
	font-family: tahoma;
	font-size: 8pt;
}
.content-text-subhead3{
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
}
.content-text-footer1{
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	color: Silver;
}
.content-text-footer2{
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	color: Silver;
}
.content-text-bold{
	font-weight: bold;
}
.content-text-italic{
	font-style: italic;
}
.content-text-bold{
	font-weight: bold;
}

.award-list-items{
	padding-left: 10px;
	padding-top: 10px;
}

.bold{
	font-weight: bold;
}
/* colors */

.purple{
	color: #4B075F;
}

.light-purple{
	color: #800080;
}


/* Links */
a.title:link 
{
	text-decoration: 	none;
	color: black;
}

a.title:active 
{
	text-decoration: none;
	color: black;
}

a.title:visited 
{
	text-decoration: none;
	color: black;
}

a.title:hover 
{
	text-decoration: underline;
	color:				#4B075F;
}
a.inline:link 
{
	text-decoration: underline;
	color: #4B075F;
}
a.inline:active 
{
	text-decoration: underline;
	color: #4B075F;
}
a.inline:visited 
{
	text-decoration: underline;
	color: #4B075F;
}

a.inline:hover 
{
	text-decoration: underline;
	color:				#4B075F;
}
a:link 
{
	text-decoration: underline;
	color: #4B075F;
}
a:active 
{
	text-decoration: underline;
	color: #4B075F;
}
a:visited 
{
	text-decoration: underline;
	color: #4B075F;
}

a:hover 
{
	text-decoration: underline;
	color:				#4B075F;
}