.menu {
	font-family: "Book Antiqua", Garamond;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #FFFDB4;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E6E6B6;
}
.top-brdr {
	background-attachment: fixed;
	background-image: url(/New_Site/Images/top_brd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bttm-brdr {
	background-attachment: fixed;
	background-image: url(/New_Site/Images/bttm_brd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.left-brdr {

	background-attachment: fixed;
	background-image: url(/New_Site/Images/vl_brd.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rght-brdr {


	background-attachment: fixed;
	background-image: url(/New_Site/Images/vr_brd.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.ul {
	background-image: url(/New_Site/Images/ul_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ur {
	background-image: url(/New_Site/Images/ur_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bl {
	background-image: url(/New_Site/Images/dl_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.br {
	background-image: url(/New_Site/Images/dr_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ph-border {
	border: medium double #FFFDB4;
}
.header {
	font-family: "Book Antiqua", Garamond;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #E6E6B6;
}
.defenition {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E6E6B6;
	text-decoration: underline;

}
.copyright {

	font-family: "Book Antiqua", Garamond;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #E6E6B6;
}
.index {

	font-family: "Book Antiqua", Garamond;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #E6E6B6;
}
.ph-borderBlack {

	border: thick double #000000;
}
