/* Tai Chi Players Site Style Sheet */


body {
   background-color:#ffffff;
   background-image: url(images/bk_4corners.gif); 
   background-repeat:no-repeat;
	background-attachment: fixed;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 0.75em;
   font-style:normal;
   font-weight:normal;
   margin-top:0;
   margin-bottom:0
   }

p
{
text-align: left;
}

p class=right
{
text-align: right;
}


/* Begin Headings */

h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 2.0em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top: 0.0em;
   padding-bottom: 0.0em;
   margin-bottom: 0.1em

   }

h2 {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 1.2em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top:0.1em;
   padding-bottom: 0.0em;
   }

h3 {
   font-family:  Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style: normal;
   font-size: 1.0em;
   color: #E10000;
   margin-left: 0.0em;
   padding-top:0.5em;
   padding-bottom: 0.0em
   }


/* Begin Links */

a:link {
	color:#5C5C5C;
	font-weight:bold;
	text-decoration:none
}

a:visited {
	color:#5C5C5C;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none
}

a:active {
	color:#E10000;
	font-weight:bold;
	text-decoration:none
}


/* Begin Table(s) */

table {
  background:transparent;
   text-align:left;
   border-width:0px
   }

.table2 {
	background:transparent;
	text-align:left;
	border-width:0px
	 }







