form {
	margin: 0px;
	padding: 0px;
}
.emailField {
	width: 180px;
	color: #999999;
	margin-top: 5px;
}




a:link {
	color: #000;
	font-weight:bold;
}

a:visited {
	color: #333333;
	font-weight:bold;
}

a:hover {
	color: #333333;
	font-weight:bold;
}

a:active {
	color: #FF0000;
	font-weight:bold;
}


#courtsey > a:link {
	color: #666666;
	font-weight:normal;
}
#courtsey > a:visited {
	color: #333333;
	font-weight:normal;
}
#courtsey > a:hover {
	color: #CCCCCC;
	font-weight:normal;
}
#courtsey > a:active {
	color: #FF0000;
	font-weight:normal;
}


.internalTable {
	background: #ED1C24 url(/images/final/internal/table_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.contentCell {
	background-image: url(/images/final/internal/mid_top_td_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.newsTitle {
	font-size: 14px;
	text-transform:uppercase;
}
.newsDate {
	color: #7F0001;
}
.imgLeft {
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgRight {
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
