A {
	font-family: tahoma;
	FONT-SIZE: 12px; 
	COLOR: #8e0608;
	TEXT-DECORATION: underline
}
A:hover {
	font-family: tahoma;
	FONT-SIZE: 12px;
	COLOR: #000000;
	TEXT-DECORATION: none
}
.link_code {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #ff0000;
	font-weight: bold; 
	TEXT-DECORATION: none
	
}
a.link_code:link {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #ff0000; 
	font-weight: bold;
	TEXT-DECORATION: none
}
a.link_code:hover {
	font-family: tahoma;
	font-size: 12px;
	COLOR: #ff0000;
	font-weight: bold; 
	TEXT-DECORATION: underline
}
.link_submenu {
	font-family: tahoma;
	font-size: 16px;
	color:#FAA634;
	font-weight: bold; 
	TEXT-DECORATION: none
	
}
a.link_submenu:link {
	font-family: tahoma;
	font-size: 16px;
	color:#FAA634;
	font-weight: bold;
	TEXT-DECORATION: none
}
a.link_submenu:hover {
	font-family: tahoma;
	font-size: 16px;
	color:#FAA634;
	font-weight: bold; 
	TEXT-DECORATION: underline
}
.codeLarge{
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	COLOR: #ff0000; 
	TEXT-DECORATION: none
}

.txtRed{
	color:#9d0a0e;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}
.txtGrey{
	color:#898989;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtWhite{
	color:#FFFFFF;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtBlack{
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.txtOrange{
	color:#FAA634;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.txtBlackLarge{
	font-family: tahoma;
	font-size: 14px;
}
.txtRedLarge{
	font-family: tahoma;
	color:#9d0a0e;
	font-size: 16px;
	font-weight: bold;
}
.borderDarkGrey {
	border: 1px solid #939292;
}
.borderDarkRed {
	border: 1px solid #9d0a0e;
}
