@charset "utf-8";
/* CSS Document */
body 	{ background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	}
	
.rel 	{
	position: relative;
	top: 50px;
	}
.title {
	letter-spacing: 2.4em;
	font-family: "Times New Roman";
	font-size: 16pt;
	color: #333333;
	}
.titlealt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	color: #333333;
	}
.links {
	letter-spacing: .15em;
	font-family: "Arial";
	font-size: 11pt;
	color: #333333;
	}

.copy {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #333333;
	}
.quotation {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	}
.small {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	}
.subtitle {
	font-family: "Times New Roman";
	font-size: 14pt;
	color:#333333;
	}
.title2 {
	font-family: "Times New Roman";
	font-size: 18pt;
	font-weight: bold;
	color:#333333;
	}
.red1 {
	letter-spacing: 0.8em;
	font-family: "Times New Roman";
	font-size: 16pt;
	color: #FF0000;
}
.red2 {
	font-family: "Times New Roman";
	font-size: 10pt;
	color: #FF0000;
}
.blue1 {
	font-size: 14pt;
	font-style: italic;
	color: #0000FF;
	}
	
a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #6666AA; 
	text-decoration: none; }

a:active  { color: #DDDDDD; 
	text-decoration: none;
	 }

