/* Example style sheet file (note how this comment was created) */

BODY	{background: #FFFFD8;
	 margin-top: 20}

ul {
  font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;

}
ul li {
  display: block;
  position: relative;
  float: right;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #DC143C;
  padding: 5px 15px 5px 15px;
  background: #FFFFD8;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #FFFFD8; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { color: #808080;
background: #FFFFD8; }
li:hover li a:hover { color: #DC143C;
background: #FFFFD8; }

A.first:link
	{text-align: right;
		font-weight: bold;
		text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.first:visited
	{text-align: right;
		font-weight: bold;
		text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.first:hover
	{text-align: right;
		font-weight: bold;
		text-decoration: none;
		color: #808080;
	 	background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.first:active
	{text-align: right;
		font-weight: bold;
		text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.second:link	
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.second:visited
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.second:hover
	{text-align: right;
	text-decoration: none;
	color: #808080;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.second:active
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
A.third:link
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}
	 
A.third:visited
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}
	 
A.third:hover
	{text-align: right;
	text-decoration: none;
	color: #808080;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}
	 
A.third:active
	{text-align: right;
	text-decoration: none;
	color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}
	 
A.fourth:link
	{text-align: right;
	text-decoration: none;
	color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}
	 
A.fourth:visited
	{text-align: right;
	text-decoration: none;
	color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}
	 
A.fourth:hover
	{text-align: right;
	text-decoration: none;
	color: #808080;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}
	 
A.fourth:active
	{text-align: right;
	text-decoration: none;
	color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}
	 
P.link {text-align: right;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}

td.link  {text-align: right;
	 color: #808080;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 12px;}
	 
td.cds  {text-align: right;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}
	 
td.main  {text-align: left;
	vertical-align: top;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}
	 
td.right  {text-align: center;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px}

H1	{text-align: left;
	 margin-top: 0px;
     margin-bottom: 0px;
     color: #DC143C;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;}

H2	{text-align: left;
	 margin-top: 0px;
     margin-bottom: 0px;
     color: #000000;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 14px;}

H3	{text-align: left;
	 margin-top: 0px;
     margin-bottom: 0px;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;
	 font-size: 14px;}
	 
H4	{text-align: left;
	 margin-top: 0px;
     margin-bottom: 0px;	 
     color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;
	 font-weight:bold}
	 
H5	{text-align: left;
	 margin-top: 5 px;
	 margin-left: 40 px;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Gill Sans', 'Gill Sans MT', sans-serif;
	 font-size: 14px;
	 font-weight:normal}

H6	{text-align: right;
	 color: #000000;
	 background: #FFFFD8;
	 font-family: 'Andale Mono', 'Courier', monospace;}

CITE	{font-family: 'Andale Mono', 'Courier', monospace;
	 font-style: italic}
