﻿/*
Anchors.css

Timothy Christensen
Application Designer/Programmer
Coalfire Systems, Inc.
http://www.coalfiresystems.com

Version: 2/4/2008
*/

a {
	color: #1E4D7A;
	text-decoration: none;
}

a:link {
	background-color: transparent;
	color: #1E4D7A;
}

a:visited {
	background-color: transparent;
	color: #1E4D7A;
}

a:active {
	background-color: transparent;
	color: #3079C2;
}

a:hover {
	background-color: transparent;
	color: #3079C2;
	text-decoration: underline;
}

a.red:link {
	background-color: transparent;
	color: #A00600;
	text-decoration: none;
}

a.red:visited {
	background-color: transparent;
	color: #A00600;
	text-decoration: none;
}

a.red:hover {
	background-color: transparent;
	color: red;
	text-decoration: underline;
}

a.red:active {
	background-color: transparent;
	color: #A00600;
	text-decoration: underline;
}

a.white:link {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}

a.white:visited {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}

a.white:hover {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

a.white:active {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

a img {
	border: 0;
}
