/* =====================================*/
/* Relay				*/
/* =====================================*/
body { 
	background: white; 
	color: black; 
}

a {
  padding-left: 2px;
  padding-right: 2px;
}

a:hover {
  color: blue;
  background-color: #ccc;
  border-bottom: 1px solid #8e8e8e;
}
a:active {
  color: red;
  background-color: yellow;
}
a:link, a:visited {
  color: #0000ff;
}

p {
	text-indent: 1em;
	font-family: "Times New Roman", serif;
	text-align:  justify;
	line-height: 130%;
	margin-left:  5%;
	margin-right: 5%;
}
p.left {
	text-indent: 0em;
}

p.auth {
	font-family: "Arial", sans-serif;
	font-size:    85%;
	text-indent: 0em;
}

p.intro {
	font-family: "Verdana", sans-serif;
	font-size:    85%;  
	font-style:  italic;
	text-align:  left;
	text-indent: 0em;
	margin-left:  5%;
	margin-right: 5%;
}

p.p2 {
	font-family: "Verdana", sans-serif;
	font-size:    80%;  
	text-align:  left;
	text-indent: 0em;
	margin-left:  5%;
	margin-right: 5%;
}

p.quote {
	font-family: "Verdana", sans-serif;
	font-size:    75%;  
	text-align:  justify;
	text-indent: 0em;
	margin-left:  15%;
	margin-right: 10%;
}

p.subhead {
	background: transparent;
	color: #000033; 
	font-weight: bold;
	text-align: left;
	font-family : "Arial", sans-serif;
	font-size: 140%;
	line-height: 175%;
}

p.subhead2 {
	background: transparent;
	color: #000033; 
	font-weight: bold;
	text-align: left;
	font-family : "Arial", sans-serif;
	font-size: 110%;
	line-height: 130%;
}

p.quest {
	font-weight: bold;
}


/* Section Title */
h1, h2, h3 {
	font-family: "Arial", sans-serif;
	text-align:  center;
}

h4 {
	background:  transparent;
	color:       #000033; 
	font-weight: bold;
	text-align:  center;
	font-family: "Arial", sans-serif;
	font-size:    14pt;  
	line-height: 150%;
	margin-left:  36px;
	margin-right: 36px;
}

/* Author's Name */
h5 {
	background:  transparent;
	color:       #000033; 
	font-weight: bold;
	text-align:  center;
	font-family: "Arial", sans-serif;
	font-size:   12pt;  
	font-style:  italic;
	line-height: 175%;
	margin-left: 36px;
	margin-right: 36px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; 
	color: #000000;
	text-align:  center;
}

span.note {
 color: #000033; 
 font-family : "Times New Roman", serif;
 font-size: 10pt;
 font-weight: normal;
 vertical-align: top;
 text-decoration: none;
 }

span.term {
 background: transparent;
 color: #000033; 
 font-family : "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
}

ul, ol { text-align:  justify;
	line-height: 130%;
	margin-left:  10%;
	margin-right: 10%;
}

/* =====================================*/
/* SP.css				*/
/* =====================================*/

a.sp:link { 
	text-decoration: none; 
	color: #FF0000;
}
a.sp:visited { 
	text-decoration: none;
	color: #CC0000;
}
a.sp:hover { 
	color: #333333; 
	text-decoration: none;
}
a.sp:active {
	color:#FF0000;
	text-decoration: none;
}


