
.default{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.default,A.default:link,A.default:active,A.default:visited{
	color: #8A0617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/* page header */
.pagetitle{
	color: #8A0617;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 14px;
}

.subpagetitle{
	color: #8A0617;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #F5F5F5;
}

/* right menu */
.rightmenu,A.rightmenu:link,A.rightmenu:active,A.rightmenu:visited{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
A.rightmenu:hover{
	color: Black;
}

/* Bookmark this page and Email this page */
.bookmarkthispage,A.bookmarkthispage:link,A.bookmarkthispage:active,A.bookmarkthispage:visited{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
A.bookmarkthispage:hover{
	color: Black;
}

/* footer links */
.footermenu,A.footermenu:link,A.footermenu:active,A.footermenu:visited{
	color: #72787E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1;
}
.footermenu:hover{
	color: Black;
}

/* copyright */
.copyright{
	color: #72787E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1;
}

/* required and not required symbols for form fields */
.required{
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.requiredcond{
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.note{
	color: Gray;
	font-family: Arial;
	font-size: 11px;
}

/* any error messages */
.notifymsg{
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.errormsg{
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}