/* CSS Document */
a.menu:link		{ text-decoration:none ; color:#FFFFFF }
a.menu:visited	{ text-decoration:underline ; color:lightgrey }
a.menu:active	{ text-decoration:none ; color:hotpink ;  }
a.menu:hover	{ text-decoration:none ; color:blue ; }
td.menu			{ background-color:#D9350F ; height:18px; word-spacing:2px; font-family:Tahoma; font-size:11px }

a.HomePage:link {
	text-decoration:none ;color: #FFFFFF; font-family:Tahoma; font-size: 12px;
}

a.HomePage:visited {
  text-decoration:none ;color:#4E1F00; font-family:Tahoma; font-size: 12px;
}

a.HomePage:hover {
	text-decoration:underline; color: #4E1F00; font-family:Tahoma; font-size: 12px;
}

a.footer:link {
	text-decoration:none ;color: #FFFFFF; font-family:Tahoma; font-size: 14px;
}

a.footer:visited {
  text-decoration:none ;color:#4E1F00; font-family:Tahoma; font-size: 14px;
}

a.footer:hover {
	text-decoration:underline; color: #4E1F00; font-family:Tahoma; font-size: 14px;
}





a:link {
	text-decoration:none ;color: #1C4282;
}

a:visited {
  text-decoration:none ;color:#666666;
}

a:hover {
	text-decoration:underline; color: #D71010;
}




.Orange {
	font-family: Tahoma;
	font-size: 30px;
	color: #FF6600;
}

.OrangeSmall {
	font-family: Tahoma;
	font-size: 15px;
	color: #FF6600;
}

.TextDarkRed  {
	font-family: Tahoma;
	font-size: 30px;
	color: #4E1F00;
}

.TextDarkRed_12px  {
	font-family: Tahoma;
	font-size: 12px;
	color: #4E1F00;
}

.TextDarkRed_13px  {
	font-family: Tahoma;
	font-size: 13px;
	color: #4E1F00;
}

.LightOrange  {
	font-family: Tahoma;
	font-size: 20px;
	color: #FF8C3F;
}

.White  {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
}

.WhiteSize13  {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

