/*******************************************************************************
	body
*******************************************************************************/

body
{
	background-color: #000060; /* my-dark-blue */
	color: #E0E0E0; /* my-off-white */
	font-family: Georgia;
	font-size: 14 pt;
	margin-top: 10 px;
	margin-bottom: 10 px
}

body p
{
	margin-top: 10 px;
	margin-bottom: 10 px;
}


/*******************************************************************************
	Hyperlinks
*******************************************************************************/

a
{
	text-decoration: underline;
}

a:link, a:visited
{
	color: #E0E0E0; /* my-off-white */
}

a:hover 
{
	color: yellow !important;
}


/*******************************************************************************
	Titles
	
	<p class="title">
*******************************************************************************/

p.title
{
	font-family: Trebuchet MS, Arial, Helvetica;
	text_decoration: normal;
	font-weight: 800;
	font-size: xx-large;
	color: #4040A0; /* my-dark-grayish-blue */
	text-align: right;
	margin-top: 5;
	margin-bottom: 5;
	width: 100%;
}

p.title a:link, p.title a:visited
{
	text-decoration: none;
	color: #4040A0; /* my-grayish-blue */
}


/*******************************************************************************
	Headings
*******************************************************************************/

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: normal;
	color: white;
}

h1
{
	font-size: x-large;
	margin-top: 25;
	margin-bottom: 5;
}

h2
{
	font-size: large;
	margin-top: 15;
	margin-bottom: 5;
}

h3
{
	font-size: medium;
}


/*******************************************************************************
	Sub
	
	<span class="sub">
*******************************************************************************/

h1 span.sub
{
	font-size: large;
	color: #4040A0; /* my-dark-grayish-blue */
}

p span.sub
{
	font-size: 14 pt;
	color: #4040A0; /* my-dark-grayish-blue */
}


/*******************************************************************************
	Menus
	
	<p class="Menu_1">
*******************************************************************************/

p.Menu_1, p.Menu_2, p.Menu_3
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: white;
}

p.Menu_1
{
	font-size: large;
	margin-top: 25;
	margin-bottom: 5;
}


/*******************************************************************************
	Code
	
	<div class="code">
	<p class="code">
	<span class="code">
*******************************************************************************/

div.code p, p.code
{
	font-family: Courier New;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: .5 in;
}

span.code
{
	font-family: Courier New;
}

div.code p.comment
{
	color: lime;
}

/*******************************************************************************
	Aside
	
	<div class="Aside">
*******************************************************************************/

*.Aside, *.Aside p, *.Aside pre
{
	color: #B0B0D0; /* my-light-grayish-blue */
	margin-left: 4em;
	font-style: italic;
}

/*******************************************************************************
	Footnote
	
	<div class="Footnote">
*******************************************************************************/

*.Footnote, *.Footnote hr, *.Footnote p
{
	margin:0px 0in;
	color: #B0B0D0; /* my-light-grayish-blue */
	font-size: 8pt;	
	text-align: left;
	width: 600px;
}

*.Footnote hr
{
	height: 1px;
	width: 300px;
	margin-top: 15;
	margin-bottom: 0;
}

/*******************************************************************************
	History

	<div class="History">	
*******************************************************************************/

 *.History hr, *.History h1, *.History h2, *.History p
{
	margin:0 px 0 in;
	color: #B0B0D0; /* my-light-grayish-blue */
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
}

*.History hr
{
	height: 1px;
	width: 300px;
	margin-top: 15;
	margin-bottom: 0;
}

*.History h1
{
	margin-left: 0 in;
}

*.History h2
{
	margin-left: .1 in;
}

*.History p
{
	font-size: xx-small;
	margin-left: .2 in;
}


/*******************************************************************************
	Contents Pane
	
	<body class="Contents">
	<body class="ContentsFade">
*******************************************************************************/

body.Contents
{
	color: white;
	background-color: #000040; /* my-very-dark-blue */
	background-image: url("Fade.bmp"); 
	background-repeat: repeat-y;
	background-position: top right;
	font-size: x-small;
}

body.Contents a:link, body.Contents a:visited
{
	color: #8080D0;
	text-decoration: none;
}

body.Contents p
{
	margin-top: 0 px;
	margin-bottom: 0 px;
}



