/* links */
A {
	color: #005FB1;
	text-decoration:none;
}

A:visited {
	color: #005FB1;
	text-decoration:none;
}

A:hover {
	color: #C0CBE7;
	text-decoration:underline;
}	

A:active {
	color: #005FB1;
	text-decoration:underline;
} 

A.linkHeading {
	color: #000000;
	text-decoration:none;
}

A.linkHeading:visited {
	color: #000000;
	text-decoration:none;
}

A.linkHeading:hover {
	color: #000000;
	text-decoration:none;
}	

A.linkHeading:active {
	color: #000000;
	text-decoration:none;
} 

A.highlighted {
	color: #000000;
	text-decoration:underline;
}

A.highlighted:visited {
	color: #000000;
	text-decoration:underline;
}

A.highlighted:hover {
	color: #000000;
	text-decoration:underline;
}	

A.highlighted:active {
	color: #000000;
	text-decoration:underline;
} 

A.more {
	color: #005FB1;
	text-decoration:none;
	font-size: 9px;
}

A.more:visited {
	color: #005FB1;
	text-decoration:none;
	font-size: 9px;
}

A.more:hover {
	color: #C0CBE7;
	text-decoration:underline;
	font-size: 9px;
}	

A.more:active {
	color: #005FB1;
	text-decoration:underline;
	font-size: 9px;
} 

/* generic */
body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #F4F3EC; 
}

/* text */
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2px;
	margin: 5px;
	padding: 5px;
	line-height: 20pt;
}

.bags {
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 5px;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2px;
	margin: 5px;
	padding: 5px;
	background-color: #EAE8DA;
}

/* colors */
.lightbrown { background-color: #EAE8DA; }
.darkbrown { background-color: #CDC7A6; }
.lightblue { background-color: #E9EDF7; }
.darkblue { background-color: #005FB1; }
.medblue { background-color: #C6C1D1; }
.tintblue { background-color: #C0CBE7; }

.btnon { 
	background-color: #005FB1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #FFFFFF;
}

.btnoff { 
	background-color: #E9EDF7; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	color: #FFFFFF;
}
