
/***** CSS Document ******/

/** CSS REFERENCE CARD
http://www.w3schools.com/css/css_reference.asp  ***/





body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #000000;
	color:#ffffff;
}

p {
	margin:0;
	padding:0;
	font-family: Helvetica, arial, "Times New Roman";
	font-size: 1.0em;
}


.itty { font-family: Helvetica, arial, "Times New roman";
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	}

.note { font-family: Helvetica, arial, "Times New roman";
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	}

.quot { font-family: courier, Helvetica, arial, "Times New roman";
	font-size: 1.0em;
	text-align: center;
	}

.synop { font-family: Helvetica, arial, "Times New roman";
	font-size: 1.0em;
	margin-left: 50px;
	margin-right: 50px;
	}

.indy {
	margin:0;
	padding:0;
	font-family: Helvetica, arial, "Times New Roman";
	font-size: 1.0em;
	text-indent:40px;
}

h1 {
	margin:0; 
	padding:0;
	padding-top:10px;
	font-size: 3.3em;
	font-weight: bold;
	color: #000066;
	font-family: "Rockwell" "Times New Roman";
	width:100%;
	filter:dropshadow(color=#000000, offx=1, offy=1, positive=true);
	text-indent:10px;}


h2 {
	margin:0; 
	padding:0;
	padding-top:5px;
	font-size: 1.35em;
	font-weight: bold;
	color: #000000;
	width:100%;
	filter:dropshadow(color=#C2BBAF, offx=2, offy=2, positive=true);
	}

h3 {
	margin:0; 
	padding:0;
	background-colour: #7272a4;
	border-bottom: 1px double #c2bbaf;
	border-top: 1px solid #c2bbaf;
	border-right: 20px solid #aaaaaa;
	color: #ffffff;
	font-size: 1.25em;
	font-weight:bold;
	font-family: Papyrus, Courier, Verdana, "Times New Roman", Arial, Helvetica, sans-serif;
	
	}


h4 {
	margin:0; 
	padding:0;
	background-colour: #7272a4;
	border-bottom: 1px double #c2bbaf;
	border-top: 0px solid #c2bbaf;
	border-right: 00px solid #666666;
	color: #ffffff;
	font-size: 1.0em;
	font-family: Papyrus, Courier, Verdana, "Times New Roman", Arial, Helvetica, sans-serif;
	}


A.LYN	{color: #FFFFFF;}

A.press	{color: #FFFFFF;
	font-size: 0.8em;
	}
