@charset "utf-8";
/* CSS Document */

/*Thomas A. Sprinkle */


* {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0,none;
	outline:0;
	padding:0;
	margin:0;}
	
	/*font-family:'TagapagsalaysayCapsNarratBdIt';*/
	
@font-face {
    font-family: 'Monotype_Corsiva';
    src: url('fonts/mtcorsva.eot');
    src: url('fonts/mtcorsva.eot?#iefix') format('embedded-opentype'),
         url('fonts/mtcorsva.woff') format('woff'),
         url('fonts/mtcorsva.ttf') format('truetype'),
         url('fonts/mtcorsva.svg#Monotype_Corsiva') format('svg');
    font-weight: normal;
    font-style: normal;}
	
/*Page Header*/
h1 {
	font-family:'Monotype_Corsiva',arial helvetica,sans-serif;
	font-size:3.5em;
	font-weight:bolder;
	text-indent:0.125em;
	color:#039;
	}
	
/*Heading*/
h2 {	
	font-family:'Monotype_Corsiva',arial,helvetica,sans-serif;
	font-size:2em;
	font-weight:bolder;
	
	color:#03C;}
	
/*Subhead*/	
h3 {	
	font-family:'Monotype_Corsiva',arial,helvetica,sans-serif;
	font-size:1.2em;
	color:#006;}
	
h4 {	
	font-family:'Monotype_Corsiva',arial,helvetica,sans-serif;
	font-size:.9em;
	font-weight:bolder;
	color:#03C;}
	
	
	
/*Text Type*/	
p  {font-family:'Monotype_Corsiva',arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:1.0em;
	color:#006;}
	
/*Italic Type*/	
.italic {font-style:italic}

#pageheader {
	position:absolute;
	top:10px;
	left:10px;
	height:auto;
	width:1680px;
	z-index:300;}
	
body {
}

/*Menu*/
#menu
	{position:absolute;
	top:90px;
	left:10px;
	width:125px;
	z-index:900;}
#menu a
	{display:block;
	padding:2px 10px 0px 10px;
	font-family:'Monotype_Corsiva', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:1em;
	line-height:1.5em;
	text-align:center;
	color:#fff;
	background-color: #006;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #000000;
	text-decoration:none;}
#menu a:hover
	{
	text-color #006;
	background-color: #003;
	border-right:1px solid #FF66FF;
	border-bottom:1px solid #FFFFFF;}
#menu br {display:none;}

#main-table
{
	position:absolute
	font-family: "Monotype_Corsiva",arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 45px;
	width: 900px;
	height: 900px;
	text-align:left;
	border-collapse: collapse;
	background: url('images/background3.jpg');
}
#main-table th
{
	padding: 12px;
	width: 900px;
	height: 140px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
	background: url('images/top.jpg');
	border:#06C thin}
}
#main-table td
{
	padding: 9px 12px;
	color: #669;
	
	
}
#main-table tfoot td
{
	font-size: 11px;
	
}
#main-table tbody td
{
	
}
* html #main-table tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#main-table tbody tr:hover td
{
	color: #339;
	background: none;
}

	
	