@charset "UTF-8";
/* CSS Document */

/* MAIN MENU LINKS */

a.mainMenu:link {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
}

a.mainMenu:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
}

a.mainMenu:hover {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
}

a.mainMenu:active {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
}


/* LINKS */

a:link {
	color: #803840;
	text-decoration: none;
}

a:visited {
	color: #803840;
	text-decoration: none;
}

a:hover {
	color: #803840;
	text-decoration: underline;
}

a:active {
	color: #803840;
	text-decoration: none;
}