@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Courier New', Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.worldwide{
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	color:#FF0000;
	font-weight:bold;
}
.nav, .nav a{
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.nav a:hover{text-decoration:underline;}

.sitelnk, .sitelnk a{
	font-family: 'Courier New', Courier, monospace;
	font-size: 14px;
	color:#000;
	text-decoration:none;
	font-weight:none;
}
.sitelnk a:hover{text-decoration:underline;}

.heading1 {font-size: 24px; font-weight: bold; }
.heading2 {
	font-size: 20px;
	font-weight: bold;
}

.heading2red {
	font-size: 20px;
	color: #EB1C24;
	font-weight: bold;
}
.heading3 {
	font-size: 16px;
}
.subheading {font-size: 14px; font-weight: bold; }