body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p {
	text-indent: 2em;
	font-size: 16px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
}
.highlight{ 
	background-color: #FFFF66 
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.med-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
}

.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
}

.expanded2 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 4px;
}

.justified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
	position: relative;
	right: 30px;
	top: 50px;
}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}


.top {
	position: relative; left: 10px; top: 0px; z-index: 10 
}

.bottom {
	position: relative; left: 33px; top: -45px; z-index: 1 
}

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

.styling{
background-color:black;
color:lime;
font: bold 16px MS Sans Serif;
padding: 3px;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

#pscroller2{
width: 700px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
