/* memorials.css    CSS for memorial pages */
/* Last edit 07/16/2010 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	background-color: white;
	/* Don't put a background image in this css file because it would */
	/* override the image specific to that person: e.g. CIB, carrier, etc */
	/* background-image: url(../pics/ywall02.gif); */
	/* background-repeat: repeat; */
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.citation {
	font-family: courier;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

.menu1style{
	font:12px verdana, arial, helvetica, sans-serif; 
	color:blue; background-color:white; layer-background-color:white;
	position:absolute; top:-200px; width:206px;
}
.menu1style a:link{
	color:blue;
	text-decoration: none;
	font-weight: normal;
}
.menu1style a:visited{
	color:blue;
	text-decoration: none;
	font-weight: normal;
}
.menu1style a:hover{
	color: blue;
	text-decoration: none;
	font-weight: bold
}

.footerText{
	font:12px verdana, arial, helvetica, sans-serif;
}

.noscriptbanner{
	font:12px verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	font-size: 16px;
	font-style:normal;
	text-align:center;
}

/* title1 is the same as h1 but will not cause as much vertical whitespace */
/* a <div class=title1> tag may need to be followed by <br>, where <h1> does not */
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color:black;
	text-decoration: none;
}
.title1 a:link{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.title1 a:visited{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.title1 a:hover{
	color:black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

