/* These describe page layout */

body
{
	background-color: blue;
	text-align: center;
	scrollbar-face-color: #3f71ff;
	scrollbar-highlight-color: #FFCC66;
	scrollbar-3dlight-color: silver;
	scrollbar-darkshadow-color: #000033;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: blue;
	scrollbar-track-color: #afc9f9;
}

table
{
	background-color: #99ccff;
	border: solid #000033;
	text-align: center
}

table.inside
{
	border: thin #99ccFF
}

table.lined
{
	border: thin #000033
}

.center
{
	text-align: center
}
.left
{
	text-align: left
}
.right
{
	text-align: right
}


/* These describe list types */

ul.disc
{
	list-style-type: disc
}
ul.circle
{
	list-style-type: circle
}
ul.square
{
	list-style-type: square
}
ul.none
{
	list-style-type: none
}

/* These describe text styles */

h1
{
	color: black;
	text-align: center;
	font-size: 28pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	color: black;
	text-align: center;
	font-size: 166%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	color: black;
	text-align: center;
	font-size: 133%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	color: black;
	text-align: left;
	font-size: 133%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	color: black;
	text-align: center;
	font: 100% bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover
{
	color:#FF3300;
	font-weight: bold;
}

li
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 133%;
	font-weight: bold;
}

address
{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* for footnotes within a paragraph*/

a.super
{
	vertical-align: super;
	font-size:66%;
	text-decoration:none
}
