@charset "UTF-8";

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 20px;
	text-shadow: 0 0 0 #000;
}
.georgiaunderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
	text-decoration: underline;
	font-size: 20px;
	text-shadow: 0 0 0 #000;
}
.georgiaunderlinewhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	text-shadow: 0 0 0 #000;
	font-style: italic;
	text-decoration: underline;
	font-size: 20px;
	color: #FFFFFF;
}
.globalnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #666666;
	font-size: 10px;
	text-shadow: 0 0 0 #000;
}

.globalnav a:link {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	
}
.globalnav a:visited {
	text-decoration: none;
	color: #666666;
}
.globalnav a:hover {
	text-decoration: underline;
	color: #666666;
}
.globalnav a:active {
	text-decoration: none;
	color: #666666;
}

.stimuli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.stimuli a:link {
	text-decoration: none;
	color: #666666;
}
.stimuli a:visited {
	text-decoration: none;
	color: #666666;
}
.stimuli a:hover {
	text-decoration: underline;
	color: #666666;
}
.stimuli a:active {
	text-decoration: none;
	color: #666666;
}


.block {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c5e6f2;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
	line-height: 24px;
	text-shadow: 0 0 0 #000;
}
.block a:link {
	color: #c5e6f2;
	text-decoration: underline;
	text-shadow: 0 0 0 #000;
}
.block a:visited {
	color: #c5e6f2;
}
.block a:hover {
	color: #c5e6f2;
	text-decoration: none;
}
.block a:active {
	color: #c5e6f2;
}
.underline {
	text-decoration: underline;
}
