.menu1 A:link {COLOR: #330000;TEXT-DECORATION: NONE}
.menu1 A:visited {COLOR: #330000;TEXT-DECORATION: NONE}
.menu1 A:hover {COLOR: #666666;TEXT-DECORATION: NONE}

a.menu:link {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}
a.menu:visited {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}
a.menu:hover {
	font-size: 12px;
	color: #C6C6C6;
	text-decoration: none;
}
a.a14:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.a14:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.a14:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-size: 12px;
	color: #020202;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #020202;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #020202;
	text-decoration: underline;
}
td {
	font-size: 12px;
}
.border-white {
	border: 1px solid #FFFFFF;
}
.border-blue {
	border: 1px solid #515C60;
}
.border-gray {
	border: 1px solid #717E88;
}
.border-yellow {
	border-right: 1px solid #BE7001;
	border-bottom: 1px solid #BE7001;
	border-left: 1px solid #BE7001;
}
.border1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BE7001;
	border-left-color: #BE7001;
}
.border-black {
	border: 1px solid #330000;
}
