/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 1.20 1998/01/28 20:54:35 bbos Exp $
 */
BODY	{background-color: #edf5ff;
	font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-left: 30px;
	text-align: left;
	}

TD 	{background-color: #edf5ff;
	font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	text-align: center
	}

EM 	{font-style: normal;
	font-weight: bold;
	color:red;}

H1, H2, H3, H4, H5, H6 {background-color: #add8e6}

H1 	{font-size: 16px;
	margin-left: -20px;
	text-align: center;
	color: #000099;
	}

H2 	{font-size: 14px;
	margin-left: -15px;
	color: #000099;
	}

H3,TH	{font-size: 12px;
	margin-left: -10px
	}

H4 	{font-size: 10px;
	margin-left: -5px
	}

H5 	{font-size: 10px}

H1 A:link 	{background-color: #ff6600}

H2 A:link 	{background-color: #000099;
		color: #ffffff;}

H1 A:hover 	{background-color: #ffffff;}

H2 A:hover 	{background-color: #ffffff;
		color: #000099;}

BLOCKQUOTE	{font-size: 10px;
            background:#FFF8DC;
            font-family: "verdana", "helvetica", "arial", sans-serif;                        
            color: #2F4F4F;
            margin-left:8%;
            margin-right:8%;
            border-width:thin;
            border-style:solid;
            padding: .75em
		}

/* links */

A 	{color: #000080;
	text-decoration: none
	}

/* classes */
.BUTTON 	{background-color: red;
		color: white;
		font-weight: bold;
		font-family: "times new roman",serif;
		font-size: 20px;
		text-decoration: underline;}
.LEFT 	{text-align:left;}

.note      {font-size: 10px;
            background:#FFF8DC;
            font-family: "verdana", "helvetica", "arial", sans-serif;                        
            color: #2F4F4F;
            margin-left:8%;
            margin-right:8%;
            border-width:thin;
            border-style:solid;
            padding: .75em}

.HEADINGS 	{font-size: 14px;
		margin-left: -15px;
		color: #000099;
		}

