@charset "UTF-8";
/* a:link img {filter:none;} 
a:visited img {filter:none;} 
a:hover img {filter:alpha(opacity=50);} */
.courieritallic {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
}
.courierhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FF00FF;
	text-transform: uppercase;
	text-decoration: none;
}
.couriersubhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF00FF;
	text-transform: uppercase;
	text-decoration: none;
}
.couriertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #0033FF;
}
.courierpinktext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF00FF;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666666;
}

.cursor  {  
    cursor: hand;
	cursor: pointer;
}
.titlinghead {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF00FF;
	text-decoration: none;
	font-weight: normal;
	padding-top: 10px;
}
.bold {
	font-weight: bold;
}
.titlingtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF00FF;
}

