A:link {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
}

A:active {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
}

A:visited {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
}

A:hover {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
}

A.header:link {
color		:	#000000;
background	:	transparent;
text-decoration	:	none;
font-weight:  		bold;
}

A.header:active {
color		:	#E71C31;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		bold;
}

A.header:visited {
color		:	#000000;
background	:	transparent;
text-decoration	:	none;
font-weight:  		bold;
}

A.header:hover {
color		:	#2F5093;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		bold;
}

A.footer:link {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		small;
}

A.footer:active {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		small;
}

A.footer:visited {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		small;
}

A.footer:hover {
color		:	#3737B5;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
font-size:		small;
}

.tdB {
color		:	#000000;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		14px;
font-family: Arial, Helvetica, sans-serif;
}