/*  Anchors  */
A {
	text-decoration: none;
	color: #FF1213
}

A:hover {text-decoration: underline;}


A.menu {
	font: bold 12px arial,helvetica;
	color: #000000;
}
A.menu:hover {
	color: #FF1213;
	text-decoration: none;
}


/* IE4+ */
.form {
	color: #000000;
	background: #FFFFFF;
}

.TableFont {font-size: 13px; font-family: arial,helvetica;}
.TableFontBold	{font-size: 13px; font-family: arial,helvetica; font-weight: bold;}
.ul	{font-size: 13px; font-family: arial,helvetica; margin-left: 8px}

/*  Make percentage tables load faster by using widths of cells in first row  */
.tablefixed {table-layout: fixed;}




