/* SSA schedule CSS */

p.ScheduleText {
	font-size:10pt;
	font-family:Arial;
}
table.ScheduleTable {
	border:3pt outset;
	font-size:10pt;
	font-family:Arial;
}

.scheduletext { font-family:arial;font-size:10pt;color:#000;text-align:center; }
.scheduletitle { font-family:arial;font-size:10pt;color:#000;text-align:center; }
.toptext { font-family:verdana;font-size:11pt;color:#000;font-weight:bold;;font-style:italic;line-height:11pt; }
.scheduleheading { font-family:verdana;font-size:14pt;color:#000;font-weight:800; }
.datetype { font-family:verdana;font-size:9pt;color:#FF0000;font-weight:800; }
.location { font-family:verdana;font-size:9pt;color:#0000FF;font-weight:700;margin-left:14px;line-height:9px; }
.locationtable { font-family:verdana;font-size:10pt;color:#000;font-weight:bold;margin-left:10px;text-align:left;line-height:10pt;  }

.tablehead { font-family:verdana;font-size:9pt;color:#000;font-weight:600;text-align:center;line-height:10pt; }
.tabledata { font-family:verdana;font-size:9pt;color:#000;text-align:center; }

.serif_ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1pt;
	word-spacing: -3px;
}

.serif_norm {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1pt;
	word-spacing: -3px;
}

a.bodynav:link, a.bodynav:visited, a.bodynav:active { padding-left:17px;text-decoration:none;font-family:verdana;font-weight:600;color:#FF0000;font-size:9pt;
  background-image:url('../images/arrow2_red.gif');background-repeat:no-repeat;background-position:center left; }

a.bodynav:hover { background-image:url('../images/arrow2_black.gif');color:#000; }

/* containers */

body {
 margin:0 auto;
 text-align:center;
 margin-top:20px;
}

#schedulelogo {
 position:relative;
 float:right;
 width:157px;
 height:180px;
 text-align:center;
}

#schedulecontainer {
 position:relative;
 width:560px;;
 text-align:left;
 border-top:1px solid #000;
 margin:20px;
}

img { border-style: none;text-decoration: none; }