/*BEGIN Link Deafult*/
a:link {
	color: #9e0b07;
	text-decoration: none;
}
a:visited {
	color: #9e0b07;
	text-decoration: none;
}
a:hover {
	color: #630101;
	text-decoration: underline;
}
/*END*/

/*BEGIN extra class*/
a:link.red {
	color: #cf0000;
	text-decoration: none;
}
a:visited.red {
	color: #cf0000;
	text-decoration: none;
}
a:hover.red {
	color: #ff0000;
	text-decoration: underline;
}

a:link.blue {
	color: #0068ac;
	text-decoration: none;
}
a:visited.blue {
	color: #0068ac;
	text-decoration: none;
}
a:hover.blue {
	color: #0066ff;
	text-decoration: underline;
}

a:link.yellow {
	color: #f9f30e;
	text-decoration: none;
}
a:visited.yellow {
	color: #f9f30e;
	text-decoration: none;
}
a:hover.yellow {
	color: #fff500;
	text-decoration: underline;
}

a:link.green {
	color: #9e0b07;
	text-decoration: none;
}
a:visited.green {
	color: #9e0b07;
	text-decoration: none;
}
a:hover.green {
	color: #00a500;
	text-decoration: underline;
}

a:link.silver {
	color: #666666;
	text-decoration: none;
}
a:visited.silver {
	color: #666666;
	text-decoration: none;
}
a:hover.silver {
	color: #555555;
	text-decoration: underline;
}

a:link.orange {
	color: #ff9244;
	text-decoration: none;
}
a:visited.orange {
	color: #ff9244;
	text-decoration: none;
}
a:hover.orange {
	color: #de5b00;
	text-decoration: underline;
}

a:link.black {
	color: #000;
	text-decoration: none;
}
a:visited.black {
	color: #000;
	text-decoration: none;
}
a:hover.black {
	color: #111;
	text-decoration: underline;
}

a:link.white {
	color: #ffffff;
	text-decoration: none;
}
a:visited.white {
	color: #ffffff;
	text-decoration: none;
}
a:hover.white {
	color: #e8e8e8;
	text-decoration: underline;
}
a:link.view_page {
	background: none;
	color: #9e0b07;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:visited.view_page {
	background: none;
	color: #9e0b07;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.view_page {
	background: none;
	color: #9e0b07;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/*END*/
