/*
 * Standard style sheet for Keddem Web site.
 *
 */

body	{background-color: lightgray; background-color: darkgray;
		 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		 font-size: 10pt;
	}

/*
 * General
 */
.c	{text-align: center;}
.i	{font-style: italic;}
.italics	{font-style: italic;}
.italic	{font-style: italic;}
.b		{font-weight: bold;}
.bold	{font-weight: bold;}
.ibold	{font-style: italic; font-weight: bold;}
.small	{font-size: small;}
.smaller	{font-size: smaller;}
.large	{font-size: large;}
.normal	{font-style: normal; font-weight: normal;}

.v_top	{vertical-align: top;}
.v_middle	{vertical-align: middle;}
.v_bottom	{vertical-align: bottom;}

/*
 * Headers
 */
h1	{font-family: "Times New Roman", "Times Roman", Times, serif;}
h2	{font-family: "Times New Roman", "Times Roman", Times, serif;}
h3	{font-family: "Times New Roman", "Times Roman", Times, serif;}
h4	{font-family: "Times New Roman", "Times Roman", Times, serif;}

/*
 * Body text
 */
p.menu	{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		 font-weight: bold; font-size: 10pt; color: #0000ee;}
p.sm	{font-size: 85%;}
p.vsm	{font-size: 75%;}
p.cvsm	{text-align: center;
		 font-size: 75%;}
p.headnav,
	p.footnav {font-size: small; text-align: center;}

table.banner	{border: solid medium red;
				 align: center; valign: middle;
				 font-size: larger; font-weight: bold;
				 rules: cols;}
td.menu		{font-family: Helvetica, Arial, sans-serif;
			 font-weight: bold; font-size: 10pt; color: #0000ee;}
td.sm		{font-size: 75%;}

/*
 * Spans, divs
 */
div.quote	{margin-left: 2em; margin-right: 10em;
			 font-family: "Times New Roman", "Times Roman", Times, serif;}
			 font-size: smaller;}

/*
 * Images
 */
img.noborder	{border-style: none;}
img.floatLeft	{float: left; margin: 4px;}
img.floatRight	{float: right; margin: 4px;}
/*
 * Horizontal Rules
 */
hr.footer	{align: center; width: 65%;}

/* Quotes */
blockquote	{font-family: "Times New Roman", "Times Roman", Times, serif;}
			 font-size: small;}
